Removing NEMO docs with only TBD 65/45265/1
authorColin Dixon <colin@colindixon.com>
Wed, 17 Aug 2016 15:45:13 +0000 (11:45 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Sep 2016 18:10:02 +0000 (18:10 +0000)
Change-Id: I61aa5fd560d4f5a1a5fc638048e2f7110f14878d
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit d744c2715430f5fb74c3a1f72f3333a4dd4df8d8)

manuals/developer-guide/src/main/asciidoc/bk-developers-guide.adoc
manuals/developer-guide/src/main/asciidoc/nemo/odl-nemo-engine-dev.adoc [deleted file]

index 53ff3d3e5a3af041a638dc616943d1779baaeac0..4fc342915dbe1e914864df660fe4384890c23505 100644 (file)
@@ -69,8 +69,6 @@ include::controller/netconf/odl-netconf-dev.adoc[]
 
 include::nic/nic-dev.adoc[]
 
-include::nemo/odl-nemo-engine-dev.adoc[]
-
 include::netide/netide-developer-guide.adoc[]
 
 include::neutron/odl-neutron-service-dev.adoc[]
diff --git a/manuals/developer-guide/src/main/asciidoc/nemo/odl-nemo-engine-dev.adoc b/manuals/developer-guide/src/main/asciidoc/nemo/odl-nemo-engine-dev.adoc
deleted file mode 100644 (file)
index f524d7d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-== NEtwork MOdeling (NEMO)
-
-=== Overview
-TBD: Overview of the NEMO feature, what logical functionality it
-provides and why you might use it as a developer.
-
-=== NEMO Architecture
-TBD: NEMO components and how they work together.
-Also include information about how the feature integrates with
-OpenDaylight and architecture.
-
-=== Key APIs and Interfaces
-TBD: Document the key things a user would want to use.
-
-==== NEMO Intent API
-TBD: A description of NEMO Intent API.
-
-=== API Reference Documentation
-TBD: Provide links to JavaDoc, REST API documentation, etc.