Using sphinx to auto-document a python class, module Using sphinx to auto-document a python class, module python python

Using sphinx to auto-document a python class, module


Add to the begining of the file:

.. module:: SegLib

Try using :autoclass: directive for class doc.

BTW: module names should be lower_case.

EDIT: I learned a lot from reading other source files.