Skip to content

Commit e514c8b

Browse files
committed
docs README updt
1 parent 62b43f5 commit e514c8b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@
1515
make -C docs/source html
1616
```
1717

18-
The HTML is created in the `docs/source/_build/html` directory.
18+
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

Comments
 (0)