- Ensure you have the following packages installed and available in your Python path:
- quantnet_controller
- quantnet_agent
- quantnet_mq
pip install sphinx-rtd-theme sphinx-click readthedocs-sphinx-search sphinxcontrib.bibtex sphinx-toolbox
- Clone the docs repository
git clone git@github.com:quant-net/qn-docs.git
- Make the HTML documents
cd qn-docs
make html
- Use a browser to view
_build/html/index.html
TODO