David Baumgold
952653d2b7
GitHub has a capital H
2018-08-22 09:35:44 +02:00
Dan Ryan
a4ad13e52b
Update readme images, port readme add news
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-17 16:34:28 -04:00
Dan Ryan
0ab5717a29
Merge branch 'master' into bugfix/python-version-warning
2018-08-10 04:52:17 -04:00
Tzu-ping Chung
f9471d8e7e
Fix Jinja2 mismatching
2018-08-07 12:13:14 +08:00
零件
c91cce1233
Merge branch 'master' into master
2018-08-07 09:34:21 +08:00
零件
c6742a8430
Minor tense changes with basics.rst
2018-08-07 09:33:21 +08:00
Dan Ryan
fd45dcbed9
Merge branch 'master' into patch-2
2018-08-04 18:16:54 -04:00
Dan Ryan
4bfa219985
Use proper syntax for rst links
...
Fix link syntax for pep440 links in documentation
2018-08-04 18:16:35 -04:00
Dan Ryan
0bddb1b6f4
Merge branch 'master' into master
2018-08-04 17:54:14 -04:00
零件
81a189dbc5
Update basics.rst
...
Update link with Sphinx’s reference syntax.
2018-08-02 16:31:58 +08:00
零件
0f30bcbcdb
Update basics.rst
...
Add the description of `PIPENV_SHELL`
2018-08-01 22:34:33 +08:00
Tzu-ping Chung
bf07652646
HTTPS
2018-07-30 16:12:04 +08:00
Brett Randall
4cabc0fbab
Added konami.js and switched to an alive target site.
2018-07-30 16:12:04 +08:00
Brett Randall
25370cae95
Fixed http->https on content from ghbtns.com, fixes mixed-content warning.
2018-07-30 16:12:04 +08:00
Michael
587125c279
Fix syntax of link
2018-07-30 14:38:53 +10:00
Michael
1a7d72fe6e
Add link to PEP-440 for version specifiers
2018-07-30 14:35:28 +10:00
Warix3
0170cdbf77
PyCharm now fully supports pipenv
...
As of the release version 2018.2 PyCharm has a full pipenv support. [Source](https://www.jetbrains.com/pycharm/whatsnew/#v2018-2-python "New features")
2018-07-30 01:28:42 +02:00
零件
9cb8e546c2
Update basics.rst with $SHELL
...
State the role of `$SHELL` in `pipenv shell` command.
2018-07-29 21:23:40 +08:00
Tzu-ping Chung
4fb6cc3631
Installation documentation updates
...
Removed ppa mentions from documentation, and re-organised the page a bit
to make it structurally easier to upderstand.
Both the documentation's front page and README.rst now actively refer to
the page so user can be directed to better installation methods. (I
don't think this is very useful TBT because people don't use manuals,
but we should still do it.)
Also fixed many Sphinx warnings during documentation builds.
2018-07-11 13:45:37 +08:00
James Howe
8dcb187b56
Delete "Changing Where Pipenv Stores Virtualenvs"
...
It's a partial duplicate of the "Custom Virtual Environment Location" section.
2018-07-10 15:21:09 +01:00
Tzu-ping Chung
9bd49f9759
Automatically generate environment variable docs
...
Default values are added to docstrings so they appear in the docs.
This should help maintainers to keep them up-to-date.
Fix #2547 .
2018-07-10 18:38:15 +08:00
nkk0
9288f676d2
Fix small docs typo
2018-07-10 10:19:02 +02:00
Charles Lai
b1a9b03913
Change Github Pull Pipenv to Github Pull Requests in contributing.rst
2018-07-09 00:08:07 -07:00
gkdoc
684748ead1
Revise note format for consistency in basics.rst
2018-07-07 19:46:22 -07:00
Tzu-ping Chung
4edcf58ec4
Elaborate what --clear does
2018-07-08 02:02:06 +08:00
Tzu-ping Chung
200e6faf2c
More diagnose and better templates
2018-07-08 02:02:06 +08:00
Kevin Morales
a1bb800120
Merge branch 'master' into adding-link-to-spanish-documentation
2018-07-07 09:53:10 -04:00
iKenshu
402acc9087
adding link to spanish documentation
2018-07-07 09:45:59 -04:00
gkdoc
ec93a9e10e
Insert space before a bracket
2018-07-05 21:35:22 -07:00
kennethreitz
1eee917d13
Merge branch 'master' of github.com:pypa/pipenv
2018-07-05 08:46:25 -04:00
kennethreitz
ac5fee4fe5
uesrvoice
2018-07-05 08:46:11 -04:00
Tzu-ping Chung
a5a9583c2d
Un-vendor Pew
2018-07-05 16:43:11 +08:00
kennethreitz
56f294e084
Merge pull request #2300 from bittner/master
...
Reduce image filesize for documentation
2018-07-03 23:34:31 -04:00
frostming
a90abc7696
improve changelog docs
2018-07-03 08:50:42 +08:00
Dan Ryan
46ba42b6fb
Add changelog, update documentation home screen
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-01 17:00:44 -04:00
Frost Ming
072e94c51d
update sphinx-click
2018-06-23 16:05:34 +08:00
Jacob Henner
af91eb68bb
Add support for PyPI mirrors
...
Adds support for the --pypi-mirror command line parameter and the
PIPENV_PYPI_MIRROR environment variable for most pipenv operations.
This permits pipenv to function without pypi.org, which is necessary for
users:
1. behind restrictive networks
2. facing strict artifact sourcing policies
3. experiencing poor performance connecting to pypi.org
4. who've configured a local cache for performance reasons
When specified, the value of this parameter replaces all instances of
pypi.org and pypi.python.org within pipenv operations without modifying
or requring the modification of Pipfiles.
- Resolves #2075
2018-06-07 18:24:18 -04:00
muxator
0ab11ccb68
punctuation: removed unnecessary comma
2018-06-06 10:18:50 +02:00
Peter Bittner
c31d5f60d3
Reduce image filesize for documentation
2018-06-03 15:08:15 +02:00
kennethreitz
a51d4c5150
Merge branch 'master' into patch-2
2018-05-20 10:13:46 -04:00
kennethreitz
47debed9a1
simplicity
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:34:18 -04:00
kennethreitz
fe78628903
opinionated
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:25:27 -04:00
kennethreitz
e3c72e167d
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:18:27 -04:00
kennethreitz
1c956d37e6
one line
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:16:47 -04:00
kennethreitz
6d77e4a055
let's be honest here
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:15:02 -04:00
Grey Li
52c9953334
Merge branch 'master' into patch-2
2018-05-19 08:53:34 +08:00
kennethreitz
7e596306f4
pipenv-pipes
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-18 14:23:12 -04:00
Grey Li
4d2746df57
Add tips for supervisor user
2018-05-18 15:56:20 +08:00
kennethreitz
5e503e5b26
one line
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-16 12:09:13 -04:00
kennethreitz
171bb99e94
even shorter
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-16 12:08:48 -04:00