summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/cli/commands.rst4
-rw-r--r--doc/source/cli/plugin-commands/congress.rst4
-rw-r--r--doc/source/cli/plugin-commands/index.rst2
-rw-r--r--doc/source/cli/plugin-commands/manila.rst4
-rw-r--r--doc/source/conf.py14
-rw-r--r--doc/source/contributor/plugins.rst1
6 files changed, 10 insertions, 19 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst
index 7c38aa5b..97a829b5 100644
--- a/doc/source/cli/commands.rst
+++ b/doc/source/cli/commands.rst
@@ -195,10 +195,6 @@ conflicts when creating new plugins. For a complete list check out
* ``cluster profile``: (**Clustering (Senlin)**)
* ``cluster profile type``: (**Clustering (Senlin)**)
* ``cluster receiver``: (**Clustering (Senlin)**)
-* ``congress datasource``: (**Policy (Congress)**)
-* ``congress driver``: (**Policy (Congress)**)
-* ``congress policy``: (**Policy (Congress)**)
-* ``congress policy rule``: (**Policy (Congress)**)
* ``cron trigger``: (**Workflow Engine (Mistral)**)
* ``database flavor``: (**Database (Trove)**)
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
diff --git a/doc/source/cli/plugin-commands/congress.rst b/doc/source/cli/plugin-commands/congress.rst
deleted file mode 100644
index 7a1e63b7..00000000
--- a/doc/source/cli/plugin-commands/congress.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-congress
---------
-
-.. autoprogram-cliff:: openstack.congressclient.v1
diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst
index 2c3bda3e..33a8fe06 100644
--- a/doc/source/cli/plugin-commands/index.rst
+++ b/doc/source/cli/plugin-commands/index.rst
@@ -9,13 +9,13 @@ Plugin Commands
aodh
barbican
- congress
designate
gnocchi
heat
ironic
ironic-inspector
karbor
+ manila
mistral
neutron
octavia
diff --git a/doc/source/cli/plugin-commands/manila.rst b/doc/source/cli/plugin-commands/manila.rst
new file mode 100644
index 00000000..c42d6065
--- /dev/null
+++ b/doc/source/cli/plugin-commands/manila.rst
@@ -0,0 +1,4 @@
+manila
+------
+
+.. autoprogram-cliff:: openstack.share.v2
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4de95fbb..2216ddd7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -29,11 +29,12 @@ extensions = ['sphinx.ext.autodoc',
]
# openstackdocstheme options
-repository_name = 'openstack/python-openstackclient'
-use_storyboard = True
+openstackdocs_repo_name = 'openstack/python-openstackclient'
+openstackdocs_use_storyboard = True
+openstackdocs_auto_name = False
# Add project 'foo' to this list to enable the :foo-doc: role
-openstack_projects = [
+openstackdocs_projects = [
'neutron',
]
@@ -83,7 +84,7 @@ exclude_patterns = ['**tests**']
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['openstackclient.']
@@ -126,11 +127,6 @@ html_theme = 'openstackdocs'
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-#html_last_updated_fmt = '%b %d, %Y'
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index d6bcbee1..374b274e 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -27,7 +27,6 @@ The following is a list of projects that are an OpenStackClient plugin.
- gnocchiclient
- osc-placement
- python-barbicanclient
-- python-congressclient
- python-designateclient
- python-heatclient
- python-ironicclient