Merge "fix sphinx warnings"
This commit is contained in:
commit
1850fe0964
@ -86,18 +86,22 @@ which are thin wrapper classes which load the appropriate service driver based
|
|||||||
on the keystone configuration.
|
on the keystone configuration.
|
||||||
|
|
||||||
* Identity
|
* Identity
|
||||||
|
|
||||||
* :mod:`keystone.identity.core.TenantController`
|
* :mod:`keystone.identity.core.TenantController`
|
||||||
* :mod:`keystone.identity.core.UserController`
|
* :mod:`keystone.identity.core.UserController`
|
||||||
* :mod:`keystone.identity.core.RoleController`
|
* :mod:`keystone.identity.core.RoleController`
|
||||||
|
|
||||||
* Catalog
|
* Catalog
|
||||||
|
|
||||||
* :mod:`keystone.catalog.core.ServiceController`
|
* :mod:`keystone.catalog.core.ServiceController`
|
||||||
* :mod:`keystone.service.VersionController`
|
* :mod:`keystone.service.VersionController`
|
||||||
|
|
||||||
* Token
|
* Token
|
||||||
|
|
||||||
* :mod:`keystone.service.TokenController`
|
* :mod:`keystone.service.TokenController`
|
||||||
|
|
||||||
* Misc
|
* Misc
|
||||||
|
|
||||||
* :mod:`keystone.service.ExtensionsController`
|
* :mod:`keystone.service.ExtensionsController`
|
||||||
|
|
||||||
At this time, the policy service and associated manager is not exposed as a URL
|
At this time, the policy service and associated manager is not exposed as a URL
|
||||||
|
@ -79,7 +79,7 @@ release = '2012.1-dev'
|
|||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = []
|
exclude_patterns = ['old']
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all
|
# The reST default role (used for this markup: `text`) to use for all
|
||||||
# documents.
|
# documents.
|
||||||
|
@ -21,7 +21,7 @@ Configuring Services to work with Keystone
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
middleware_architecture
|
middlewarearchitecture
|
||||||
|
|
||||||
Once Keystone is installed and running (see :doc:`configuration`), services
|
Once Keystone is installed and running (see :doc:`configuration`), services
|
||||||
need to be configured to work with it. To do this, we primarily install and
|
need to be configured to work with it. To do this, we primarily install and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user