From d70edc8a9514cf5afa365193fa984ff73e353054 Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Thu, 18 Jul 2019 11:17:05 +0200 Subject: [PATCH] docs: add basic documentation for pip debug --- docs/html/reference/index.rst | 1 + docs/html/reference/pip_debug.rst | 23 +++++++++++++++++++++++ docs/man/commands/debug.rst | 20 ++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 docs/html/reference/pip_debug.rst create mode 100644 docs/man/commands/debug.rst diff --git a/docs/html/reference/index.rst b/docs/html/reference/index.rst index f25568bfb..f33129481 100644 --- a/docs/html/reference/index.rst +++ b/docs/html/reference/index.rst @@ -17,3 +17,4 @@ Reference Guide pip_config pip_wheel pip_hash + pip_debug diff --git a/docs/html/reference/pip_debug.rst b/docs/html/reference/pip_debug.rst new file mode 100644 index 000000000..e9489c3c2 --- /dev/null +++ b/docs/html/reference/pip_debug.rst @@ -0,0 +1,23 @@ +.. _`pip debug`: + +pip debug +----------- + +.. contents:: + +Usage +***** + +.. pip-command-usage:: debug + + +Description +*********** + +.. pip-command-description:: debug + + +Options +******* + +.. pip-command-options:: debug diff --git a/docs/man/commands/debug.rst b/docs/man/commands/debug.rst new file mode 100644 index 000000000..9dda071b2 --- /dev/null +++ b/docs/man/commands/debug.rst @@ -0,0 +1,20 @@ +:orphan: + +========== +pip-debug +========== + +Description +*********** + +.. pip-command-description:: debug + +Usage +***** + +.. pip-command-usage:: debug + +Options +******* + +.. pip-command-options:: debug