Skip to content

Commit a41b6d9

Browse files
authored
Merge pull request #2634 from carltongibson/c/fix-quickstart-link
Fixed quickstart packaging resources hyperlink.
2 parents 2decfd2 + f427831 commit a41b6d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/userguide/quickstart.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ be generated with whatever tools that provides a ``build sdist``-alike
2222
functionality. While this may appear cumbersome, given the added pieces,
2323
it in fact tremendously enhances the portability of your package. The
2424
change is driven under :pep:`PEP 517 <517#build-requirements>`. To learn more about Python packaging in general,
25-
navigate to the `bottom <Resources on python packaging>`_ of this page.
25+
navigate to the :ref:`bottom <packaging-resources>` of this page.
2626

2727

2828
Basic Use
@@ -215,13 +215,14 @@ basic use here.
215215

216216

217217
Transitioning from ``setup.py`` to ``setup.cfg``
218-
==================================================
218+
================================================
219219
To avoid executing arbitary scripts and boilerplate code, we are transitioning
220220
into a full-fledged ``setup.cfg`` to declare your package information instead
221221
of running ``setup()``. This inevitably brings challenges due to a different
222222
syntax. Here we provide a quick guide to understanding how ``setup.cfg`` is
223223
parsed by ``setuptool`` to ease the pain of transition.
224224

225+
.. _packaging-resources:
225226

226227
Resources on Python packaging
227228
=============================

0 commit comments

Comments
 (0)