aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55c7481..097aab0 100644
--- a/README.md
+++ b/README.md
@@ -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: