diff --git a/Makefile b/Makefile index a76516d79..69f149cb0 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ images: $(JPGs) all: clean html dirhtml singlehtml latexpdf pdf html: images - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + $(SPHINXBUILD) -b html -W $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." diff --git a/conf.py b/conf.py index 52081e107..3cb32e561 100644 --- a/conf.py +++ b/conf.py @@ -76,7 +76,6 @@ release = '3.2' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'pdf'] -#exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide']#, 'pdf_*'] # exclude_patterns = ['_*', 'rn_index.rst'] # The reST default role (used for this markup: `text`) to use for all documents. diff --git a/contents.rst b/contents.rst index ef3c7f20a..87ad8280c 100644 --- a/contents.rst +++ b/contents.rst @@ -1,13 +1,15 @@ +:orphan: + .. index Documentation -.. Documentation_: +.. Documentation: ============================= -_Documentation +Documentation ============================= -.. toctree:: Documentation +.. toctree:: :maxdepth: 2 pre-install-guide diff --git a/index.rst b/index.rst index 937b625a4..7129bbc49 100644 --- a/index.rst +++ b/index.rst @@ -1,3 +1,5 @@ +:orphan: + .. index:: Home page .. _Homepage: diff --git a/pages/pre-install-guide/0060-quick-install-fuel.rst b/pages/pre-install-guide/0060-quick-install-fuel.rst index 5676c3ec7..abfd7fdec 100644 --- a/pages/pre-install-guide/0060-quick-install-fuel.rst +++ b/pages/pre-install-guide/0060-quick-install-fuel.rst @@ -35,11 +35,17 @@ To install Fuel using the ISO image: 10. Verify the network configuration by clicking **Verify Networks**. 11. In the **Settings** tab, modify additional options: + * Access + * OpenStack Components + * Hypervisor type + * Storage + * Scheduler driver + * Syslog 12. Assign a role for each node server. diff --git a/pages/release-notes/v3-2-grizzly-full.rst b/pages/release-notes/v3-2-grizzly-full.rst index c52229f1d..04128d639 100644 --- a/pages/release-notes/v3-2-grizzly-full.rst +++ b/pages/release-notes/v3-2-grizzly-full.rst @@ -1,3 +1,5 @@ +:orphan: + .. index:: Release Notes: Fuel 3.2 .. _RelNotes_3.2: diff --git a/pages/user-guide/0070-introduction.rst b/pages/user-guide/0070-introduction.rst index f591daf5e..2468d39e1 100644 --- a/pages/user-guide/0070-introduction.rst +++ b/pages/user-guide/0070-introduction.rst @@ -1,6 +1,6 @@ .. index:: Introduction -.. _Introduction: +.. _User_Introduction: Introducing Fuel for OpenStack =============================== diff --git a/pdf/conf.py b/pdf/conf.py index 34d768519..a106f670e 100644 --- a/pdf/conf.py +++ b/pdf/conf.py @@ -76,7 +76,6 @@ release = '3.2' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide', '*.rst'] -#exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide']#, 'pdf_*'] # exclude_patterns = ['_*', 'rn_index.rst'] # The reST default role (used for this markup: `text`) to use for all documents. diff --git a/relnotes/conf.py b/relnotes/conf.py index 97827358f..6473e44ad 100644 --- a/relnotes/conf.py +++ b/relnotes/conf.py @@ -75,7 +75,7 @@ release = '3.2' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_*', "pages"] +exclude_patterns = ['_*', "pages", 'pdf', 'contents', 'index', '*-guide'] # exclude_patterns = ['_*', 'rn_index.rst'] # The reST default role (used for this markup: `text`) to use for all documents.