aletrn commited on
Commit
e604e42
·
1 Parent(s): cc28d95

[doc] add missing row about sphinx documentation in README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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