Skip to content

Commit 82bef0c

Browse files
committed
✏️ Fix intersphinx links
1 parent d60943b commit 82bef0c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/libs/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ input for `setup-python <https://github.com/actions/setup-python>`_:
204204
:lines: 20-28
205205
:emphasize-lines: 9
206206

207-
In our :doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd` pipelines,
208-
however, we use ``requires-python`` from the :ref:`pyproject-toml` file to build
209-
:doc:`Docker containers with the appropriate Python version
210-
<Python4DataScience:productive/git/advanced/gitlab/docker>`.
207+
In our :doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd/index`
208+
pipelines, however, we use ``requires-python`` from the :ref:`pyproject-toml`
209+
file to build :doc:`Docker containers with the appropriate Python version
210+
<Python4DataScience:productive/git/advanced/gitlab/ci-cd/docker>`.
211211

212212
.. _uv:
213213

docs/packs/cibuildwheel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for the different platforms and Python versions through Continuous Integration
66
(CI) workflows. More precisely it builds manylinux, macOS 10.9+, and Windows
77
wheels for CPython and PyPy with GitHub Actions, Azure Pipelines, Travis CI,
88
AppVeyor, CircleCI, or
9-
:doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd`.
9+
:doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd/index`.
1010

1111
In addition, it bundles shared library dependencies on Linux and macOS through
1212
`auditwheel <https://github.com/pypa/auditwheel>`_ and `delocate
@@ -71,8 +71,8 @@ Finally, the tests can also run against the wheels.
7171
.. tab:: GitLab CI/CD
7272

7373
To build wheels for Linux, macOS, and Windows with
74-
:doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd`, create a
75-
:file:`.gitlab-ci.yml` file in your repository:
74+
:doc:`Python4DataScience:productive/git/advanced/gitlab/ci-cd/index`,
75+
create a :file:`.gitlab-ci.yml` file in your repository:
7676

7777
.. literalinclude:: .gitlab-ci.yml
7878
:language: yaml

0 commit comments

Comments
 (0)