summaryrefslogtreecommitdiff
path: root/docs/guide/api
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remove reference to a fixed bugChristian Stadelmann2020-01-251-3/+0
|
* docs: document GObject.Object.weak_ref(). Fixes #245Christoph Reiter2019-02-142-0/+27
|
* docs: Fix quark_from_string/to_string confusionKai Willadsen2018-05-051-1/+1
|
* docs: Fix references in new error handling docsKai Willadsen2018-05-041-9/+9
|
* docs: Add introduction to handling GLib.ErrorKai Willadsen2018-05-042-0/+49
|
* docs: fix build with sphinx 1.7.0Christoph Reiter2018-02-121-1/+2
| | | | 1.7.0 no longer allows non-class references as param types
* Add sphinx based documentationChristoph Reiter2017-12-117-0/+482
Takes the documentation developed at https://github.com/pygobject/pygobject-docs and puts into /docs See https://pygobject.readthedocs.io for how it looks Now that we move to gitlab we can use webhooks to trigger builds on readthedocs from gitlab directly and we should also have a nicer contribution UX. This also gets rid of most of README/HACKING/INSTALL and moves most of the information into the documentation. The README is kept short and only makes clear what pygobject is and points to the online docs as that should answer all questions. setup.py now sets the content of README.rst as long_descriptions, as that is the content shown on PyPI. This makes the page on PyPI look the same as on gitlab. https://bugzilla.gnome.org/show_bug.cgi?id=791448