diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-12-15 18:00:16 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-03-10 03:51:01 +0000 |
| commit | ef13bd8cf6c6e46f4ce04fa3a21552913417b586 (patch) | |
| tree | 80119db045b13244f9d13b87dc73913216d20c35 /doc/source/conf.py | |
| parent | 9b028b5cdd1b0ef7260fa530a5a5925d78f81646 (diff) | |
| download | python-keystoneclient-ef13bd8cf6c6e46f4ce04fa3a21552913417b586.tar.gz | |
remove CLI from keystoneclient
the CLI has been deprecated for a long time, and many docs and
install guides recommend using OSC instead of `keystone`.
- removes CLI
- removes man page from docs
- removes CLI tests
- removes `bootstrap` from contrib
- removes entrypoint from setup.cfg
implements bp: remove-cli
Change-Id: Icbe15814bc4faf33f513f9654440068795eae807
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 8a7a5ce..eb83a15 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -109,10 +109,7 @@ modindex_common_prefix = ['keystoneclient.'] # Grouping the document tree for man pages. # List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual' -man_pages = [ - ('man/keystone', 'keystone', 'Client for OpenStack Identity API', - ['OpenStack Contributors'], 1), -] +#man_pages = [] # -- Options for HTML output -------------------------------------------------- |
