Merge "Using SPDX shorthand plus a several edits for wordsmithing"
authorSofia Wallin <sofia.wallin@ericsson.com>
Wed, 15 Mar 2017 14:40:29 +0000 (14:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 15 Mar 2017 14:40:29 +0000 (14:40 +0000)
.gitmodules
docs/_templates/my_custom_sidebar.html [new file with mode: 0644]
docs/conf.py
docs/featureprojects.rst

index bd560fd..e02f4da 100644 (file)
        url = https://gerrit.opnfv.org/gerrit/barometer
        branch = .
        shallow = true
+[submodule "docs/submodules/openretriever"]
+       path = docs/submodules/openretriever
+       url = https://gerrit.opnfv.org/gerrit/openretriever
+       branch = .
+       shallow = true
diff --git a/docs/_templates/my_custom_sidebar.html b/docs/_templates/my_custom_sidebar.html
new file mode 100644 (file)
index 0000000..6b259bc
--- /dev/null
@@ -0,0 +1,3 @@
+<ul class="globaltoc">
+{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False,includehidden=theme_globaltoc_includehidden|tobool) }}
+</ul>
\ No newline at end of file
index 72bc27f..3060d82 100644 (file)
@@ -263,6 +263,7 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
+html_sidebars = {'**': ['my_custom_sidebar.html']}
 # Documents to append as an appendix to all manuals.
 # texinfo_appendices = []
 
index ebab13b..d158220 100644 (file)
@@ -96,6 +96,11 @@ ONOS
    ../submodules/onosfw/docs/userguide/index
    ../submodules/onosfw/docs/installationprocedure/index
 
+
+OpenRetriever
+-------------
+
+
 OVSNFV
 --------
 .. toctree::
@@ -150,4 +155,3 @@ SFC
    ../submodules/sfc/docs/userguide/index
    ../submodules/sfc/docs/releasenotes/index
    ../submodules/sfc/docs/installationprocedure/index
-