Revision 02f0d5fc
- The autodoc module in Sphinx requires manually maintaining ReST documents that contain lists of modules for which automatic documentation should be added. Added a script called generate_modules.py (GPL licensed) that automatically generates the basic ReST documents from the source. Those documents are then processed as normal with autodoc to generate the documentation.
- Fixed sphinx build warnings. There's one class of build warnings left that apparently cannot be fixed or suppressed.
- Moved example code for ObjectListIterator from source to documentation.
- Added description on how to update the library from PyPI.
- Moved example code for LogRecordIterator from source to documentation.
- Added some more structure to the documentation.
Files
- added
- modified
- copied
- renamed
- deleted