This repository contains the ToolMap user documentation and tutorials base files. The generated files are visible on ReadTheDocs here: http://toolmap.rtfd.io/
Documentation files are written in reStructuredText and are stored in the doc
folder.
This step is only needed in order to compile locally the documentation. the ReadTheDocs site is automatically updated when documentation is commited into the repository.
-
Install Python 3.X
-
Create a virtual environment using:
python -m venv env (recommanded) source env/bin/activate (Unix) env\Scripts\activate.bat (Windows)
-
Install the required packages using:
pip install Sphinx
see the
requirements.txt
file for more information. -
Generate the documentation locally using
sphinx-build -b html doc html
-
Commit and push any change to update the documentation on ReadTheDoc