README

docit is a python package which provides some simple tools to use with sphinx autodoc to control whether or not members are included in the documentation or not.

tl;dr

What?

A sphinx extension to control autodoc for individual members.

Install?

$ pip install docit

Or, from source:

$ python setup.py install

Examples?

>>> import docit
>>>

Dependencies?

docit is developed against python version 2.7.

To build the sphinx docs from source (as is), you’ll need the sphinx_rtd_theme:

$ pip install sphinx_rtd_theme

Misc.

Contact Information

This project is currently hosted on bitbucket, at https://bitbucket.org/bmearns/docit. The primary author is Brian Mearns, whom you can contact through bitbucket at https://bitbucket.org/bmearns.