aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/short-history (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: doc: Add suffix for org files.NIIBE Yutaka2019-07-121-187/+0
| | | | Signed-off-by: NIIBE Yutaka <[email protected]>
* python: docs updateBen McGinnes2018-12-041-3/+3
| | | | | | | | | | | | | * Expanded the section on issues with Windows installations, with greater detail of which versions of Visual Studio are needed depending on which version of CPython is to be used. * Included a recommendation which is a bit harsh without being totally prickish. * Updated all files to not link to author's key or related data in order to make them all consistent with the changes in commit 649b19688132dd315e361c0f5b63ba6d8f45996d. Signed-off-by: Ben McGinnes <[email protected]>
* python: documentationBen McGinnes2018-11-301-1/+15
| | | | | | | | | | | * 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-1/+1
| | | | | | | | * 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: pythonBen McGinnes2018-10-301-0/+173
* dropped the ".org" extension and added a mode line for each file as this will make scripting format conversions a lot easier.