Skip to content

Latest commit

 

History

History
 
 

doc

Documentation

Documentation can be found at duartegroup.github.io/autodE

To build the html docs manually, in this directory first install the dependencies

conda install --file requirements.txt

and make with

make html

or to build the pdf

make pdf