summaryrefslogtreecommitdiff
path: root/docs/website
Commit message (Collapse)AuthorAgeFilesLines
* Fix misleading documentation for `closure` annotationwip/tintou/closure-documentationCorentin Noël2019-06-231-4/+4
|
* docs: include '--c-include' in g-ir-scanner man page. Fixes #275Christoph Reiter2019-03-241-0/+4
|
* website: Add link to C/typelib ABI cross-validatorTomasz Miąsko2019-02-131-0/+1
|
* website: add cppgir C++ bindingMark Nauwelaerts2019-01-051-0/+1
|
* Add a --version option to g-ir-compiler and g-ir-generate. Fixes #55Christoph Reiter2018-12-192-0/+6
|
* website: add a page with build/test instructionsChristoph Reiter2018-12-142-0/+69
| | | | | | My goal here is to keep it simple and get people started quickly. See !96
* NEWS: fix version numbersChristoph Reiter2018-12-091-1/+1
| | | | glib versions leaked
* NEWS: convert to reST and include it in the docsChristoph Reiter2018-12-095-2/+18
| | | | | So it's visible on the main website and has nice links to the issues and merge requests.
* Sphinx based user documentationChristoph Reiter2018-06-1625-0/+2721
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