From bc9c51292abb84284e5a930a8ebfdd8ab67a021a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 28 Oct 2018 11:27:28 +0000 Subject: [PATCH] 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.