Files
concrete/docs/dev/howto/documenting.md
Jeremy Bradley-Silverio Donato 1a52183f10 docs: Update documenting.md
2022-01-06 19:14:10 +01:00

28 lines
447 B
Markdown

# Documenting
## Using Sphinx
One can simply create docs with Sphinx and open them, by doing:
```shell
make docs
```
Reminder that this needs to be done in docker.
The documentation contains both files written by hand by developers (the .md files) and files automatically created by parsing the source files.
### Opening doc
On macOS, you can do
```shell
make open_docs
```
On other systems, simply open `docs/_build/html/index.html`