Merge "Migrate USC user docs to rst"
[docs.git] / manuals / developer-guide / src / main / asciidoc / bk-developers-guide.adoc
1 [[bk-user-guide]]
2 = OpenDaylight Developer Guide
3 :docinfo:
4
5 ///////
6 [dedication]
7 Example Dedication
8 ------------------
9 Optional dedication.
10
11 This document is an AsciiDoc book skeleton containing briefly
12 annotated example elements plus a couple of example index entries and
13 footnotes.
14
15 Books are normally used to generate DocBook markup and the titles of
16 the preface, appendix, bibliography, glossary and index sections are
17 significant ('specialsections').
18
19
20 [preface]
21 Example Preface
22 ---------------
23 Optional preface.
24
25 Preface Sub-section
26 ~~~~~~~~~~~~~~~~~~~
27 Preface sub-section body.
28 ///////
29
30 //////////////////////////
31 Please note and leave the blank line between include statements here.
32
33 It is a defensive measure to prevent individual projects' .adoc files
34 from eating the next section if they forget to leave a blank line at
35 the end of their file.
36 //////////////////////////
37
38 A significant amount of this guide has been migrated to: http://docs.opendaylight.org/en/stable-boron/developer-guide/index.html
39
40 Please look there as well as here for any content.
41
42 = Project-Specific Development Guides
43
44 include::alto/alto-developer-guide.adoc[ALTO]
45
46 include::atrium/odl-atrium-all-dev.adoc[Atrium]
47
48 include::bgpcep/odl-bgpcep-bgp-all-dev.adoc[BGP]
49
50 include::bgpcep/odl-bgpcep-bmp-dev.adoc[BGP]
51
52 include::capwap/capwap-dev.adoc[CAPWAP]
53
54 include::cardinal/odl-cardinal-dev.adoc[]
55
56 include::controller/controller.adoc[Controller]
57
58 include::didm/didm-dev.adoc[]
59
60 include::dlux/dlux-core-dev.adoc[]
61
62 include::iotdm/iotdm-dev.adoc[]
63
64 include::l2switch/l2switch-dev.adoc[]
65
66 include::lacp/lacp-dev.adoc[]
67
68 include::controller/netconf/odl-netconf-dev.adoc[]
69
70 include::nic/nic-dev.adoc[]
71
72 include::nemo/odl-nemo-engine-dev.adoc[]
73
74 include::netide/netide-developer-guide.adoc[]
75
76 include::neutron/odl-neutron-service-dev.adoc[]
77
78 include::neutron/neutron.adoc[]
79
80 include::odlparent/odlparent-developer.adoc[]
81
82 include::ocpplugin/ocp-developer-guide.adoc[OCP]
83
84 include::sdninterfaceapp/odl-sdninterfaceapp-all-dev.adoc[]
85
86 include::of-config/of-config-dev.adoc[]
87
88 include::openflowjava/odl-openflowjava-protocol-dev.adoc[]
89
90 include::openflowplugin/odl-ofp-developer-guide.adoc[]
91
92 include::opflex/agent-ovs-dev.adoc[]
93
94 include::opflex/genie-dev.adoc[]
95
96 include::opflex/libopflex-dev.adoc[]
97
98 include::ovsdb/ovsdb-developer.adoc[]
99
100 include::bgpcep/odl-bgpcep-pcep-all-dev.adoc[PCEP]
101
102 include::packetcable/packetcable-dev.adoc[Packet Cable PCMM Southbound Plugin]
103
104 // commenting this out as it contains no content
105 //include::reservation/reservation-dev.adoc[]
106
107 include::sfc/sfc.adoc[]
108
109 include::snmp4sdn/snmp4sdn-developer.adoc[SNMP4SDN]
110
111 include::sxp/odl-sxp-dev.adoc[]
112
113 include::topoprocessing/odl-topoprocessing-framework-dev.adoc[]
114
115 include::ttp/ttp-model-dev.adoc[]
116
117 include::ttp/ttp-cli-tools-dev.adoc[]
118
119 include::unimgr/odl-unimgr-channel-dev.adoc[]
120
121 include::usc/odl-usc-channel-dev.adoc[]
122
123 include::vtn/vtn-dev.adoc[]
124
125 include::yangtools/yangtools.adoc[]
126
127 include::yang-push/odl-yang-push-dev.adoc[YANG-PUSH]
128
129 :numbered!:
130
131 ///////
132 [appendix]
133 Example Appendix
134 ----------------
135 One or more optional appendixes go here at section level 1.
136
137 Appendix Sub-section
138 ~~~~~~~~~~~~~~~~~~~
139 Sub-section body.
140
141
142 [glossary]
143 Example Glossary
144 ----------------
145 Glossaries are optional. Glossaries entries are an example of a style
146 of AsciiDoc labeled lists.
147
148 [glossary]
149 A glossary term::
150   The corresponding (indented) definition.
151
152 A second glossary term::
153   The corresponding (indented) definition.
154
155
156 [colophon]
157 Example Colophon
158 ----------------
159 Text at the end of a book describing facts about its production.
160
161
162 [index]
163 Example Index
164 -------------
165 ///////
166
167 ////////////////////////////////////////////////////////////////
168 The index is normally left completely empty, it's contents being
169 generated automatically by the DocBook toolchain.
170 ////////////////////////////////////////////////////////////////