summaryrefslogtreecommitdiff
path: root/docs/website/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: convert to reST and include it in the docsChristoph Reiter2018-12-091-1/+4
| | | | | So it's visible on the main website and has nice links to the issues and merge requests.
* Sphinx based user documentationChristoph Reiter2018-06-161-0/+33
The current output (more or less a straight copy of the wiki) is available here: https://gi.readthedocs.io This contains two changes: * Converts all (not completely outdated) wiki pages to a sphinx based documentation. * Converts the man pages to reST and adds a Makefile for building them using rst2man. So they can be easily exposed in the sphinx docs. Goals: * Have a user focused/compact documentation instead of random wiki pages with various todo/ideas pages. * Take advantage of the gitlab MR workflow by * allowing large documentation changes/refactorings with reviews * allowing to combine features changes with documentation changes in MRs