summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
authorDan Yeaw <dan@yeaw.me>2018-03-07 21:12:34 -0500
committerDan Yeaw <dan@yeaw.me>2018-03-07 21:12:34 -0500
commitf311ebd6c260f564bbfe325489006b8f3e6d1beb (patch)
tree11e6158dceb9e68110fc3b4e0cd4d665b339d7ce /docs/getting_started.rst
parent41e4524c71eb5cbbb0fcca640596cf38d1bd31f6 (diff)
downloadpygobject-f311ebd6c260f564bbfe325489006b8f3e6d1beb.tar.gz
Break up dev environment setup in to more parts, fix broken links
Signed-off-by: Dan Yeaw <dan@yeaw.me>
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index f07eb1c7..adee81ad 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -25,13 +25,13 @@ the following content and save it somewhere:
Before we can run the example application we need to install PyGObject, GTK+
and their dependencies. Follow the instructions for your platform below.
-======================================= ==================================== ==================================== ==========================================
-|ubuntu-logo| :ref:`Ubuntu <ubuntu>` |fedora-logo| :ref:`Fedora <fedora>` |arch-logo| :ref:`Arch Linux <arch>` |opensuse-logo| :ref:`openSUSE <opensuse>`
-|windows-logo| :ref:`Windows <windows>` |macosx-logo| :ref:`macOS <macosx>` |python-logo| :ref:`PyPI <pypi>`
-======================================= ==================================== ==================================== ==========================================
+======================================================= ==================================================== ==================================================== ==========================================================
+|ubuntu-logo| :ref:`Ubuntu <ubuntu-getting-started>` |fedora-logo| :ref:`Fedora <fedora-getting-started>` |arch-logo| :ref:`Arch Linux <arch-getting-started>` |opensuse-logo| :ref:`openSUSE <opensuse-getting-started>`
+|windows-logo| :ref:`Windows <windows-getting-started>` |macosx-logo| :ref:`macOS <macosx-getting-started>` |python-logo| :ref:`PyPI <pypi-getting-started>`
+======================================================= ==================================================== ==================================================== ==========================================================
-.. _windows:
+.. _windows-getting-started:
|windows-logo| Windows
----------------------
@@ -48,7 +48,7 @@ and their dependencies. Follow the instructions for your platform below.
:scale: 60%
-.. _ubuntu:
+.. _ubuntu-getting-started:
|ubuntu-logo| Ubuntu / |debian-logo| Debian
-------------------------------------------
@@ -62,7 +62,7 @@ and their dependencies. Follow the instructions for your platform below.
:scale: 60%
-.. _fedora:
+.. _fedora-getting-started:
|fedora-logo| Fedora
--------------------
@@ -73,7 +73,7 @@ and their dependencies. Follow the instructions for your platform below.
4) Run ``python3 hello.py``
-.. _arch:
+.. _arch-getting-started:
|arch-logo| Arch Linux
----------------------
@@ -84,7 +84,7 @@ and their dependencies. Follow the instructions for your platform below.
4) Run ``python3 hello.py``
-.. _opensuse:
+.. _opensuse-getting-started:
|opensuse-logo| openSUSE
------------------------
@@ -95,7 +95,7 @@ and their dependencies. Follow the instructions for your platform below.
4) Run ``python3 hello.py``
-.. _macosx:
+.. _macosx-getting-started:
|macosx-logo| macOS
-------------------