I want to try PyDocumenting the source. Before I start, I want to know if anyone else is doing this so we don't replicate work/step on each other's toes. From my reading, docstrings should follow the Sphinx docstring format so we can Sphinx-compile the documentation into a nice purdy format.
A good body of PEP-8-conforming docstrings will support the programmers-guide, which should only need to glue the docstring bits together, kinda like how existing Python documentation currently works.
Discuss.