tree: c6735453eb8379ed674b68925ad588d97791a2fa [path history] [tgz]
  1. source/
  2. Makefile
  3. README.md
dcae-cli/docs/README.md

Documentation build instructions

The autodoc extension doesn't regenerate the dcae_cli package files in the build directory. They can be recreated via:

sphinx-apidoc -o source/apidoc/ ../dcae_cli/

Then the HTML can be rebuilt via:

make clean
make html

The makefile was initially created via:

sphinx-quickstart