Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

pythonocc related documentation

Getting started

Install and 5 minutes experience

To build using sphinx:

$ cd getting_started
$ make html

html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.

API documentation

Automagically generated from docstrings.

To build using sphinx:

$ cd apidoc
$ make html

html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.

Examples documentation

To build using sphinx:

$ cd examples
$ make html

html files are generated into the _build/html folder. Open _build/html/index.html to browse the documentation.

If you want the french version of the examples documentation:

$ cd examples_fr
$ make html