Skip to content

Commit c1775c3

Browse files
committed
add link to docs deployment in the readme
1 parent ae7af98 commit c1775c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
python-version: 3.x
1818
- run: |
1919
pip install mkdocs-material
20-
pip install mkdocstrings
20+
pip install mkdocstrings[python]>=0.18
2121
- run: |
2222
mkdocs gh-deploy --force

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
AutoCat is a suite of python tools for **sequential learning for materials applications**
44
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).
57

68
Development of this package stems from [ACED](https://www.cmu.edu/aced/), as part of the
79
ARPA-E DIFFERENTIATE program.

0 commit comments

Comments
 (0)