From 2248222c14be2b694ed687409c7dd7aa75fe870c Mon Sep 17 00:00:00 2001 From: Nicholas Surmava Date: Sat, 23 Mar 2019 13:40:12 -0500 Subject: [PATCH 1/3] added the TOML Spec link to the documentation --- docs/basics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics.rst b/docs/basics.rst index 4779f04bb1..2a37d7f981 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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 `_. +- Note that the ``Pipfile`` uses the `TOML Spec `_. From b18444b67ed883a951088c68e1f6220e9a39340c Mon Sep 17 00:00:00 2001 From: NicholasSurmava Date: Mon, 25 Mar 2019 06:46:13 -0500 Subject: [PATCH 2/3] added docs change to the news feed 3629.docs --- news/3629.docs.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/3629.docs.rst diff --git a/news/3629.docs.rst b/news/3629.docs.rst new file mode 100644 index 0000000000..493a2b0c3a --- /dev/null +++ b/news/3629.docs.rst @@ -0,0 +1 @@ +Added a link to the TOML Spec under General Recommendations & Version Control to clarify how Pipfiles should be written. \ No newline at end of file From 5c8e00acfb7759eb35e22944b042babcf3244578 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Tue, 26 Mar 2019 11:08:12 +0800 Subject: [PATCH 3/3] Rename 3629.docs.rst to 3629.doc.rst --- news/{3629.docs.rst => 3629.doc.rst} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename news/{3629.docs.rst => 3629.doc.rst} (52%) diff --git a/news/3629.docs.rst b/news/3629.doc.rst similarity index 52% rename from news/3629.docs.rst rename to news/3629.doc.rst index 493a2b0c3a..4d878c4023 100644 --- a/news/3629.docs.rst +++ b/news/3629.doc.rst @@ -1 +1 @@ -Added a link to the TOML Spec under General Recommendations & Version Control to clarify how Pipfiles should be written. \ No newline at end of file +Added a link to the TOML Spec under General Recommendations & Version Control to clarify how Pipfiles should be written.