Merge "Removing NEMO docs with only TBD"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Sep 2016 18:09:56 +0000 (18:09 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 6 Sep 2016 18:09:56 +0000 (18:09 +0000)
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.