Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This directory contains the source for building the API reference documentation.

To build the documentation, just run:

make html

To update the API reference (e.g. to include new module):

  • delete the rst file for the concerned module to force apidoc to update the module.

cd .. && sphinx-apidoc -e -F -o apidoc pyqode && cd doc