aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/what-was-new (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: documentationBen McGinnes2018-11-301-2/+2
| | | | | | | | | | | * 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]>
* docs: python bindingsBen McGinnes2018-11-061-9/+9
| | | | | | | | * 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).
* docs: python docs restructureBen McGinnes2018-10-301-0/+106
* Moved the what's new section out of the HOWTO (mostly), in anticipation of expanding the docs to be more than merely a HOWTO.