aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/Short_History.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: pre-python preparationBen McGinnes2018-10-031-172/+0
| | | | | | | | | * doc/Makefile.am: removed the python howto from this file, restoring it to just the main project and the newer .js files. * deleted: doc/gpgme-python-howto.texi * renamed the Short_History.org file to short-history.org to keep the naming conventions similar. * All the Python files can (and should) live together.
* WS removalBen McGinnes2018-02-261-1/+1
| | | | * Whitespace removal.
* LaTeX headersben/python-docs-01Ben McGinnes2018-02-261-0/+4
| | | | | | | * Set LaTeX headers to enable ligatures and a 12pt font by default. * Paper size left for regional defaults. * Using XeLaTeX for easier font control. * Using default LaTeX font of Latin Main, but that's easy enough to change.
* History pathBen McGinnes2018-02-161-7/+10
| | | | | | * Fixed a typo in a filepath reference. * Moved conjecture regarding the first version of Python used to a footnote.
* LaTeX marginsBen McGinnes2018-02-151-0/+2
| | | | | * Added LaTeX header for 1 inch margins in the quite likely event that all PDF output ultimately uses LaTeX.
* Short HistoryBen McGinnes2018-02-141-20/+96
| | | | | | * Fixed or updated the most fundamental errors. * Also included some details on which modules are available on PyPI, as well as what happened to the PyME commit log.
* Subsectioned historyBen McGinnes2018-02-141-0/+15
| | | | | | * Split the main parts down into subsections. * Still need to cull the incorrect stuff towards the end and add more recent changes.
* HistoryBen McGinnes2018-02-141-52/+68
| | | | | | * Reshaping the history file to fit Org Mode's structuring for docs. * Also said history needs to be a bit more clear (it was kind of unfinished).
* Short HistoryBen McGinnes2018-02-141-0/+56
* Converted document from reST to org-mode.