diff options
Diffstat (limited to 'docs/further.rst')
-rw-r--r-- | docs/further.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/further.rst b/docs/further.rst new file mode 100644 index 0000000..e28c129 --- /dev/null +++ b/docs/further.rst @@ -0,0 +1,13 @@ +================= +Further Resources +================= + +`GNOME Developer Documentation <https://developer.gnome.org/documentation/tutorials/beginners.html>`__ + Tutorials for creating a GNOME application using PyGObject, GTK 4 and Libadwaita. + +`Python GTK 3 Tutorial <https://python-gtk-3-tutorial.readthedocs.io>`__ + Many examples showing how to build an application using PyGObject and GTK 3. + +`Python GI API Reference <https://lazka.github.io/pgi-docs>`__ + Auto generated API documentation for many libraries accessible through + PyGObject. |