diff --git a/README.md b/README.md index 54ad50f8..9e23f148 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Pipenv: Python Development Workflow for Humans [![image](https://img.shields.io/pypi/v/pipenv.svg)](https://python.org/pypi/pipenv) [![image](https://img.shields.io/pypi/l/pipenv.svg)](https://python.org/pypi/pipenv) [![image](https://badge.buildkite.com/79c7eccf056b17c3151f3c4d0e4c4b8b724539d84f1e037b9b.svg?branch=master)](https://code.kennethreitz.org/source/pipenv/) +[![VSTS build status (Windows)](https://pypa.visualstudio.com/pipenv/_apis/build/status/pipenv%20CI%20(Windows)?branchName=master&label=Windows)](https://pypa.visualstudio.com/pipenv/_build/latest?definitionId=9&branchName=master) +[![VSTS build status (Linux)](https://pypa.visualstudio.com/pipenv/_apis/build/status/pipenv%20CI%20(Linux)?branchName=master&label=Linux)](https://pypa.visualstudio.com/pipenv/_build/latest?definitionId=10&branchName=master) [![image](https://img.shields.io/pypi/pyversions/pipenv.svg)](https://python.org/pypi/pipenv) [![image](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/kennethreitz) diff --git a/docs/basics.rst b/docs/basics.rst index e6afea3f..559f7570 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -247,7 +247,7 @@ the current working directory when working on packages:: "e1839a8" = {path = ".", editable = true} ... -.. note:: All sub-dependencies will get added to the ``Pipfile.lock`` as well. Sub-dependencies are **not** added to the +.. note:: All sub-dependencies will get added to the ``Pipfile.lock`` as well. Sub-dependencies are **not** added to the ``Pipfile.lock`` if you leave the ``-e`` option out. @@ -336,7 +336,7 @@ If you experience issues with ``$ pipenv shell``, just check the ``PIPENV_SHELL` You can install packages with pipenv from git and other version control systems using URLs formatted according to the following rule:: - +:////@# + +:////@#egg= The only optional section is the ``@`` section. When using git over SSH, you may use the shorthand vcs and scheme alias ``git+git@:/@#``. Note that this is translated to ``git+ssh://git@`` when parsed. diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 882e1517..4cbb9e3f 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -32,7 +32,7 @@ including reporting bugs or requesting features. This golden rule is **All contributions are welcome**, as long as everyone involved is treated with respect. -.. _be cordial or be on your way: http://kennethreitz.org/be-cordial-or-be-on-your-way/ +.. _be cordial or be on your way: https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way .. _early-feedback: diff --git a/news/2792.doc b/news/2792.doc new file mode 100644 index 00000000..7695f020 --- /dev/null +++ b/news/2792.doc @@ -0,0 +1,3 @@ +Fixed the example url for doing "pipenv install -e +some-repo-url#egg=something", it was missing the "egg=" in the fragment +identifier. \ No newline at end of file diff --git a/news/2793.doc b/news/2793.doc new file mode 100644 index 00000000..a73814c7 --- /dev/null +++ b/news/2793.doc @@ -0,0 +1 @@ +Fixed link to the "be cordial" essay in the contribution documentation. \ No newline at end of file