diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer-guide.txt | 2 | ||||
-rw-r--r-- | docs/userguide/commands.txt | 4 |
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>`_. |