1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

1252 commits

Author SHA1 Message Date
Pradyun Gedam 520aed8b06
Stylise console output with console highlighting
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2021-07-02 12:18:53 +01:00
Pradyun Gedam 97bab9f23f Add topic guide: Dependency Resolution 2021-06-25 13:08:03 +01:00
Pradyun Gedam 0ab159a3f2 Add topic guide: Configuration 2021-06-11 16:26:24 +01:00
Pradyun Gedam 330cfa38e2 Enable definition lists in MyST
This is useful for presenting content.
2021-06-11 16:26:24 +01:00
Pradyun Gedam d63f06a881 Add a topic guide: Caching 2021-06-11 16:20:09 +01:00
Pradyun Gedam 9e1a92e3fe
Merge pull request #10024 from pradyunsg/remove-old-docs-pages
Remove old documentation pages
2021-06-11 13:40:04 +01:00
Pradyun Gedam de8882808b Fix typo in version added directive 2021-06-11 11:44:39 +01:00
Pradyun Gedam 9687f4598f Add an intersphinx link, to compatibility section
This was being used in a different part of our documentation.
2021-06-11 11:44:26 +01:00
Pradyun Gedam 5bc83d44a3 Fix typo in redirect to topics/authentication 2021-06-11 11:43:47 +01:00
Pradyun Gedam ad9d492989
Merge pull request #10023 from pradyunsg/show-is-for-local-packages
Move where show is shown in commands
2021-06-07 22:11:10 +01:00
Dirk Stolle b8e7a70fd5
Fix typos (#10001) 2021-06-03 16:44:42 +02:00
Pradyun Gedam 3930f5545f Add a topic guide for Authentication 2021-05-28 16:14:29 +01:00
Pradyun Gedam 7d42fb61ae Add a "Topic Guide" section to the documentation
This section will contain pages that describe a single topic (like
"Authentication", "Caching", etc).
2021-05-28 13:03:57 +01:00
Pradyun Gedam 70a2c723e8 Remove old documentation pages
These pages were redirecting users from really old versions of pip.
Breaking those links now should be fine, since these pages do not get
much traffic.
2021-05-28 12:43:31 +01:00
Pradyun Gedam b3a848af13 Move where show is shown in commands
It is for introspecting installed packages, not on the index.
2021-05-28 12:16:56 +01:00
Pradyun Gedam f9dc946e68
Use the footnote in the installation page 2021-05-22 12:13:41 +01:00
Pradyun Gedam 1b386366a3
installing.rst -> installation.md 2021-05-22 00:33:13 +01:00
Pradyun Gedam 34d181a5d6
quickstart.rst -> getting-started.md 2021-05-22 00:33:13 +01:00
Pradyun Gedam 5734d32546
Change first title in getting-started 2021-05-22 00:33:13 +01:00
Pradyun Gedam f99ccb15c3
Update copyright in conf.py, to match copyright.rst 2021-05-22 00:33:02 +01:00
Pradyun Gedam 0139009eb0
Flesh out the Getting Started page 2021-05-22 00:31:05 +01:00
Pradyun Gedam cbade4e657
Further tweak the installation page 2021-05-22 00:31:05 +01:00
Pradyun Gedam afcefa9088
Rewrite substantial portions of installation docs 2021-05-22 00:31:05 +01:00
Pradyun Gedam 86c79441e9
Add initial getting-started scaffold 2021-05-22 00:31:04 +01:00
Pradyun Gedam 9fb3b7c795
Add new installation document 2021-05-22 00:31:01 +01:00
Sviatoslav Sydorenko 92862e28ec
Enable parallelism in Sphinx 2021-04-20 22:35:53 +02:00
Stéphane Bidoul 8fc65ea53f
Merge pull request #9673 from mwchase/url-constraints-final-2
Support URL constraints in the new resolver
2021-04-18 12:31:45 +02:00
Max W Chase 4c69ab2a2c Support URL constraints in the new resolver
Fixes #8253
2021-04-17 07:59:57 -04:00
Tzu-ping Chung a912c5530d Rewrite collect_links
This introduces a collect_sources() method to do the same thing, but
instead of flattening links eagerly, return each repository entry
separately (and return a None for invalid repository options), so
subsequent code can better distinguish which link comes from which
repository.
2021-04-13 03:16:36 +08:00
Dominic Davis-Foster 4517306a6d
Remove third backtick from inline code block. 2021-04-11 21:49:25 +01:00
Stéphane Bidoul 29c50c8188 Add missing type annotation in docs/ 2021-04-04 13:58:59 +02:00
Tzu-ping Chung dee71ce661 Run lint on code base 2021-04-04 06:20:27 +08:00
Eric Cousineau f1f94baf5c try to encode more deets 2021-04-03 23:18:20 +08:00
Eric Cousineau 9f73611df6 address review, I think? 2021-04-03 23:18:19 +08:00
Eric Cousineau b43a8ed51e docs: Describe --upgrade-strategy and direct requirements explicitly
Add a brief example
2021-04-03 23:18:19 +08:00
Tzu-ping Chung 5df7d26a4e Merge branch 'main' into dependency-confustion-documentation 2021-04-03 16:50:16 +08:00
Tzu-ping Chung b88de7d6ad Re-apply documentation addition 2021-04-03 16:23:33 +08:00
Tzu-ping Chung b3fd603b22 Merge branch 'main' into patch-1 2021-04-03 16:11:00 +08:00
Pradyun Gedam b6014973c3
Merge pull request #9476 from uranusjr/custom-news-directive
Custom RST directive to generate stable version ID
2021-04-02 13:24:20 +01:00
Pradyun Gedam 3fe1954e10
Add redirects from the old /reference/ pages 2021-04-02 11:38:17 +01:00
Pradyun Gedam b2c5e1078b
Rewrite Commands section's landing page
- reST -> MyST
- Roughly group the commands, based on what they work on.
2021-04-02 11:10:17 +01:00
Pradyun Gedam 0147cd1e29
Move /reference/ to /cli/ 2021-04-02 11:10:17 +01:00
Pradyun Gedam 2571067215
Merge branch 'main' into custom-news-directive 2021-04-02 10:44:46 +01:00
Pradyun Gedam 879cee8a20
Update note that CI docs are out of date 2021-04-02 01:32:05 +01:00
Pradyun Gedam 6ff1f7da2f
Merge pull request #9739 from pradyunsg/tests/drop-YAML-based-resolver-tests
Drop YAML tests for the resolver
2021-03-28 07:56:09 +01:00
Pradyun Gedam 1db5ce02af
Update the default branch name for this repository 2021-03-28 07:30:21 +01:00
Pradyun Gedam c651ecf25a
Tweak some references in the documentation 2021-03-28 07:29:37 +01:00
Pradyun Gedam bcbfbaa515
Merge pull request #9672 from jdufresne/mypy-docs
Complete typing of docs directory
2021-03-26 06:58:06 +00:00
Pradyun Gedam ad63666749
Drop YAML tests for the resolver
We've created a fairly capable setup with the new resolver tests,
which has now rendered this logic redundant and generally unnecessary.
2021-03-21 11:55:07 +00:00
Pradyun Gedam 8e2071e557
Rewrite our documentation landing page
- Change to Markdown
- Split the Table of Contents
2021-03-21 09:14:14 +00:00