aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/what-is-new (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: documentationBen McGinnes2018-11-301-5/+4
| | | | | | | | | | | * 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]>
* python: docs updateBen McGinnes2018-11-221-2/+3
| | | | | | * Added documentation for the new methods added to gpgme.version. * Removed the Flask based advanced use case from the what-is-new section as that type of code will not be added here.
* docs: python docs restructureBen McGinnes2018-10-301-0/+43
* Moved the what's new section out of the HOWTO (mostly), in anticipation of expanding the docs to be more than merely a HOWTO.