.. 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
 
 =========
 
 :Project: Barometer, https://wiki.opnfv.org/display/fastpath/Barometer+Home
+
 :Authors: Maryam Tahhan <maryam.tahhan@intel.com>
+
 :History:
 
           ========== =====================================================
           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`
 
 .. 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
 
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) OPNFV, Intel Corporation and others.
 
+**********************
+Barometer Requirements
+**********************
 .. toctree::
-     :maxdepth: 4
+     :maxdepth: 3
      :numbered:
 
      01-intro.rst
 
 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:
 Hugepages Plugin
 -----------------
 Repo: https://github.com/collectd/collectd
+
 Branch: master
+
 Dependencies: None, but assumes hugepages are configured.
 
 To configure some hugepages:
 Intel RDT Plugin
 -----------------
 Repo: https://github.com/collectd/collectd
+
 Branch: master
+
 Dependencies:
 
   * PQoS/Intel RDT library https://github.com/01org/intel-cmt-cat.git
 
 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:
 
 .. 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.