From 6722c069db857991b95fb95a5ddf90ec4913094a Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 5 Oct 2020 09:52:31 +0300 Subject: Fix ReST syntax error in the PEP 517 link --- docs/userguide/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/userguide') diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 52829751..37d33b26 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -22,7 +22,7 @@ be generated with whatever tools that provides a ``build sdist``-alike functionality. While this may appear cumbersome, given the added pieces, it in fact tremendously enhances the portability of your package. The change is driven under `PEP 517 ``. To learn more about Python packaging in general, +build-requirements>`_. To learn more about Python packaging in general, navigate to the `bottom `_ of this page. -- cgit v1.2.1 From f516f011b0361a329304c3ed6dc611fc97053e2b Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 5 Oct 2020 17:56:12 +0300 Subject: And another malformed link --- docs/userguide/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/userguide') diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 37d33b26..3af6d566 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -191,7 +191,7 @@ Uploading your package to PyPI ============================== After generating the distribution files, next step would be to upload your distribution so others can use it. This functionality is provided by -``twine `` and we will only demonstrate the +`twine `_ and we will only demonstrate the basic use here. -- cgit v1.2.1 From b66e45a90e82c9170cc48f21e4dac9d206193953 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 12 Oct 2020 16:42:51 +0300 Subject: Use the :pep: role instead of a manual link Co-Authored-By: Sviatoslav Sydorenko --- docs/userguide/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/userguide') diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 3af6d566..a07afae7 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -21,8 +21,8 @@ the backend (build system) it wants to use. The distribution can then be generated with whatever tools that provides a ``build sdist``-alike functionality. While this may appear cumbersome, given the added pieces, it in fact tremendously enhances the portability of your package. The -change is driven under `PEP 517 `_. To learn more about Python packaging in general, +change is driven under :pep:`PEP 517 <517#build-requirements>`_. +To learn more about Python packaging in general, navigate to the `bottom `_ of this page. -- cgit v1.2.1