Skip to content

Commit

Permalink
add link to docs deployment in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdevinayi committed May 23, 2022
1 parent ae7af98 commit c1775c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
python-version: 3.x
- run: |
pip install mkdocs-material
pip install mkdocstrings
pip install mkdocstrings[python]>=0.18
- run: |
mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

AutoCat is a suite of python tools for **sequential learning for materials applications**
and **automating structure generation for DFT catalysis studies.**
Documentation for the package can be found
[here](https://aced-differentiate.github.io/auto_cat).

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

0 comments on commit c1775c3

Please sign in to comment.