Remove nemo docs
[docs.git] / docs / index.rst
index fcdf70d69d8b6608de5a30737e3fe0237d08a78d..008726b74452d1be4cd51c45c1f2bf50ebe8c606 100644 (file)
@@ -6,56 +6,60 @@
 Welcome to OpenDaylight Documentation
 =====================================
 
-The following guides and documentation 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 documentation 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
+----------------------------------
 
-Content for OpenDaylight Developers
------------------------------------
+Managed Projects
+~~~~~~~~~~~~~~~~
 
-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.
+* :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>`
 
-.. toctree::
-   :maxdepth: 1
+.. :doc:`Neutron Documentation <neutron:index>`
 
-   developer-guide/index
-   javadoc
 
-Content for OpenDaylight Contributors
--------------------------------------
+Self-Managed Projects
+~~~~~~~~~~~~~~~~~~~~~
 
-The following content is intended for developers who either currently
-participate in the development of OpenDaylight or would like to start.
+* :doc:`TransportPCE Documentation <transportpce:index>`
+
+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>`
-
-.. toctree::
-   :maxdepth: 1
-
-   documentation
-   release-process/index
-
+* :doc:`Release Process Guide <release-process/index>`
+* :doc:`Documentation Guide <documentation>`
+* :doc:`Javadocs <javadoc>`
 
 
 .. Commenting the below out until we actually use it
@@ -65,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