- Main Documentation for the EFITools
- Used to install EFITools at https://github.com/EnzymeFunctionInitiative/EFITools
- Live Documentation located at https://efi.igb.illinois.edu/docs/
- Uses sphinx documentation system, http://www.sphinx-doc.org
- Install Sphinx
pip install sphinx sphinx_rtd_theme
- To compile html files
make html
- The html files will be located in a the build/html folder