Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

pythonocc related 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