Fix 'Module index' broken HTTP link
'Module Index' link points to HTML doc generated from source/api RST files. These RST files are generated by pbr, by setting the parameter 'autodoc_index_modules' to True. Partial-Bug: #1535244 Change-Id: Ifceb5a140599d3968ea3d353b12c0bbe99d955e6
This commit is contained in:
@@ -75,6 +75,7 @@ should implement:
|
||||
|
||||
.. autoclass:: BaseStrategy
|
||||
:members:
|
||||
:noindex:
|
||||
|
||||
|
||||
Add a new entry point
|
||||
@@ -169,6 +170,7 @@ Here below is the abstract ``BaseClusterHistory`` class of the Helper.
|
||||
|
||||
.. autoclass:: BaseClusterHistory
|
||||
:members:
|
||||
:noindex:
|
||||
|
||||
|
||||
The following snippet code shows how to create a Cluster History class:
|
||||
|
||||
@@ -264,13 +264,6 @@ Please, read `the official OpenStack definition of a Project <http://docs.openst
|
||||
|
||||
.. _primitive_definition:
|
||||
|
||||
Primitive
|
||||
=========
|
||||
|
||||
.. watcher-term:: watcher.applier.primitives.base
|
||||
|
||||
.. _sla_definition:
|
||||
|
||||
SLA
|
||||
===
|
||||
|
||||
|
||||
@@ -71,6 +71,15 @@ Watcher Manual Pages
|
||||
|
||||
man/*
|
||||
|
||||
.. # NOTE(mriedem): This is the section where we hide things that we don't
|
||||
# actually want in the table of contents but sphinx build would fail if
|
||||
# they aren't in the toctree somewhere. For example, we hide api/autoindex
|
||||
# since that's already covered with modindex below.
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
api/autoindex
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
Reference in New Issue
Block a user