Skip to content

Commit 9c1378a

Browse files
authored
Merge pull request #3346 from jxltom/move-cli-docs
Move CLI into separate part in docs
2 parents c3a9e8d + 8ec562e commit 9c1378a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/cli.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _cli:
2+
3+
Pipenv CLI Reference
4+
======================================
5+
6+
.. click:: pipenv:cli
7+
:prog: pipenv
8+
:show-nested:

docs/index.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Further Documentation Guides
120120

121121
basics
122122
advanced
123+
cli
123124
diagnose
124125

125126
Contribution Guides
@@ -131,13 +132,6 @@ Contribution Guides
131132
dev/philosophy
132133
dev/contributing
133134

134-
☤ Pipenv Usage
135-
--------------
136-
137-
.. click:: pipenv:cli
138-
:prog: pipenv
139-
:show-nested:
140-
141135
Indices and tables
142136
==================
143137

news/3346.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Move CLI docs to its own page.

0 commit comments

Comments
 (0)