The Documentation Site for Materials Commons.
See shell scripts in scripts folder for information on building the documentation.
To update documentation for the CLI
- In mccli run ./build_docs.sh
- In this project
a.
cd materials-commons-cli
b.rm -rf html
c.cp -r <mcclidir>/doc/build/html .
d.cd html
e.../../convert_sphinx_output.sh
- Now check into git and push