We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7af98 commit c1775c3Copy full SHA for c1775c3
.github/workflows/deploy-pages.yml
@@ -17,6 +17,6 @@ jobs:
17
python-version: 3.x
18
- run: |
19
pip install mkdocs-material
20
- pip install mkdocstrings
+ pip install mkdocstrings[python]>=0.18
21
22
mkdocs gh-deploy --force
README.md
@@ -2,6 +2,8 @@
2
3
AutoCat is a suite of python tools for **sequential learning for materials applications**
4
and **automating structure generation for DFT catalysis studies.**
5
+Documentation for the package can be found
6
+[here](https://aced-differentiate.github.io/auto_cat).
7
8
Development of this package stems from [ACED](https://www.cmu.edu/aced/), as part of the
9
ARPA-E DIFFERENTIATE program.
0 commit comments