Merge "Remove OpFlex out of Fluorine."
[docs.git] / docs / developer-guide / topology-processing-framework-developer-guide.rst
index 9dd0879e4be3f6d1eb0f2e9e50c88cfc6ae40879..ae5decbefee5d238a6e173f2461ef4a09d419576 100644 (file)
@@ -1,3 +1,5 @@
+.. _topoprocessing-dev-guide:
+
 Topology Processing Framework Developer Guide
 =============================================
 
@@ -466,7 +468,7 @@ pieces are:
 
 -  output model
 
-.. code:: yang
+.. code::
 
     leaf output-model {
         type identityref {
@@ -477,7 +479,7 @@ pieces are:
 
 -  overlay topology with new nodes
 
-.. code:: yang
+.. code::
 
     container node-info {
         leaf node-topology {
@@ -491,7 +493,7 @@ pieces are:
 
 -  underlay topologies with original links
 
-.. code:: yang
+.. code::
 
     list link-info {
         key "link-topology input-model";
@@ -728,7 +730,7 @@ which you can set your new model as output model. To do that you have to
 add another identity item to topology-correlation.yang file. For our
 inventory-rendering model identity looks like this:
 
-.. code:: yang
+.. code::
 
     identity inventory-rendering-model {
         description "inventory-rendering.yang";
@@ -1277,4 +1279,3 @@ API Reference Documentation
 
 You can find API examples on `this wiki
 page <https://wiki.opendaylight.org/view/Topology_Processing_Framework:Developer_Guide:REST_API_Specification>`__.
-