penguinV icon indicating copy to clipboard operation
penguinV copied to clipboard

Generate python docs from doc/python directory

Open ihhub opened this issue 7 years ago • 2 comments

We have an option to compile Python module of the library. Instructions and the module locate in src/python directory. We create setup.py needed for auto generation of documentation. We need to do generation within doc/python directory. We could add an extra python file for this and a brief to-do description for the user.

ihhub avatar Oct 23 '18 00:10 ihhub

Use o http://www.sphinx-doc.org/pt_BR/stable/tutorial.html

SamuelsSantos avatar Oct 23 '18 01:10 SamuelsSantos

Hi, @SamuelsSantos . We use swig for Python module generation (please have a look at src/python/README.md file).

ihhub avatar Oct 23 '18 01:10 ihhub