diff options
author | John Dickinson <me@not.mn> | 2017-07-26 13:47:59 -0700 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2017-07-26 13:49:55 -0700 |
commit | 124c7de67669ad314f7357a2d845c2bf4e2397ca (patch) | |
tree | 1914e38c3ba7de8d546c9f2a4416d6517bd0875e | |
parent | 3db6ddd6e480a7cb45e947290816f3dd42ac66c5 (diff) | |
download | python-swiftclient-124c7de67669ad314f7357a2d845c2bf4e2397ca.tar.gz |
moved cli doc to the right place for new links process
Change-Id: I5d2f681ba5ce1f95d006eb7208cdb388a64811c9
-rw-r--r-- | doc/source/cli/index.rst (renamed from doc/source/cli.rst) | 0 | ||||
-rw-r--r-- | doc/source/index.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli.rst b/doc/source/cli/index.rst index bded349..bded349 100644 --- a/doc/source/cli.rst +++ b/doc/source/cli/index.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index f123b7b..3c2cb1e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,7 +16,7 @@ Developer Documentation .. toctree:: :maxdepth: 2 - cli + cli/index service-api client-api |