Remove nemo docs
[docs.git] / docs / index.rst
index b8be48b3ae06aaf4e157f85860c12a2eacab1e03..008726b74452d1be4cd51c45c1f2bf50ebe8c606 100644 (file)
@@ -3,65 +3,64 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to the OpenDaylight Handbook!
+Welcome to OpenDaylight Documentation
 =====================================
 
-This handbook provides details on various aspects of OpenDaylight from the user
-guides to the developer guides and tries to act as a single point of contact
-for all documentation related articles in OpenDaylight. If you would like to
-contribute to the Handbook please refer to the :ref:`documentation-guide`.
+The OpenDaylight documentation site acts as a central clearinghouse for
+OpenDaylight project and release documentation. If you would like to contribute
+to documentation, refer to the :ref:`documentation-guide`.
 
-Content for OpenDaylight Users
-------------------------------
-
-The following content is intended for people who would like to deploy, use, or
-just learn more about OpenDaylight.
+Getting Started with OpenDaylight
+---------------------------------
 
 .. toctree::
    :maxdepth: 1
 
+   downloads
    release-notes/index
    getting-started-guide/index
-   user-guide/index
-   opendaylight-with-openstack/index
+   developer-guide/developing-apps-on-the-opendaylight-controller
+
+OpenDaylight Project Documentation
+----------------------------------
+
+Managed Projects
+~~~~~~~~~~~~~~~~
+
+* :doc:`AAA Documentation <aaa:index>`
+* :doc:`BGPCEP Documentation <bgpcep:index>`
+* :doc:`Controller Documentation <controller:index>`
+* :doc:`DAEXIM Documentation <daexim:index>`
+* :doc:`Genius Documentation <genius:index>`
+* :doc:`Infrautils Documentation <infrautils:index>`
+* :doc:`JSON RPC Documentation <jsonrpc:index>`
+* :doc:`LISP Flow Mapping Documentation <lispflowmapping:index>`
+* :doc:`MD-SAL Documentation <mdsal:index>`
+* :doc:`NetConf Documentation <netconf:index>`
+* :doc:`NetVirt Documentation <netvirt:index>`
+* :doc:`OpenFlowPlugin Documentation <openflowplugin:index>`
+* :doc:`OVSDB Documentation <ovsdb:index>`
 
+.. :doc:`Neutron Documentation <neutron:index>`
 
-Content for OpenDaylight Developers
------------------------------------
 
-The Following content is intended for developers building applications or code
-on top of OpenDaylight, but who do not plan to modify OpenDaylight code
-itself.
+Self-Managed Projects
+~~~~~~~~~~~~~~~~~~~~~
 
-.. toctree::
-   :maxdepth: 1
+* :doc:`TransportPCE Documentation <transportpce:index>`
 
-   developer-guide/index
-   javadoc
-
-
-Content for OpenDaylight Contributors
--------------------------------------
-
-The following content is intended for developers who either currently
-participate in the development of OpenDaylight or would like to start.
+OpenDaylight Contributor Guides
+-------------------------------
 
 * :doc:`Gerrit Guide <lfdocs:gerrit>`
 * :ref:`Infrastructure Guide <odl-infra>`
 * :doc:`Integration Testing Guide <odl-integration-test:index>`
+* :doc:`Integration Distribution Guide <integration-distribution:index>`
 * :doc:`Integration Packaging Guide <odl-integration-packaging:index>`
-* :doc:`NetVirt Documentation <netvirt:index>`
-
-.. toctree::
-   :maxdepth: 1
+* :doc:`Release Process Guide <release-process/index>`
+* :doc:`Documentation Guide <documentation>`
+* :doc:`Javadocs <javadoc>`
 
-   submodules/releng/builder/docs/index
-   documentation
-   release-process/index
-   submodules/genius/docs/index
-   submodules/infrautils/docs/index
-   submodules/openflowplugin/docs/index
-   submodules/sfc/docs/index
 
 .. Commenting the below out until we actually use it
 .. Indices and tables
@@ -70,3 +69,14 @@ participate in the development of OpenDaylight or would like to start.
 .. * :ref:`genindex`
 .. * :ref:`modindex`
 .. * :ref:`search`
+
+
+.. toctree::
+   :maxdepth: 1
+   :hidden:
+
+   documentation
+   release-process/index
+   javadoc
+   user-guide/index
+   developer-guide/index