summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-23 17:23:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-23 17:24:11 -0400
commitf852d1598a7814f5f4f6e8bf26d3d60cffe1798a (patch)
tree983e42e98edb42edd86fd42d54e144a561f4a3c4 /docs
parent412d2e17aebedfdff443dafa0d3584dd22e0b9ee (diff)
parent52c394c1e87b863aec92949e4b494ab01a7cd234 (diff)
downloadpython-setuptools-git-f852d1598a7814f5f4f6e8bf26d3d60cffe1798a.tar.gz
Merge commit '52c394c' into feature/2093-docs-revamp
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt2
-rw-r--r--docs/userguide/commands.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 0b4ae4d4..e6171e4e 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -139,7 +139,7 @@ Vendored Dependencies
---------------------
Setuptools has some dependencies, but due to `bootstrapping issues
-<https://github.com/pypa/setuptools/issues/980>`, those dependencies
+<https://github.com/pypa/setuptools/issues/980>`_, those dependencies
cannot be declared as they won't be resolved soon enough to build
setuptools from source. Eventually, this limitation may be lifted as
PEP 517/518 reach ubiquitous adoption, but for now, Setuptools
diff --git a/docs/userguide/commands.txt b/docs/userguide/commands.txt
index 86048416..c64f62bf 100644
--- a/docs/userguide/commands.txt
+++ b/docs/userguide/commands.txt
@@ -521,7 +521,7 @@ result (which must be a ``unittest.TestSuite``) is added to the tests to be
run. If the named suite is a package, any submodules and subpackages are
recursively added to the overall test suite. (Note: if your project specifies
a ``test_loader``, the rules for processing the chosen ``test_suite`` may
-differ; see the `test_loader`_ documentation for more details.)
+differ; see the :ref:`test_loader <test_loader>` documentation for more details.)
Note that many test systems including ``doctest`` support wrapping their
non-``unittest`` tests in ``TestSuite`` objects. So, if you are using a test
@@ -563,4 +563,4 @@ The ``upload`` command was deprecated in version 40.0 and removed in version
For more information on the current best practices in uploading your packages
to PyPI, see the Python Packaging User Guide's "Packaging Python Projects"
tutorial specifically the section on `uploading the distribution archives
-<https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives>`_. \ No newline at end of file
+<https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives>`_.