docs: cleanup and reduce toc tree size 41/25841/3
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 13 Dec 2016 10:27:47 +0000 (10:27 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 13 Dec 2016 10:37:23 +0000 (10:37 +0000)
Change-Id: I94d0e7ee880d5cc79743ce0703287b50152af71d
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
docs/configguide/feature.configuration.rst [moved from docs/configguide/featureconfig.rst with 100% similarity]
docs/configguide/index.rst
docs/index.rst
docs/release/index.rst
docs/requirements/index.rst
docs/userguide/collectd.userguide.rst
docs/userguide/index.rst

index d97583c..b336d2d 100644 (file)
@@ -2,8 +2,12 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors
 
+***************************************
+Barometer configuration Guide in OPNFV
+***************************************
+
 .. toctree::
     :numbered:
     :maxdepth: 3
 
-    featureconfig.rst
+    feature.configuration.rst
index a6d3b93..9b1c613 100644 (file)
@@ -7,7 +7,9 @@ Barometer
 =========
 
 :Project: Barometer, https://wiki.opnfv.org/display/fastpath/Barometer+Home
+
 :Authors: Maryam Tahhan <maryam.tahhan@intel.com>
+
 :History:
 
           ========== =====================================================
@@ -16,15 +18,15 @@ Barometer
           16.12.2014 Project creation
           ========== =====================================================
 
-
-Table of Contents:
-==================
-
 .. toctree::
-     :maxdepth: 4
+     :maxdepth: 3
      :numbered:
 
      ./requirements/index.rst
-     ./configguide/index.rst
      ./userguide/index.rst
+     ./configguide/index.rst
      ./release/index.rst
+
+Indices
+=======
+* :ref:`search`
index 706efe7..30b2524 100644 (file)
@@ -2,8 +2,11 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) OPNFV, Intel Corporation and others.
 
+************************
+Barometer Release Notes
+************************
 .. toctree::
-     :maxdepth: 4
+     :maxdepth: 3
      :numbered:
 
      01-release.rst
index b36f451..e5d0489 100644 (file)
@@ -2,8 +2,11 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) OPNFV, Intel Corporation and others.
 
+**********************
+Barometer Requirements
+**********************
 .. toctree::
-     :maxdepth: 4
+     :maxdepth: 3
      :numbered:
 
      01-intro.rst
index cbe87a0..2dcb359 100644 (file)
@@ -89,7 +89,9 @@ Please note if you are using any Open vSwitch plugins you need to run:
 DPDK statistics plugin
 -----------------------
 Repo: https://github.com/collectd/collectd
+
 Branch: master
+
 Dependencies: DPDK (http://dpdk.org/)
 
 To build and install DPDK to /usr please see:
@@ -153,7 +155,9 @@ reboot). Pending a merge of https://github.com/collectd/collectd/pull/2073.
 Hugepages Plugin
 -----------------
 Repo: https://github.com/collectd/collectd
+
 Branch: master
+
 Dependencies: None, but assumes hugepages are configured.
 
 To configure some hugepages:
@@ -197,7 +201,9 @@ https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod
 Intel RDT Plugin
 -----------------
 Repo: https://github.com/collectd/collectd
+
 Branch: master
+
 Dependencies:
 
   * PQoS/Intel RDT library https://github.com/01org/intel-cmt-cat.git
@@ -272,8 +278,10 @@ Reload
 
 Additional useful plugins
 --------------------------
+
 Exec Plugin
 ~~~~~~~~~~~
+
 Can be used to show you when notifications are being generated by calling a
 bash script that dumps notifications to file. (handy for debug). Modify
 /opt/collectd/etc/collectd.conf:
index 5f01918..bf62a43 100644 (file)
@@ -2,9 +2,9 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) Intel Corporation and OPNFV
 
-====================
+********************
 Barometer user guide
-====================
+********************
 
 .. The feature user guide should provide an OPNFV user with enough information to
 .. use the features provided by the feature project in the supported scenarios.