Before writing documentation, you have to prepare the environment:
$cddocs
$pipinstall-rrequirements.txt
After setting up the environment, you are ready to write documentation.
Please refer to reStructuredText Primer
if you are not familiar with reStructuredText.
After writing some documentation, you can build the documentation locally
to preview what it looks like if it is published:
$cddocs
$makehtml
The generated documentation is in docs/build/html and can be viewed
with the following commands: