This forder contains the documentation template for the Verse library. The documentation is automatically generated using sphinx.
The following libraries are required for compile verse's document
- sphinx
- myst-parser
- numpydoc
- sphinx_rtd_theme
The required packages can be installed using command
python3 -m pip install -r requirements-doc.txt
The document can be compiled using command
python3 -m sphinx -M html docs/source docs/build
in the root folder
The compiled result can be found in docs/build/html
folder. The root of the compiled document is stored in docs/build/html/index.html
An example highlevel architectural document can be found in file docs/source/parser.md
An example docstring for class function can be found in file verse/agents/base_agent.py
for class BaseAgent
and function BaseAgent.__init__
and BaseAgent.TC_simulate