diff --git a/.gitignore b/.gitignore index 20cc9750b..a55d9e254 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ output/*/index.html # Sphinx doc/build +doc/source/api # pbr generates these AUTHORS diff --git a/doc/source/dev/plugins.rst b/doc/source/dev/plugins.rst index 9d7b3f5b5..ad82dcd95 100644 --- a/doc/source/dev/plugins.rst +++ b/doc/source/dev/plugins.rst @@ -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: diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index c0b9532c3..e037e856c 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -264,13 +264,6 @@ Please, read `the official OpenStack definition of a Project