summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-13 17:44:00 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-13 17:44:00 +0100
commit0b0fe8cef03db692edd2574900d5cbfa0d70da28 (patch)
tree5ab37f7223d7db9b919d59c618626e21e1aa2b60 /docs/getting_started.rst
parent680df0d52f71d531e41571893c257d4eae19ef19 (diff)
downloadpygobject-0b0fe8cef03db692edd2574900d5cbfa0d70da28.tar.gz
getting started: add a note for the tutorial and the API reference
So that there is a clear path on what to do after successfully getting the example app running.
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index ff9e657b..63584a6a 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -30,6 +30,11 @@ and their dependencies. Follow the instructions for your platform below.
|windows-logo| :ref:`Windows <windows-getting-started>` |macosx-logo| :ref:`macOS <macosx-getting-started>` |opensuse-logo| :ref:`openSUSE <opensuse-getting-started>`
======================================================= ==================================================== ==========================================================
+After running the example application have a look at the "`Python GTK+ 3
+Tutorial <https://python-gtk-3-tutorial.readthedocs.io>`__" for more examples
+on how to create GTK+ apps and the "`PyGObject API Reference
+<https://lazka.github.io/pgi-docs>`__" for API documentation for all supported
+libraries.
.. _windows-getting-started: