doc: additional doc navigation restructuring

Adjust doc navigation organization based on additional feedback.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2019-08-01 21:12:59 -07:00
committed by David Kinder
parent 2ccd652607
commit 0d07dad5cb
8 changed files with 52 additions and 47 deletions

View File

@@ -132,7 +132,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build' ]
exclude_patterns = ['_build', 'misc/README.rst' ]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'