Christopher Hunt
cdbda9bfd3
Merge pull request #7022 from chrahunt/docs/triage-guide-1
...
Add triage guide document.
2019-09-19 07:48:19 -04:00
Chris Hunt
80339aab2c
Add WIP note
2019-09-19 01:53:02 -04:00
Christopher Hunt
82c2dd40eb
Merge pull request #6203 from vinicyusmacedo/fix-pep-508
...
Fix is_url from splitting the scheme incorrectly when using PEP 440's direct references
2019-09-16 09:52:40 -04:00
Chris Hunt
42cbd3c737
Add triage guide document.
...
Includes basic issue tracker info, as a first step towards the full
document.
2019-09-15 13:22:38 -04:00
Chris Jerdonek
ca4fc9e741
Update architecture/package-finding.rst.
2019-09-12 02:31:45 -07:00
Pradyun Gedam
79ce923e1a
Update documented invocations of generate commands
2019-09-05 12:40:34 +05:30
Pradyun Gedam
3b2d138400
Rename tox lint-py3
to tox lint
...
Merge pull request #6934 from pradyunsg/lint-python3-default
2019-08-27 17:09:01 +05:30
Pradyun Gedam
506a08bc38
Rename tox lint-py3
to tox lint
...
Also update references to it, in Travis CI config and in documentation.
2019-08-27 13:55:20 +05:30
Sumana Harihareswara
289af52b59
Add WIP note
2019-08-22 12:42:35 -04:00
Pradyun Gedam
9b82fcc9d8
Merge branch 'master' into architecture
2019-08-22 21:07:58 +05:30
Pradyun Gedam
f0d48d1897
Merge pull request #6901 from pypa/pradyunsg-docs-improve-note
...
Note that pip's internals can change at any time
2019-08-22 12:50:47 +05:30
Chris Jerdonek
e888587c68
Note that pip's internals can change at any time
2019-08-21 15:51:38 +05:30
Chris Jerdonek
8db3944a64
Add initial architecture section for index.py and PackageFinder.
2019-08-20 22:49:30 -07:00
Sumana Harihareswara
9b0383ea6c
WIP improve linking and formatting
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
72094355dc
WIP polish formatting
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
f6a4c71c95
WIP fixing errors
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
165e5a33ff
WIP reorganizing
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
c03335502a
WIP formatting of source section
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
7e51405806
WIP reformatting as nested list
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
8f2d28b563
WIP to squash
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
7662d840ed
Polish formatting and wording
2019-08-13 19:21:01 -04:00
Sumana Harihareswara
4b8ecd6f2d
Add architecture overview.
2019-08-13 19:21:01 -04:00
Vinicyus Macedo
16af35c613
Adding improvements to the _get_path_to_url function
2019-08-12 14:32:03 -03:00
Pradyun Gedam
7c319ad74a
Add a skeleton for architecture documentation ( #6836 )
2019-08-07 02:41:00 +05:30
Pradyun Gedam
5280483c06
Clarify who we welcome help from
2019-08-07 02:40:08 +05:30
Paul Moore
e4c32b9917
Merge pull request #6770 from omry/master
...
exclude '.tox', '.nox' from being copied during 'pip install .'
2019-08-05 23:29:02 +01:00
Pradyun Gedam
1429a55f40
Add a skeleton for architecture documentation
2019-08-05 17:51:28 +05:30
Omry Yadan
6dd5727773
responded to comments
2019-08-03 11:14:36 -07:00
Omry Yadan
ec47c866c8
updated docs
2019-08-03 10:31:42 -07:00
Chris Jerdonek
1f09e67f34
Only import a Command class when it is actually needed.
...
This resulted in an approximate 24% speed-up of a vanilla `pip`
invocation on one system (0.477 secs before, 0.363 secs after).
2019-07-26 23:30:26 -04:00
Pradyun Gedam
8de817c7ed
Reword as suggested in PR review
2019-07-20 09:37:48 +05:30
Pradyun Gedam
6057e6c344
Document how Python 2.7 support will be handled
2019-07-20 09:37:47 +05:30
Xavier Fernandez
ab10b8c328
debug: add warnings about its provisional status
2019-07-18 14:39:12 +02:00
Xavier Fernandez
d70edc8a95
docs: add basic documentation for pip debug
2019-07-18 14:39:12 +02:00
Xavier Fernandez
8f45aee97a
Fix line length & don't flake8 docs in python 2
2019-07-18 14:37:31 +02:00
Eli Schwartz
1350b95dee
docs: fix manpage generation
...
This was broken in commit 20f672c4e6
,
which reorganized the conf.py file into the html subdirectory. See:
https://github.com/pypa/pip/pull/5724
https://github.com/readthedocs/readthedocs.org/issues/1543
This broke the relative manpage globbing because Sphinx will os.chdir()
into the directory location of conf.py before evaluating it, so the
globbing returned nothing at all. As a result, while the main pip(1)
manpage continued to be built, no pip-*(1) subcommand manpages were
built.
2019-07-17 23:53:50 -04:00
Eli Schwartz
f2cbcd190f
docs: check that the subcommand manpages are actually found and being used
2019-07-17 23:52:44 -04:00
Eli Schwartz
f3f63c0f82
docs: fix manpage names being truncated
...
In commit d2e7377c0f
, the documentation
directories were reorganized, resulting in `fname_base` (the path that
Sphinx looked for source files) to no longer expect the leading 'man/'.
This was always also stripped from the `outname`, which now strips four
characters twice over.
Fix by reducing the stripped length to only the length of the prefix in
fname_base itself.
2019-07-17 22:53:17 -04:00
Hugo
2c1010ee96
Drop support for EOL Python 3.4
2019-07-07 11:45:16 +03:00
Pradyun Gedam
a8c66dc5d7
Merge pull request #6007 from smartsammler/fix-iss4733
...
Fix #4733 by deleting the failing example
2019-07-06 09:18:58 +05:30
Pradyun Gedam
f196814b71
Soften language in note for Installation Order
2019-06-16 19:34:19 +05:30
Pradyun Gedam
3c17e280f5
Add another colon to make it ReST directive
2019-06-16 18:27:00 +05:30
Pradyun Gedam
61c4b6159c
Add a disclaimer to the "Installation Order" section ( #6604 )
2019-06-16 17:43:28 +05:30
Pradyun Gedam
cbb2a5e6ad
Add a disclaimer to the "Installation Order" section
...
This section has caused a lot of user confusion since PEP 517/518. It seems that users are referring to this section for advice about how to deal with build time issues, which contains statements that do not hold true for build requirements.
2019-06-13 16:57:07 +05:30
Chris Jerdonek
d72758394d
Fully support --trusted-host inside requirements files.
2019-06-13 01:21:05 -07:00
Abhinav Sagar
107258da0b
Document issue tracker triage as a contribution area ( #6569 )
2019-06-05 06:36:32 +05:30
Stéphane Bidoul (ACSONE)
99b64ba80f
docs: mention installing from git refs
2019-05-18 12:02:28 +02:00
ABHYUDAY PRATAP SINGH
a731e7e37d
Docs: capitalize "URL"
2019-05-10 22:52:21 +02:00
Pulkit Goyal
d2742a9049
Improve sentence about PyPI package search ( #6476 )
2019-05-07 14:30:39 -04:00
Chris Jerdonek
a163ae5af1
Fix some formatting issues in the pip-install docs ( #6432 )
2019-05-07 09:13:56 -04:00