From 2ae532ac191c5741e609911ef4d173323fb09ce8 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 8 Sep 2021 08:05:55 +0100 Subject: [PATCH] Bring the reference/ section back This was originally the reference to the command line interface for pip. That is now handled by cli/ pages, which frees up these pages for describing other aspects of pip. --- docs/html/index.md | 1 + docs/html/reference/index.md | 8 ++++++++ docs/html/reference/index.rst | 11 ----------- 3 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 docs/html/reference/index.md delete mode 100644 docs/html/reference/index.rst diff --git a/docs/html/index.md b/docs/html/index.md index 4b565b9a3..34a017449 100644 --- a/docs/html/index.md +++ b/docs/html/index.md @@ -14,6 +14,7 @@ getting-started installation user_guide topics/index +reference/index cli/index ``` diff --git a/docs/html/reference/index.md b/docs/html/reference/index.md new file mode 100644 index 000000000..b77fcb7eb --- /dev/null +++ b/docs/html/reference/index.md @@ -0,0 +1,8 @@ +# Reference + +Reference provides information about various file formats, interfaces and +interoperability standards that pip utilises/implements. + +```{toctree} + +``` diff --git a/docs/html/reference/index.rst b/docs/html/reference/index.rst deleted file mode 100644 index 5e81105c9..000000000 --- a/docs/html/reference/index.rst +++ /dev/null @@ -1,11 +0,0 @@ -:orphan: - -.. meta:: - - :http-equiv=refresh: 3; url=../cli/ - -This page has moved -=================== - -You should be redirected automatically in 3 seconds. If that didn't -work, here's a link: :doc:`../cli/index`