Skip to content

Commit 8737740

Browse files
authored
Merge pull request #7 from cclib/dev/docs
Dev/docs
2 parents 5c21218 + f852c7c commit 8737740

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# MacOS default directory
2+
*.DS_Store
3+
*.CondaPkg
4+
15
# Files generated by invoking Julia with --code-coverage
26
*.jl.cov
37
*.jl.*.cov

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
# Cclib.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://schneiderfelipe.github.io/Cclib.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://schneiderfelipe.github.io/Cclib.jl/dev)
5-
[![Build Status](https://github.com/schneiderfelipe/Cclib.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/schneiderfelipe/Cclib.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/schneiderfelipe/Cclib.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/schneiderfelipe/Cclib.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cclib.github.io/Cclib.jl/dev/)
74

8-
Julia bindings to [cclib](https://github.com/cclib/cclib).
5+
Julia bindings to [cclib](https://github.com/cclib/cclib) implemented as part of Google Summer of Code (GSoC) 2023.
96

10-
Temptive implementation of an idea from
11-
[Open Chemistry's GSoC Ideas 2021](https://wiki.openchemistry.org/GSoC_Ideas_2021#Project:_Julia_bindings):
127

13-
- [x] bindings to cclib IO functionality
14-
- [x] Julia-native representation of cclib data objects, including cclib
15-
attributes
16-
- [ ] bindings available on the default Julia package registry
17-
- [ ] an example application of using the bindings
18-
19-
See [cclib/cclib#1053](https://github.com/cclib/cclib/issues/1053) for more
20-
information (and
21-
[comment therein](https://github.com/cclib/cclib/issues/1053#issuecomment-1003323272)).

0 commit comments

Comments
 (0)