From 5bc83d44a36da8b959a580b938c424c1190a6e49 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 11 Jun 2021 11:43:47 +0100 Subject: [PATCH 1/3] Fix typo in redirect to topics/authentication --- docs/html/user_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index cfcdfc182a1..967d78aef09 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -63,17 +63,17 @@ For more information and examples, see the :ref:`pip install` reference. Basic Authentication Credentials ================================ -This is now covered in {doc}`topics/authentication`. +This is now covered in :doc:`topics/authentication`. netrc Support ------------- -This is now covered in {doc}`topics/authentication`. +This is now covered in :doc:`topics/authentication`. Keyring Support --------------- -This is now covered in {doc}`topics/authentication`. +This is now covered in :doc:`topics/authentication`. Using a Proxy Server ==================== From 9687f4598f8ae45dfd1401ac36e0fa5b3fce6cd7 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 11 Jun 2021 11:44:26 +0100 Subject: [PATCH 2/3] Add an intersphinx link, to compatibility section This was being used in a different part of our documentation. --- docs/html/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/html/installation.md b/docs/html/installation.md index da975727185..e389a8fa4d4 100644 --- a/docs/html/installation.md +++ b/docs/html/installation.md @@ -60,6 +60,8 @@ If you face issues when using Python and pip installed using these mechanisms, it is recommended to request for support from the relevant provider (eg: Linux distro community, cloud provider support channels, etc). +(compatibility-requirements)= + ## Compatibility The current version of pip works on: From de8882808bdfe29e3cb1146afd7ec656cf839357 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 11 Jun 2021 11:44:39 +0100 Subject: [PATCH 3/3] Fix typo in version added directive --- docs/html/topics/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/topics/authentication.md b/docs/html/topics/authentication.md index e78aff47201..981aab5abd7 100644 --- a/docs/html/topics/authentication.md +++ b/docs/html/topics/authentication.md @@ -18,7 +18,7 @@ https://0123456789abcdef@pypi.company.com/simple ### Percent-encoding special characters -```{versionaddded} 10.0 +```{versionadded} 10.0 ``` Certain special characters are not valid in the credential part of a URL.