Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make requirements.txt heading more explicitdocs-quickstart | Nicole Harris | 2020-11-24 | 1 | -3/+3 |
| | |||||
* | Add unix vs windows examples | Nicole Harris | 2020-11-17 | 1 | -6/+30 |
| | |||||
* | Fix links | Nicole Harris | 2020-11-17 | 1 | -3/+4 |
| | |||||
* | Fix typo | Nicole Harris | 2020-11-15 | 1 | -5/+5 |
| | |||||
* | Update quickstart guide to reflect user research | Nicole Harris | 2020-11-15 | 1 | -39/+80 |
| | |||||
* | 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> | ||||
| * | Committing edits. | Bernard | 2020-10-28 | 1 | -35/+37 |
| | | |||||
| * | Editing to make shorten content (reduce/remove duplication), add anchor. | Bernard | 2020-10-26 | 1 | -27/+21 |
| | | |||||
| * | Updating file with PR review edits. | Bernard | 2020-10-26 | 1 | -49/+46 |
| | | |||||
| * | fix syntax | Bernard | 2020-10-23 | 1 | -2/+2 |
| | | |||||
| * | updating user guide with backtracking information | Bernard | 2020-10-23 | 1 | -44/+144 |
| | | |||||
| * | WIP | Bernard | 2020-10-21 | 1 | -0/+132 |
| | | | | | | | | | | updating user guide documentation with explanation and solutions to pip backtracking | ||||
* | | Merge pull request #9131 from uranusjr/install-method-order | Pradyun Gedam | 2020-11-14 | 1 | -17/+59 |
|\ \ | |||||
| * | | Reorder and revise installation docs | Tzu-ping Chung | 2020-11-14 | 1 | -17/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An additional section is added to instruct the user to self-check whether pip is installed before proceeding. The Linux package manager section is moved to the front to encourage users to try that first before learning about get-pip.py, which tends to provide seemingly working but subtly broken results there. A paragraph is added to the section to instruct users to report issues to package managers instead. A new section on enturepip is added as an alternative to get-pip.py, which is almost guarenteed to be available at this point. | ||||
* | | | Fix misplaced blockquotes | Pradyun Gedam | 2020-11-12 | 5 | -44/+44 |
| | | | | | | | | | | | | Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com> | ||||
* | | | Remove inline table of contents | Pradyun Gedam | 2020-11-12 | 16 | -23/+0 |
| | | | | | | | | | | | | | | | Furo provides a fully-fleshed-out right sidebar that provides an in-page table of contents, that's scrollable and does not interrupt content. | ||||
* | | | Drop custom styling for admonitions | Pradyun Gedam | 2020-11-12 | 2 | -9/+0 |
| | | | |||||
* | | | Switch documentation theme to Furo | Pradyun Gedam | 2020-11-12 | 1 | -19/+6 |
| | | | |||||
* | | | Clarify which version of pip we're seeing | Pradyun Gedam | 2020-11-12 | 1 | -1/+2 |
|/ / | |||||
* | | docs: Emphasize that pip may break existing packages | Sumana Harihareswara | 2020-10-29 | 1 | -15/+14 |
| | | | | | | | | Related to #7744 . | ||||
* | | Clarify constraints overhaul in user guide | Sumana Harihareswara | 2020-10-29 | 1 | -3/+4 |
| | | | | | | | | Co-authored-by: Paul Moore <p.f.moore@gmail.com> | ||||
* | | Add detail to docs on constraints changes with new resolver | Sumana Harihareswara | 2020-10-29 | 1 | -9/+14 |
| | | | | | | | | Related to #8307, #8115. | ||||
* | | Explain resolver changes affecting constraints files | Sumana Harihareswara | 2020-10-29 | 1 | -4/+13 |
| | | | | | | | | Related to #8792, #8076, #9020. | ||||
* | | Improve docs on resolver, constraints, and hash-checking | Sumana Harihareswara | 2020-10-29 | 1 | -1/+9 |
| | | | | | | | | Related to #9020. | ||||
* | | Add note about install/upgrade behavior to docs | Sumana Harihareswara | 2020-10-29 | 2 | -3/+10 |
| | | | | | | | | Towards #8115. | ||||
* | | docs: Clarify links for resolver work and studies | Sumana Harihareswara | 2020-10-28 | 1 | -3/+3 |
| | | | | | | | | Co-Authored-By: Bernard Tyers <bernard+work@ei8fdb.org> | ||||
* | | Update docs about Python 2 and resolver | Sumana Harihareswara | 2020-10-28 | 1 | -7/+5 |
| | | | | | | | | Per #9019. | ||||
* | | Add redirect for heading in user guide | Sumana Harihareswara | 2020-10-28 | 1 | -0/+2 |
| | | |||||
* | | Update user guide to change resolver default | Sumana Harihareswara | 2020-10-28 | 5 | -67/+79 |
| | | | | | | | | | | | | | | | | In pip 20.3, the new resolver will be the default. Therefore, this commit updates user docs to change instructions for testing, migration, etc. Towards #8937. | ||||
* | | Fix trivial news file generation on windowsxavfernandez-patch-1 | Xavier Fernandez | 2020-10-28 | 1 | -1/+1 |
| | | |||||
* | | Support multiple `abi` and `platform` values for `pip download`. | Daniel Katz | 2020-10-27 | 1 | -0/+29 |
| | | |||||
* | | Merge pull request #8972 from drpoggi/patch-1 | Xavier Fernandez | 2020-10-26 | 1 | -2/+2 |
|\ \ | | | | | | | Fix docs for trusted-host in config file | ||||
| * | | Fix docs for trusted-host in config file | David Poggi | 2020-10-08 | 1 | -2/+2 |
| | | | |||||
* | | | Update docs for less common news extension | Nguyễn Gia Phong | 2020-10-19 | 1 | -8/+8 |
| |/ |/| | | | | | | | Namely trivial, vendor and process. These were missed during the trasition to *.rst news fragment. | ||||
* | | Switch to sphinx-inline-tabs for tabs | Pradyun Gedam | 2020-10-18 | 19 | -1295/+1067 |
|/ | |||||
* | Merge pull request #8942 from brainwane/docs-8661 | Pradyun Gedam | 2020-10-06 | 1 | -0/+7 |
|\ | | | | | docs: Add how to default to new resolver | ||||
| * | docs: Add how to default to new resolver | Sumana Harihareswara | 2020-09-30 | 1 | -0/+7 |
| | | | | | | | | Fixes #8661. | ||||
* | | Rework the NEWS entries section | Pradyun Gedam | 2020-10-03 | 1 | -9/+11 |
|/ | |||||
* | Merge pull request #8848 from webknjaz/features/8783--sphinx-ext-admonitions | Pradyun Gedam | 2020-09-30 | 3 | -2/+195 |
|\ | |||||
| * | 🎨 Colorize the "important" admonition blocks | Sviatoslav Sydorenko | 2020-09-25 | 2 | -1/+9 |
| | | |||||
| * | 📝 Add initial sphinx ext for per-doc feedbacks | Sviatoslav Sydorenko | 2020-09-25 | 2 | -1/+186 |
| | | | | | | | | Resolves #8783 | ||||
* | | Update docs index page about resolver and UX work | Sumana Harihareswara | 2020-09-28 | 1 | -1/+2 |
| | | |||||
* | | Document Python support policy | Hugo van Kemenade | 2020-09-27 | 1 | -1/+7 |
|/ | |||||
* | Merge pull request #8589 from shireenrao/upd-pip-docs | Pradyun Gedam | 2020-09-24 | 20 | -450/+1797 |
|\ | |||||
| * | fix inconsistent indentation of tab blocks | shireenrao | 2020-09-13 | 14 | -484/+488 |
| | |