Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9672 from jdufresne/mypy-docsmaster | Pradyun Gedam | 2021-03-26 | 2 | -16/+27 |
|\ | | | | | Complete typing of docs directory | ||||
| * | Complete typing of docs directory | Jon Dufresne | 2021-03-06 | 2 | -16/+27 |
| | | |||||
* | | Rewrite our documentation landing page | Pradyun Gedam | 2021-03-21 | 2 | -63/+48 |
|/ | | | | | - Change to Markdown - Split the Table of Contents | ||||
* | Add a pip-cli directive for MyST | Pradyun Gedam | 2021-03-06 | 1 | -1/+81 |
| | |||||
* | Blacken pip_sphinxext.py | Pradyun Gedam | 2021-03-06 | 1 | -30/+24 |
| | |||||
* | Add autodoc and todo plugins for Sphinx | Pradyun Gedam | 2021-03-06 | 1 | -0/+2 |
| | |||||
* | Rewrite docs/conf.py | Pradyun Gedam | 2021-03-06 | 1 | -279/+79 |
| | | | | | This simplifies the Sphinx configuration and adds additional grouping and structure to the existing code as well. | ||||
* | Enable MyST in documentation | Pradyun Gedam | 2021-03-06 | 1 | -0/+1 |
| | |||||
* | Remove the docs-feedback extension | Pradyun Gedam | 2021-03-06 | 2 | -161/+0 |
| | |||||
* | Merge pull request #9477 from bbodenmiller/patch-1 | Tzu-ping Chung | 2021-02-27 | 1 | -2/+6 |
|\ | |||||
| * | Merge branch 'master' into patch-1 | Ben Bodenmiller | 2021-02-24 | 7 | -15/+19 |
| |\ | |||||
| * | | Simplify SSL doc - remove implementation details | Ben Bodenmiller | 2021-01-19 | 1 | -8/+5 |
| | | | |||||
| * | | Add details on PIP_CERT | Ben Bodenmiller | 2021-01-19 | 1 | -2/+3 |
| | | | |||||
| * | | Improve SSL Certificate Verification details | Ben Bodenmiller | 2021-01-19 | 1 | -2/+8 |
| | | | |||||
* | | | Merge pull request #9656 from pradyunsg/update-resolver-timeline | Pradyun Gedam | 2021-02-25 | 1 | -3/+5 |
|\ \ \ | | | | | | | | | Update note on the legacy resolver's removal | ||||
| * | | | Update note on the legacy resolver's removal | Pradyun Gedam | 2021-02-21 | 1 | -3/+5 |
| | | | | |||||
* | | | | Update info for unit and integration tests on MacOs | Quentin Lee | 2021-02-25 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Build local directories in-place with feature flag | David Hewitt | 2021-02-22 | 1 | -1/+9 |
|/ / | |||||
* | | Merge pull request #9606 from hexagonrecursion/fstr | Pradyun Gedam | 2021-02-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Convert more str.format() calls to f-strings | Andrey Bienkowski | 2021-02-13 | 1 | -3/+3 |
| | | | |||||
* | | | Remove typing.TYPE_CHECKING guards | Jon Dufresne | 2021-02-19 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The typing module has been available since Python 3.5. Guarding the import has been unnecessary since dropping Python 2. Some guards remain to either: - Avoid circular imports - Importing objects that are also guarded by typing.TYPE_CHECKING - Avoid mypy_extensions dependency | ||||
* | | | Document that pip supports Python 3.9 | David D Lowe | 2021-02-11 | 1 | -1/+1 |
|/ / | |||||
* | | remove uninteded 'python -m' from installation reference docs | Martin Pavlasek | 2021-02-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #9497 from hugovk/update-docs-tense | Paul Moore | 2021-01-29 | 2 | -2/+2 |
|\ \ | | | | | | | Docs: update to past tense now pip 21.0 is out | ||||
| * | | Docs: update to past tense now pip 21.0 is out | Hugo van Kemenade | 2021-01-23 | 2 | -2/+2 |
| |/ | |||||
* | | Exclude empty drafts. | Greg Roodt | 2021-01-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #9172 from webknjaz/docs/unreleased-change-fragments-preview | Pradyun Gedam | 2020-12-26 | 2 | -0/+11 |
|\ | | | | | Add a preview for the "next release" change notes | ||||
| * | Add a preview for the "next release" change notes | Sviatoslav Sydorenko | 2020-12-10 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | This change integrates `sphinxcontrib-towncrier` into the docs build. It uses Towncrier and its configs to render a draft changelog as RST and injects that into the `news.rst` document right above the older changelog entries using `towncrier-draft-entries` directive. Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com> | ||||
* | | Merge pull request #9361 from jdufresne/f-strings | Pradyun Gedam | 2020-12-26 | 1 | -3/+3 |
|\ \ | | | | | | | Use f-strings for simple string formatting | ||||
| * | | Use f-strings for simple string formatting | Jon Dufresne | 2020-12-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Use pyupgrade to convert simple string formatting to use f-string syntax. pyupgrade is intentionally timid and will not create an f-string if it would make the expression longer or if the substitution parameters are anything but simple names or dotted names. | ||||
* | | | Merge pull request #9353 from ichard26/fix_broken_mailto_link | Pradyun Gedam | 2020-12-26 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | Fix broken email link in docs feedback banners | ||||
| * | | Fix broken email link in docs feedback banners | Richard Si | 2020-12-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 'docs-feedback+ux/pip.pypa.io@pypa.io' isn't a valid email address, so I replaced it with the right email address according to this GitHub comment: https://github.com/pypa/pip/issues/8783#issuecomment-685823974 | ||||
* | | | Remove encoding cookie from Python source files | Jon Dufresne | 2020-12-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | Unnecessary since dropping Python 2. Python now decodes files as utf-8 by default. | ||||
* | | | Drop u prefix from str literals | Jon Dufresne | 2020-12-25 | 1 | -6/+6 |
|/ / | | | | | | | | | | | | | Unnecessary since dropping Python 2 support. This makes one test case from test_str_to_display a duplicate and so has been removed. | ||||
* | | Remove redundant Python 2.7 code | Hugo van Kemenade | 2020-12-22 | 4 | -7/+6 |
| | | |||||
* | | Update passage on Python 2 support | Pradyun Gedam | 2020-12-20 | 1 | -10/+3 |
| | | |||||
* | | Drop CI info about Python 2.7/3.5 | Pradyun Gedam | 2020-12-19 | 2 | -39/+1 |
| | | |||||
* | | docs: Fix typo | Sumana Harihareswara | 2020-12-14 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com> | ||||
* | | docs: Fix small style issues. | Sumana Harihareswara | 2020-12-13 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
* | | docs: Clarify that old resolver is default with Python 2 | Sumana Harihareswara | 2020-12-13 | 3 | -14/+28 |
|/ | | | | | | Partially addresses #9194. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
* | Merge pull request #9174 from pradyunsg/tweaks-to-migration-guide | Pradyun Gedam | 2020-11-29 | 1 | -4/+15 |
|\ | | | | | Expand on troubleshooting steps in resolver migration guide | ||||
| * | Expand on troubleshooting steps in resolver migration guide | Pradyun Gedam | 2020-11-29 | 1 | -4/+15 |
| | | | | | | | | Co-authored-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
* | | Describe changelog quirk around beta release | Pradyun Gedam | 2020-11-29 | 1 | -0/+5 |
|/ | | | | | This helps guide users who are reading changelogs better understand what changes are a part of a "main" release. | ||||
* | Fix handling orphan documents in the feedback ext | Sviatoslav Sydorenko | 2020-11-28 | 1 | -1/+1 |
| | | | | | | | Before this change, the cut-off step was present but the new string wasn't assigned back and this resulted in `:orphan:` not only re- injected at the beginning of the document but also left over after the admonition. | ||||
* | Merge pull request #9040 from ei8fdb/include-backtracking-in-user-guide | Pradyun Gedam | 2020-11-15 | 1 | -0/+223 |
|\ | |||||
| * | Fixed linting failures. 🤞 | Bernard | 2020-11-11 | 1 | -1/+1 |
| | | |||||
| * | Incorporating commit: e6acca646abcaaac7515da9b964d5b5291264142 | Bernard | 2020-11-11 | 1 | -11/+8 |
| | | |||||
| * | Final heading edit. | Bernard | 2020-10-30 | 1 | -2/+2 |
| | | |||||
| * | Adding link to Constraints Files | Bernard | 2020-10-30 | 1 | -1/+1 |
| | | |||||
| * | Apply suggestions from code review | Bernard Tyers | 2020-10-28 | 1 | -9/+10 |
| | | | | | | | | Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Co-authored-by: Sumana Harihareswara <sh@changeset.nyc> |