Merge "Doc how to find MR projects from POM or taglist"
[docs.git] / docs / developer-guide / openflow-plugin-project-developer-guide.rst
index e5d16c97d39c6511859382ebf108d129582958c1..24a4870d142b4bf9d529105a7263c32133c1b44d 100644 (file)
@@ -14,8 +14,8 @@ Event Sequences
 Session Establishment
 ~~~~~~~~~~~~~~~~~~~~~
 
-The :ref:`OpenFlow Protocol
-Library <openflow-protocol-library>` provides
+The OpenFlow Protocol
+Library provides
 interface **SwitchConnectionHandler** which contains method
 *onSwitchConnected* (step 1). This event is raised in the OpenFlow
 Protocol Library when an OpenFlow device connects to OpenDaylight and
@@ -222,7 +222,7 @@ describes the YANG files used to model each module.
 
 -  and target implementation is assigned (``...OpenflowPluginProvider``)
 
-.. code:: yang
+.. code::
 
     module openflow-provider {
        yang-version 1;
@@ -259,7 +259,7 @@ describes the YANG files used to model each module.
       provided by openflowjava, one plugin instance will orchestrate
       multiple openflowjava modules)
 
-.. code:: yang
+.. code::
 
     module openflow-provider-impl {
        yang-version 1;
@@ -1197,8 +1197,8 @@ Wiring up notifications
 Introduction
 ~~~~~~~~~~~~
 
-We need to translate OpenFlow messages coming up from the :ref:`OpenFlow
-Protocol Library <openflow-protocol-library>` into
+We need to translate OpenFlow messages coming up from the OpenFlow
+Protocol Library into
 MD-SAL Notification objects and then publish them to the MD-SAL.
 
 Mechanics
@@ -1309,4 +1309,3 @@ processor cores on machine it is run, e.g., 8 threads if the machine has
 
     While each device is assigned to one thread, multiple devices can be
     assigned to the same thread.
-