File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ The final code of the example
124124Gtk.Template
125125------------
126126:class:`Gtk.WidgetClass` allows UI definition files to be used to extend a widget,
127- PyGObject provides :doc:`guide/gtk_template` as a way of accessing this from Python.
127+ PyGObject provides :doc:`pygobject: guide/gtk_template` as a way of accessing this from Python.
128128
129129The UI definition file used in the example needs a small change to include a *<template>* element:
130130
@@ -136,4 +136,4 @@ Then it can be used to implement the example with a :class:`Gtk.Window` subclass
136136.. literalinclude:: ../examples/template_example.py
137137 :linenos:
138138
139- More information can be found at the `PyGObject <https://pygobject.readthedocs.io/en/latest /guide/gtk_template.html>`_ website.
139+ More information can be found at the `PyGObject <https://pygobject.gnome.org /guide/gtk_template.html>`_ website.
Original file line number Diff line number Diff line change 3838 "gobject" : ("https://lazka.github.io/pgi-docs/GObject-2.0" , None ),
3939 "gio" : ("https://lazka.github.io/pgi-docs/Gio-2.0" , None ),
4040 "gtk" : ("https://lazka.github.io/pgi-docs/Gtk-3.0" , None ),
41- "pygobject" : ("https://pygobject.readthedocs.io/en/latest " , None ),
41+ "pygobject" : ("https://pygobject.gnome.org/ " , None ),
4242}
4343
4444# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lists and tuples will be needed.
2424
2525Although this tutorial describes the most important classes and methods within
2626GTK+ 3, it is not supposed to serve as an API reference. Please refer to the
27- `GTK+ 3 Reference Manual <https://developer.gnome .org/gtk3/stable />`_ for a
27+ `GTK+ 3 Reference Manual <https://docs.gtk .org/gtk3/>`_ for a
2828detailed description of the API. Also there's a `Python-specific reference
2929<https://lazka.github.io/pgi-docs/>`_ available.
3030
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ UI Manager
5959----------
6060
6161:class:`Gtk.UIManager` provides an easy way of creating menus and toolbars using
62- an `XML-like description <https://developer.gnome .org/gtk3/stable/GtkUIManager. html#XML-UI >`_.
62+ an `XML-like description <https://docs.gtk .org/gtk3/class.UIManager. html#ui-definitions-xml-ui >`_.
6363
6464First of all, you should add the :class:`Gtk.ActionGroup` to the UI Manager with
6565:meth:`Gtk.UIManager.insert_action_group`. At this point is also a good idea to
You can’t perform that action at this time.
0 commit comments