aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-30docs: python docs restructureBen McGinnes4-71/+168
* 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 McGinnes3-1/+14
* dropped the ".org" extension and added a mode line for each file as this will make scripting format conversions a lot easier.
2018-10-23docs: python howtoBen McGinnes1-5/+5
* Fixed a few spelling and grammatical errors.
2018-10-21Python: docs tweaksBen McGinnes1-1/+1
* Fixed a minor error in how the reST version of the HOWTO is generated. * Updated the help() in __init__.py with a little more detail as to why not to use the lower level functions.
2018-10-18doc: convert more http:// links to https://Daniel Kahn Gillmor1-2/+2
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2018-10-04docs: org to texinfo whitspace bugBen McGinnes1-2/+2
* replaced "." in headings with "ยท" to prevent whitspace being appended by texinfo and breaking git.
2018-10-04docs: pythonBen McGinnes2-16/+11
* 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]>
2018-10-04python: makefilesBen McGinnes2-0/+3219
* doc/Makefile.am: Removed a bit I forgot about. * Renamed lang/python/docs to lang/python/doc bvecause apparently automake cares about that too. * Decided to be extra explicit in the manifest because if I don't then all sorts of things get deleted ... like lang/python * Tested on an external linux system just in case my osx workstation introduces too much weirdness. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>