Skip to content

Commit e497eb0

Browse files
committed
Use intersphinx references
1 parent 248a843 commit e497eb0

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ http://packaging.python.org
66
The "Python Packaging User Guide" (PyPUG) aims to be the authoritative resource on
77
how to package and install distributions in Python using current tools.
88

9-
To follow the development of Python packaging, see the `Python
10-
Packaging Authority <https://www.pypa.io/en/latest/>`_.
9+
To follow the development of Python packaging, see the :doc:`Python
10+
Packaging Authority <pypa:index>`.
1111

1212
Code of Conduct
1313
---------------

source/contribute.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,16 @@ Though not required to contribute, it may be useful to build this guide locally
124124
in order to test your changes. In order to build this guide locally, you'll
125125
need:
126126

127-
1. `Nox <https://nox.thea.codes/en/latest/>`_. You can install or upgrade
127+
1. :doc:`Nox <nox:index>`. You can install or upgrade
128128
nox using ``pip``:
129129

130130
.. code-block:: bash
131131
132132
python -m pip install --user nox
133133
134134
2. Python 3.6. Our build scripts are designed to work with Python 3.6 only.
135-
See the `Hitchhiker's Guide to Python installation instructions`_ to install
136-
Python 3.6 on your operating system.
137-
138-
.. _Hitchhiker's Guide to Python installation instructions:
139-
https://docs.python-guide.org/starting/installation/
135+
See the :doc:`Hitchhiker's Guide to Python installation instructions <python-guide:starting/installation>`
136+
to install Python 3.6 on your operating system.
140137

141138
To build the guide, run the following bash command in the source folder:
142139

source/discussions/deploying-python-applications.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ directory, independent of any other Python installation on the computer.
7373

7474
A big advantage of Pynsist is that the Windows packages can be built on Linux.
7575
There are several examples for different kinds of programs (console, GUI) in
76-
the `documentation <https://pynsist.readthedocs.io/en/latest/>`__. The tool is released
76+
the `documentation <pynsist:index>`. The tool is released
7777
under the MIT-licence.
7878

7979
Application bundles

0 commit comments

Comments
 (0)