summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2023-01-03 21:10:33 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2023-01-27 20:09:05 +0000
commitb5d22bbf67a7458310edf48999021bc581dad42f (patch)
tree260fd22589f84f5cc1851961bf22756eea091b15
parent6152280fcc209c37632e1e6d78f58b7c4c9fb4bb (diff)
downloadpygobject-b5d22bbf67a7458310edf48999021bc581dad42f.tar.gz
Docs: Add information about available typing stubs
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 43b48d2a..e6921af8 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -34,7 +34,7 @@ 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.
+libraries. There are also typing stubs available here `PyGObject-stubs <https://pypi.org/project/PyGObject-stubs/>`_.
.. _windows-getting-started: