This directory contains the documentation for Funannotate2.
To build the documentation, you need to have Sphinx installed:
pip install sphinx sphinx_rtd_themeThen, you can build the documentation:
cd docs
make htmlThe built documentation will be in the _build/html directory.
index.rst: Main index fileinstallation.rst: Installation instructionsusage.rst: Usage guidemodules.rst: Module referenceAPI.rst: API referencetutorial.rst: Tutorialfaq.rst: Frequently asked questionschangelog.rst: ChangelogAPI/: Directory containing API documentation for each moduleclean.rst: Documentation for the clean modulepredict.rst: Documentation for the predict moduleannotate.rst: Documentation for the annotate modulecompare.rst: Documentation for the compare modulesearch.rst: Documentation for the search moduleutilities.rst: Documentation for the utilities modulelog.rst: Documentation for the log module