We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b43f5 commit e514c8bCopy full SHA for e514c8b
1 file changed
docs/README.md
@@ -15,4 +15,12 @@
15
make -C docs/source html
16
```
17
18
- The HTML is created in the `docs/source/_build/html` directory.
+ The HTML is created in the `docs/source/_build/html` directory.
19
+
20
+## Generating documentations from source code
21
22
+1. While in root dir, run:
23
24
+ ```console
25
+ sphinx-apidoc -o path/to/target/dir avise
26
+ ```
0 commit comments