Merge pull request #10051 from pradyunsg/fix-docs-trivial-mistakes

This commit is contained in:
Pradyun Gedam 2021-06-11 12:12:13 +01:00 committed by GitHub
commit 4e37816b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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
====================