From bc9c51292abb84284e5a930a8ebfdd8ab67a021a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 28 Oct 2018 11:27:28 +0000 Subject: [PATCH 1/2] Include the Vendoring policy in the docs --- docs/html/development/index.rst | 1 + docs/html/development/vendoring-policy.rst | 1 + src/pip/_vendor/README.rst | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 docs/html/development/vendoring-policy.rst diff --git a/docs/html/development/index.rst b/docs/html/development/index.rst index 4124d831f56..85ab69ec64b 100644 --- a/docs/html/development/index.rst +++ b/docs/html/development/index.rst @@ -15,6 +15,7 @@ or the `pypa-dev mailing list`_, to ask questions or get involved. getting-started contributing release-process + vendoring-policy .. note:: diff --git a/docs/html/development/vendoring-policy.rst b/docs/html/development/vendoring-policy.rst new file mode 100644 index 00000000000..ecce3c190f5 --- /dev/null +++ b/docs/html/development/vendoring-policy.rst @@ -0,0 +1 @@ +.. include:: ../../../src/pip/_vendor/README.rst diff --git a/src/pip/_vendor/README.rst b/src/pip/_vendor/README.rst index b26c1aa6691..5080fd1aa28 100644 --- a/src/pip/_vendor/README.rst +++ b/src/pip/_vendor/README.rst @@ -1,5 +1,5 @@ -Policy -====== +Vendoring Policy +================ * Vendored libraries **MUST** not be modified except as required to successfully vendor them. From cf9785708b1924a66ca62d2664ff435e6a4db4f9 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 28 Oct 2018 14:55:58 +0000 Subject: [PATCH 2/2] :newspaper: --- news/5958.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/5958.doc diff --git a/news/5958.doc b/news/5958.doc new file mode 100644 index 00000000000..ff0c893c72b --- /dev/null +++ b/news/5958.doc @@ -0,0 +1 @@ +Include the Vendoring Policy in the documentation.