8000 update README · tpaviot/pythonocc-documentation@d5eb78d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d5eb78d

Browse files
committed
update README
1 parent 8152196 commit d5eb78d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

api_doc/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
sphinx based api documentation
22

3-
rst files were generated wih::
3+
install sphinx and sphinx_rtd_theme
44

5-
$ sphinx-apidoc /Library/Python/2.7/site-packages/OCC --separate -o apidoc
5+
$ conda install sphinx 664D sphinx_rtd_theme
66

7-
(on osx)
7+
rst files generation::
88

9-
To build the doc by yourself::
9+
$ sphinx-apidoc /Library/Python/2.7/site-packages/OCC --separate -o api_doc
10+
11+
Then::
1012

1113
$ make html

0 commit comments

Comments
 (0)
0