aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/short-history (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-12python: doc: Add suffix for org files.NIIBE Yutaka1-187/+0
Signed-off-by: NIIBE Yutaka <[email protected]>
2018-12-04python: docs updateBen McGinnes1-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]>
2018-11-30python: documentationBen McGinnes1-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]>
2018-11-06docs: python bindingsBen McGinnes1-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).
2018-10-30docs: pythonBen McGinnes1-0/+1
* dropped the ".org" extension and added a mode line for each file as this will make scripting format conversions a lot easier.
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-04python: makefilesBen McGinnes1-0/+0
* 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]>
2018-10-03docs: python bindingsBen McGinnes1-0/+0
* Restructured the docs directory to account for the GNU preferred source doc format (.texi) and the Python preferred source doc format (.rst) and the real source doc format (.org). * Both the perceived source formats will need to be generated from the .org files and included at this stage. Unfortunately there is not yet a native org-to-rst transformation method in the org-mode software in Emacs nor is there a a direct means of going from reST to Org-mode from Docutils. There's only third party packages like Pandoc and, while very good, there is no guarantee of consistency; so we can't entirely automate this bit (yet).
2018-10-03docs: pre-python preparationBen McGinnes1-0/+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.
2018-02-26WS removalBen McGinnes1-1/+1
* Whitespace removal.
2018-02-26LaTeX headersben/python-docs-01Ben McGinnes1-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.
2018-02-16History pathBen McGinnes1-7/+10
* Fixed a typo in a filepath reference. * Moved conjecture regarding the first version of Python used to a footnote.
2018-02-15LaTeX marginsBen McGinnes1-0/+2
* Added LaTeX header for 1 inch margins in the quite likely event that all PDF output ultimately uses LaTeX.
2018-02-14Short HistoryBen McGinnes1-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.
2018-02-14Subsectioned historyBen McGinnes1-0/+15
* Split the main parts down into subsections. * Still need to cull the incorrect stuff towards the end and add more recent changes.
2018-02-14HistoryBen McGinnes1-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).
2018-02-14Short HistoryBen McGinnes1-0/+56
* Converted document from reST to org-mode.