Commit Graph

10787 Commits

Author SHA1 Message Date
Hugo van Kemenade 294995bc47
Fix typo 2020-09-14 23:00:48 +03:00
shireenrao 8f3151324f fix inconsistent indentation of tab blocks 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati a2e2f5d052 update all tabs with command output be console code-blocks 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati 28a00633d8 Remove platform prompt when not output is displayed 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati c36bd748f3 fix tox.ini and conf.py to use sphinx_tabs_nowarn 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati 7673712d3e Add tabs to get-pip.py install page 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati 4a6276bfc9 Add tabs to ref docs 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati 423ccfd4f1 WIP upd directive to use cmd prefix + upd ref docs 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati da3b7e0578 WIP - update pip-command-usage to take optional arguments and update pip install docs 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati bcd0450158 WIP - update getting-started and pip ref docs 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati 55c06d181b WIP - use code-block within group-tab for consistent look 2020-09-13 20:59:29 -04:00
Srinivas Nyayapati f1abd651e3 WIP change user guide + make consistent changes across 2020-09-13 20:59:28 -04:00
Srinivas Nyayapati ad8cc27b8c update quickstart.rst to use tabs 2020-09-13 20:47:16 -04:00
Srinivas Nyayapati 28f3f2cd2c ignore sphinx-tab extension for man builds 2020-09-13 20:47:16 -04:00
Srinivas Nyayapati dccf555813 update docs requirements 2020-09-13 20:47:16 -04:00
Srinivas Nyayapati 119d8666b4 implement sphinx-tabs on installing page of docs 2020-09-13 20:47:16 -04:00
Srinivas Nyayapati 2329d79689 use shell instead of mentioning specific platform in installing doc 2020-09-13 20:47:16 -04:00
Srinivas Nyayapati 12fe2872cc first set of changes to use python -m to run pip in the docs 2020-09-13 20:47:16 -04:00
Pradyun Gedam a13f2014f9
Merge pull request #8780 from eamanu/fix-8009 2020-09-14 00:49:33 +05:30
Hugo van Kemenade 2f0fa53e95 Add news fragment 2020-09-13 21:03:16 +03:00
Nguyễn Gia Phong 8f8a1d65b2 Dedent late download logs 2020-09-13 21:09:57 +07:00
Xavier Fernandez 7fdf1634e0
Merge pull request #8795 from McSinyx/user-guide-fmt
Reformat a few spots in user guide
2020-09-13 15:08:09 +02:00
Hugo van Kemenade b6fb8b80e2 Reflow paragraph 2020-09-13 10:23:22 +03:00
Hugo van Kemenade 8385cb5250 Document fast-track deprecation policy 2020-09-13 10:23:22 +03:00
Tzu-ping Chung 179ccbe6f5 Add tests for empty hash intersection 2020-09-11 15:01:50 +08:00
Devesh Kumar Singh 9450f8837a Use format options for abspath 2020-09-11 09:23:51 +05:30
Devesh Kumar Singh b76a4c0153 Add feature news entry 2020-09-11 09:23:51 +05:30
Devesh Kumar Singh d22becc073 Add unit tests for --abspath flag 2020-09-11 09:23:51 +05:30
Devesh Kumar Singh 0b3ba87bbf Add option to output full path of cache enty 2020-09-11 09:23:51 +05:30
Pradyun Gedam cc472fd54a
Use a symmetric type and make mypy happy 2020-09-10 17:32:58 +05:30
Pradyun Gedam 3d32960c80
Only Print "Collecting ..." when the requirement changes 2020-09-10 17:21:42 +05:30
Pradyun Gedam 963e390abe
Improve how cached wheels are presented
This is specifically for the case of look ups done in the new resolver.
2020-09-10 17:21:04 +05:30
Pradyun Gedam c07ef581e7
Factor out logger.into into a single call
This makes it easier to conditionally print this information.
2020-09-10 17:15:32 +05:30
Pradyun Gedam 8663855711
Merge pull request #8830 from uranusjr/env-var-req-file
Replace custom URL parsing with url_to_path()
2020-09-08 18:46:33 +05:30
Pradyun Gedam 35d321f0f0
Merge pull request #8853 from pradyunsg/release/20.2.3 2020-09-08 18:05:10 +05:30
Pradyun Gedam 709ad6714a
Merge branch 'master' into release/20.2.3 2020-09-08 16:48:40 +05:30
Pradyun Gedam e3015eb3a5
Bump for development 2020-09-08 16:43:35 +05:30
Pradyun Gedam 8c2102a310
Bump for release 2020-09-08 16:43:34 +05:30
Pradyun Gedam d8f0a7b693
Merge pull request #8752 from sbidoul/imp-8369-deprecation-sbi 2020-09-08 16:43:08 +05:30
Pradyun Gedam b98dd2d07d
Merge pull request #8778 from hugovk/deprecate-3.5
Deprecate support for Python 3.5
2020-09-08 16:40:56 +05:30
Emmanuel Arias e046092068
Add trivial news 2020-09-07 10:50:07 -03:00
Emmanuel Arias 65bddac52f
Update Caching documentation
Any headers from serve are ignored. So, this PR remove
the paragraph that mention that. See #8009 and #5670

Close #8009
2020-09-07 10:50:03 -03:00
Paul Moore 8d549f2cf8
Merge pull request #8829 from shireenrao/netrc
Add documentation for netrc support
2020-09-05 13:27:29 +01:00
Pradyun Gedam 71ff8a42f2
Merge pull request #8844 from McSinyx/rm-unused
Remove unused definitions
2020-09-05 12:42:51 +05:30
Srinivas Nyayapati 8e622390d0 mention using only ASCII for password 2020-09-04 16:42:26 -04:00
Srinivas Nyayapati 1b0517e68b Add documentation for netrc support 2020-09-04 16:42:26 -04:00
Nguyễn Gia Phong cca500f053 Remove unused definitions 2020-09-04 17:37:43 +07:00
Xavier Fernandez 822d42b11a
Merge pull request #8614 from McSinyx/monkeypatch.setenv
Use monkeypatch.setenv to mock env vars
2020-09-04 11:05:15 +02:00
Nguyễn Gia Phong 4a2e03c4ff Use monkeypatch for env var in wheel unit tests 2020-09-04 15:06:08 +07:00
Nguyễn Gia Phong cd549eb7f1 Use mock to patch for TZ env var 2020-09-04 15:06:08 +07:00