diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -40,7 +40,18 @@ pip install -e . ## Documentation -To generate html documentation using [pdoc](https://pdoc.dev/), +### Wiki + +The [wiki](https://git.recherche.enac.fr/projects/argaze/wiki) provides many explanations about how works ArGaze, what is possible to do and code samples. + +### Cookbook + +The **utils** submodule is a good place to get ready made code examples. + +### Code + +ArGaze code documentation is based on [pdoc](https://pdoc.dev/). +To generate html documentation: - Install 'pdoc' package: |