From c1612d99d7d67877c6c6cffef74b0b5d2ea69554 Mon Sep 17 00:00:00 2001 From: jxltom Date: Sun, 2 Dec 2018 20:06:52 +0800 Subject: [PATCH] Move CLI into separate part in docs --- docs/cli.rst | 8 ++++++++ docs/index.rst | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 docs/cli.rst diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 00000000..873c67d7 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _cli: + +Pipenv CLI Reference +====================================== + +.. click:: pipenv:cli + :prog: pipenv + :show-nested: diff --git a/docs/index.rst b/docs/index.rst index 5d78ecc7..6246d1a5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -120,6 +120,7 @@ Further Documentation Guides basics advanced + cli diagnose Contribution Guides @@ -131,13 +132,6 @@ Contribution Guides dev/philosophy dev/contributing -☤ Pipenv Usage --------------- - -.. click:: pipenv:cli - :prog: pipenv - :show-nested: - Indices and tables ==================