summaryrefslogtreecommitdiff
path: root/docs/guide
Commit message (Collapse)AuthorAgeFilesLines
* Add Hello World GTK under Other Options and Passphraser as an example that ↵Zev Lee2022-03-281-1/+3
| | | | uses the aforementioned build system.
* docs: add an example of using a subclass in a UI definitionChris Mayo2021-04-301-0/+33
|
* docs: document Gtk.Template. Fixes #396Chris Mayo2021-04-302-0/+91
| | | | Examples derived from tests/test_gtk_template.py.
* Doc: Remove reference to a fixed bugChristian Stadelmann2020-01-251-3/+0
|
* docs: update travis-ci example to Ubuntu xenialChristoph Reiter2019-02-151-2/+2
| | | | | Real changes here: https://github.com/pygobject/pygobject-travis-ci-examples/commit/6a462f528 This gives us a newer gtk/pygobject so update the version info in the docs.
* docs: document GObject.Object.weak_ref(). Fixes #245Christoph Reiter2019-02-142-0/+27
|
* GTK+ -> GTKChristoph Reiter2019-02-134-21/+21
|
* 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
* docs: Update for the git repo move from git.gnome.org to gitlab.gnome.orgChristoph Reiter2018-01-101-1/+1
| | | | | | | | | | | Changes all the links to point to the gitlab instance. Adds the gitlab setup to the sphinx theme configuration, so the theme can show "Edit on GitLab" links on each page. Create a new page pointing to the git report and bug tracker. Someone on IRC mentioned that this info is hard to find, so try to make it more proiminent.
* Add sphinx based documentationChristoph Reiter2017-12-1117-0/+1284
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