[doc] add missing row about sphinx documentation in README.md
Browse files
README.md
CHANGED
|
@@ -162,6 +162,7 @@ cd docs && sphinx-quickstart --project SamGIS --release 1.0.0 --language python
|
|
| 162 |
|
| 163 |
# update docs folder (from project root)
|
| 164 |
sphinx-apidoc -f -o docs samgis
|
|
|
|
| 165 |
```
|
| 166 |
|
| 167 |
Then it's possible to generate the HTML pages
|
|
|
|
| 162 |
|
| 163 |
# update docs folder (from project root)
|
| 164 |
sphinx-apidoc -f -o docs samgis
|
| 165 |
+
sphinx-apidoc -f -o docs samgis_core
|
| 166 |
```
|
| 167 |
|
| 168 |
Then it's possible to generate the HTML pages
|