Skip to content

Commit

Permalink
Merge pull request #3643 from NicholasSurmava/toml-docs-update
Browse files Browse the repository at this point in the history
added the TOML Spec link to the documentation
  • Loading branch information
frostming committed Mar 27, 2019
2 parents ffd5784 + ebe89b2 commit 43e9e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Example Pipfile.lock
- Do not keep ``Pipfile.lock`` in version control if multiple versions of Python are being targeted.
- Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool.
- ``pipenv install`` is fully compatible with ``pip install`` syntax, for which the full documentation can be found `here <https://pip.pypa.io/en/stable/user_guide/#installing-packages>`_.
- Note that the ``Pipfile`` uses the `TOML Spec <https://github.com/toml-lang/toml#user-content-spec>`_.



Expand Down
1 change: 1 addition & 0 deletions news/3629.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added a link to the TOML Spec under General Recommendations & Version Control to clarify how Pipfiles should be written.

0 comments on commit 43e9e66

Please sign in to comment.