Skip to content

Commit

Permalink
Merge pull request #10051 from pradyunsg/fix-docs-trivial-mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Jun 11, 2021
2 parents c165851 + de88828 commit 4e37816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/html/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/html/topics/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================
Expand Down

0 comments on commit 4e37816

Please sign in to comment.