From 94a6593a5995373d3195367b6441316d03465d09 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Thu, 10 Oct 2019 05:46:57 -0400 Subject: [PATCH] [commands/cache] Add HTML docs for `pip cache`. --- docs/html/reference/index.rst | 1 + docs/html/reference/pip_cache.rst | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 docs/html/reference/pip_cache.rst diff --git a/docs/html/reference/index.rst b/docs/html/reference/index.rst index f33129481..d21b7a980 100644 --- a/docs/html/reference/index.rst +++ b/docs/html/reference/index.rst @@ -13,6 +13,7 @@ Reference Guide pip_list pip_show pip_search + pip_cache pip_check pip_config pip_wheel diff --git a/docs/html/reference/pip_cache.rst b/docs/html/reference/pip_cache.rst new file mode 100644 index 000000000..d56d1b016 --- /dev/null +++ b/docs/html/reference/pip_cache.rst @@ -0,0 +1,22 @@ + +.. _`pip cache`: + +pip cache +------------ + +.. contents:: + +Usage +***** + +.. pip-command-usage:: cache + +Description +*********** + +.. pip-command-description:: cache + +Options +******* + +.. pip-command-options:: cache