aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/index (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-12python: doc: Add suffix for org files.NIIBE Yutaka1-29/+0
Signed-off-by: NIIBE Yutaka <[email protected]>
2018-11-30python: documentationBen McGinnes1-0/+1
* Added long description to setup.py.in. * Added maintenance mode details with clarification for what type of things would be a bug as far as MM is concerned and what wouldn't be. ** Includes a not too subtle hint directed towards the donations page. * Miscellaneous tightening of documentation. Signed-off-by: Ben McGinnes <[email protected]>
2018-11-06docs: python bindingsBen McGinnes1-2/+4
* Continued restructuring as part of moving beyond mere;y the HOWTO file. * Generated the alternative source files for reST and Texinfo. * Fixed some errors and updated links after moving the what's new section to two new files (yes, two).
2018-10-30docs: python docs restructureBen McGinnes1-2/+2
* Moved the what's new section out of the HOWTO (mostly), in anticipation of expanding the docs to be more than merely a HOWTO.
2018-10-30docs: pythonBen McGinnes1-0/+1
* dropped the ".org" extension and added a mode line for each file as this will make scripting format conversions a lot easier.
2018-10-04docs: pythonBen McGinnes1-3/+2
* Fixed an error in the new index page and then exported to the other two "source" formats.
2018-10-04docs: pythonBen McGinnes1-0/+26
* lang/python/doc/meta/TODO.org: Added the two major documentation build system tasks to the TODO list. * Added an index page in preparation for sorting out the second of those TODO lists (Docutils is a lot easier to handle than Texinfo). * Meanwhile, have confirmed that it all builds just fine under GNU/Linux, OS X and FreeBSD while retaining the documentation, so that's a nice improvement from 1.11.1. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>