summaryrefslogtreecommitdiff
path: root/docs/pip_sphinxext.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix misplaced blockquotesPradyun Gedam2020-11-121-1/+1
| | | | Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
* WIP upd directive to use cmd prefix + upd ref docsSrinivas Nyayapati2020-09-131-4/+6
|
* WIP - update pip-command-usage to take optional arguments and update pip ↵Srinivas Nyayapati2020-09-131-1/+5
| | | | install docs
* docs: Improve prefix calculation of reqfile option autogenerationNoah Gorny2020-06-011-7/+15
|
* docs: Reqfile options are now generated automaticallyNoah Gorny2020-06-011-0/+34
|
* Convert the remaining '%' formatters to '.format'. Fixes #6973.Jason R. Coombs2020-03-061-6/+7
|
* Update old-style formatting to new-style formatting (#7762)Anudit Nagar2020-02-211-1/+1
|
* Fix documentation links for index optionssinoroc2019-11-131-1/+5
| | | | | | | | | | | In the documentation the links for the pip commands index options are mixed up. The index options are common to multiple commands, but in the documentation they should be specific to a command for the links to point to the right chapter. GitHub: #7347
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-4/+5
| | | | | This resulted in an approximate 24% speed-up of a vanilla `pip` invocation on one system (0.477 secs before, 0.363 secs after).
* Fix line-too-long linter messagePradyun Gedam2018-11-081-1/+3
|
* add command name for reference documentsalbertg2018-11-041-1/+1
|
* Reorganize pip's docs folderPradyun Gedam2018-08-221-0/+108