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

1367 commits

Author SHA1 Message Date
Andrew Shymanel e45c1a34b2
fixed typos
Fixed small typos
2022-05-14 23:32:48 +03:00
wim glenn 6efe70858c mention that detail.. 2022-04-29 22:38:38 -05:00
Paul Moore 962b0738fd Add documentation 2022-04-22 10:42:16 +01:00
Frost Ming 6a1ed5c0f4
Add completion script for powershell (#9025) 2022-04-15 09:32:42 +01:00
Edgar Ramírez e4376ed128
docs: Add section on PEP 508 support for build system requirements (#10735) 2022-04-13 00:25:43 +01:00
Martin Fischer c394bf6c0d
Fix RST admonition & add missing inline code formatting (#10747) 2022-04-12 21:02:41 +01:00
Pradyun Gedam e679df4051
Merge pull request #11001 from pradyunsg/remove-out-of-tree
Drop out-of-tree/in-tree build transition flags
2022-04-09 16:02:40 +01:00
Pradyun Gedam 79ef8f313a
Translate issue-triage guide to Markdown
This avoids the weird linter issues we're having here.
2022-04-08 12:56:16 +01:00
Pradyun Gedam 508737baf4
Add triage notes about redistributors 2022-04-08 12:53:50 +01:00
Pradyun Gedam 428e886ad6
Drop out-of-tree/in-tree build transition flags
These were intended to help users transition when the default behaviour
changed to no longer perform out-of-tree builds. The transition is now
considered complete.
2022-04-08 12:20:36 +01:00
Tzu-ping Chung 182bac15f5
Merge pull request #10774 from gavindsouza/patch-1 2022-04-07 15:42:51 +08:00
Hugo van Kemenade 856a6ba117
Docs: Capitalise Y as the default for Proceed (#10969)
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2022-03-18 05:38:07 +00:00
Diego Ramirez 07815fd76a
Fix a small typo in the docs
(a)abort (aabort?) -> (a)bort (abort)
2022-03-11 09:04:12 -06:00
Pradyun Gedam 4306edf4b1
Merge pull request #10957 from pradyunsg/better-caching-docs 2022-03-11 12:21:33 +00:00
Pradyun Gedam 8774f06e8c
Flesh out the cache management section
This provides information on using the `pip cache` command to do things.
2022-03-11 07:54:10 +00:00
Pradyun Gedam 9e1635c9d7
Document the location of pip's cache
This makes it easier for users to discover this information.
2022-03-11 07:52:36 +00:00
Georgy Pchelkin a7fc70455e --proxy option requires scheme, does not work without it
see also: 2b2ca40ccc
2022-03-09 16:59:22 +03:00
Pradyun Gedam 82aebdbfb8
Merge pull request #10899 from pradyunsg/docs/more-reference 2022-02-26 12:39:41 +00:00
Pradyun Gedam adc69cbe06 Add a dedicated topic page on "Secure Installs"
This moves the content about hash checking mode into here, along with
adding minor additional recommendation of using `--no-binary :all:`.
2022-02-18 13:58:46 +00:00
Pradyun Gedam 72d3009422 Move section on per-requirement build system overrides
This also adds some prominent warnings to the section, to discourage
users from using these options.
2022-02-18 13:58:46 +00:00
Pradyun Gedam 3bd30f2575 Improve Requirements File Format example 2022-02-18 13:58:46 +00:00
Pradyun Gedam ea8b8ed591 Add a dedicated topic page for local project installation
This should make this information more discoverable, while also
providing clearer guidance on what the difference between a "regular"
install vs an "editable" install is.
2022-02-18 13:55:18 +00:00
Pradyun Gedam 8181af294b Add a dedicated page for requirement specifiers
This should make this information more discoverable.
2022-02-18 13:14:02 +00:00
Pradyun Gedam 5504e33700 Clarify that not-explicitly-supported platforms are unsupported
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
2022-02-18 13:11:52 +00:00
Pradyun Gedam f2800b1cb8
Merge pull request #10892 from Ambro17/main 2022-02-18 12:30:00 +00:00
Pradyun Gedam 6e48ff710c
Merge pull request #10911 from yhay81/spelling 2022-02-18 12:27:41 +00:00
q0w d1ba927a74
Fix references in Markdown documentation files
MyST-Parser 0.17.0 reworked the link resolution logic, which has become
stricter and caught these issues.
2022-02-18 08:22:33 +00:00
Yusuke Hayashi d854b1e20d
fix: spelling mistakes and typos 2022-02-17 18:05:59 +09:00
Nahuel Ambrosini bb7c42fa99 🔧 Fix warning syntax to render as a warning 2022-02-08 22:47:16 -03:00
Matt Bacchi 3608b42ef0
Fix minor typo in vcs support doc 2022-02-02 17:04:53 -07:00
Pradyun Gedam 193259d3dc
Merge pull request #9674 from mobolic/document-that-overrides-disable-all-wheels 2022-01-31 07:50:35 +00:00
Pradyun Gedam d15393de79
Disallow Sphinx 4.4.0 in documentation builds
It introduces additional warnings that we aren't ready for.
2022-01-21 14:35:19 +00:00
gavin 55fab936d4 docs(fix): Unknown target name: "noxfile.py" 2022-01-18 12:05:38 +05:30
gavin 1b36ffc3b1 docs: Fix Typo {T=>N}ox 2022-01-17 23:22:36 +05:30
gavin 7b28428963 docs: Updated Pip Anatomy
* Updated root directory structure
   * Nox usages
   * Removed folders/files that don't exist anymore
* Updated src directory structure
2022-01-09 16:41:21 +05:30
Martey Dodoo 820c4f45bb Document that using overrides disables all wheels
Update documentation to state that using command line options on any
requirements will disable all usage of wheels. Since this is unexpected
behavior, move text to a warning.
2022-01-05 23:07:59 -05:00
Pradyun Gedam 3002881874
Merge pull request #10484 from pradyunsg/updated-direct-references-version 2021-12-04 18:59:46 +00:00
Pradyun Gedam e666842286
Merge pull request #10699 from cpawley/update-docs-10627 2021-12-03 20:14:13 +00:00
Chris Pawley 12493bc044
Update vcs-support.md
Updated from #egg based syntax to URL @  syntax found in pip freeze
2021-12-01 18:09:46 +01:00
Diego Ramirez 7ced6c583b Replace tox with Nox (CLI, docs) 2021-11-29 09:29:14 -06:00
Dane Hillard cee418172f Fix ill-formatted link to pip-tools
This link seems to have gone through a transform on the way out of
reStructuredText and was rendering as raw markup in the docs seen
[here](https://pip.pypa.io/en/latest/topics/dependency-resolution/#use-constraint-files-or-lockfiles).
2021-11-24 13:52:14 -05:00
Pradyun Gedam 2cf0c467cf
Change MacOS CI table from x86 support to arm64
It'll still be empty, but at least we're listing an architecture that is
supported.
2021-11-12 08:06:06 +00:00
Pradyun Gedam c6c6222f9e
Drop Python 3.9 from Windows CI 2021-11-12 08:04:57 +00:00
Hugo van Kemenade 0252c04a16 Drop support for soon-EOL Python 3.6 2021-11-08 12:02:16 +02:00
Pradyun Gedam 1d0f4eaf96
Merge branch 'main' into tweak-dev-getting-started 2021-11-05 12:22:19 +00:00
layday 844456ed36 Drop "setuptools" qualifier and link to PEP page for extras
Extras are not specific to setuptools anymore.
2021-11-05 11:42:07 +02:00
Pradyun Gedam 4144d6a7f9
Bump to Sphinx 4.2 and above
This should allow newer versions of Sphinx, which contain bugfixes for
Python 3.10 support.
2021-10-22 08:04:57 +01:00
Pradyun Gedam 902b9e7a1a
Merge pull request #10536 from pradyunsg/docs/fix-wordin 2021-10-18 20:27:15 +01:00
Pradyun Gedam b576329791
Fix documentation about when setup.py clean is run
It is only run on failure to build wheels.
2021-10-18 20:22:52 +01:00
Pradyun Gedam eddd6dde3b
Correct mistake in documentation on Unix configuration file paths
The order was flipped, which implied the wrong thing.
2021-10-17 15:08:08 +01:00