We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8152196 commit d5eb78dCopy full SHA for d5eb78d
api_doc/README.md
@@ -1,11 +1,13 @@
1
sphinx based api documentation
2
3
-rst files were generated wih::
+install sphinx and sphinx_rtd_theme
4
5
- $ sphinx-apidoc /Library/Python/2.7/site-packages/OCC --separate -o apidoc
+ $ conda install sphinx sphinx_rtd_theme
6
7
-(on osx)
+rst files generation::
8
9
-To build the doc by yourself::
+ $ sphinx-apidoc /Library/Python/2.7/site-packages/OCC --separate -o api_doc
10
+
11
+Then::
12
13
$ make html
0 commit comments