First complete pass over the developer guide
[docs.git] / manuals / developer-guide / src / main / asciidoc / bk-developers-guide.adoc
index 8172d1a92c0eeb1258ecfed499e41c49793a68ab..93cd74bfe2fd9ef035f758c7393bc71ec3f2eab4 100644 (file)
@@ -36,37 +36,64 @@ the end of their file.
 //////////////////////////
 = Overview
 
+// FIXME: Should we use introduction from user manual / installation guide?
+//        are this prerequisites for developers guide? If so, we should document
+//        that explicitly here so we do not need to repeat same text
+//          over-and-over
+
+// FIXME: section_Git_and_Gerrit_Setup.adoc and section_Hacking_from_CLI.adoc
+//        is much more contributor style documentation and not Developer
+//        documentation for folks which wants to build on top of OpenDaylight.
 include::section_Git_and_Gerrit_Setup.adoc[]
 
 include::section_Hacking_from_CLI.adoc[]
 
 = Project-Specific Development Guides
 
-include::controller/controller.adoc[Controller]
+include::alto/alto-developer-guide.adoc[ALTO]
 
 include::bgpcep/odl-bgpcep-bgp-all-dev.adoc[BGP]
 
-include::bgpcep/odl-bgpcep-pcep-all-dev.adoc[PCEP]
+include::capwap/capwap-dev.adoc[CAPWAP]
 
-include::iotdm/iotdm-dev.adoc[]
+include::controller/controller.adoc[Controller]
 
-include::lacp/lacp-dev.adoc[]
+include::didm/didm-dev.adoc[]
+
+include::dlux/dlux-core-dev.adoc[]
+
+include::iotdm/iotdm-dev.adoc[]
 
 include::l2switch/l2switch-dev.adoc[]
 
-include::nic/nic-model-dev.adoc[]
+include::lacp/lacp-dev.adoc[]
+
+include::nic/nic-dev.adoc[]
 
 include::neutron/neutron.adoc[]
 
+include::sdninterfaceapp/odl-sdninterfaceapp-all-dev.adoc[]
+
 include::openflowjava/odl-openflowjava-protocol-dev.adoc[]
 
+include::opflex/agent-ovs-dev.adoc[]
+
+include::opflex/genie-dev.adoc[]
+
+include::opflex/libopflex-dev.adoc[]
+
 include::ovsdb/ovsdb-developer.adoc[]
 
-include::reservation/reservation-dev.adoc[]
+include::bgpcep/odl-bgpcep-pcep-all-dev.adoc[PCEP]
+
+include::packetcable/packetcable-dev.adoc[Packet Cable PCMM Southbound Plugin]
+
+// commenting this out as it contains no content
+//include::reservation/reservation-dev.adoc[]
 
 include::sfc/sfc.adoc[]
 
-include::sdninterfaceapp/odl-sdninterfaceapp-all-dev.adoc[]
+include::sxp/odl-sxp-dev.adoc[]
 
 include::tcpmd5/odl-tcpmd5-all-dev.adoc[TCP-MD5]
 
@@ -76,7 +103,7 @@ include::ttp/ttp-model-dev.adoc[]
 
 include::ttp/ttp-cli-tools-dev.adoc[]
 
-include::didm/didm-dev.adoc[]
+include::usc/odl-usc-channel-dev.adoc[]
 
 include::vtn/vtn-dev.adoc[]