Sphinx - Python Documentation Generator

Greetings!
I am in the process of writing a custom Python API for my studio. I’ve been tasked with providing a documentation system to allow my colleagues to build their own tools based on our custom API base classes and functions. I have chosen Sphinx, as it is what Python uses to create their own docs online. Sphinx offers a very cool ‘autodoc’ extension that...well...automatically documents your code based on your docstrings. Sphinx also offers a fairly easy-to-learn documentation language that transforms your docstrings into powerful learning tools.
Sphinx - http://sphinx.pocoo.org/index.html
The autodoc extenstion - http://sphinx.pocoo.org/ext/autodoc.html#module-sphinx.ext.autodoc
Sphinx,
documentation in
Maya,
Python 



