Fix MRI project list
[docs.git] / docs / developer-guide / didm-developer-guide.rst
index 4e26de5732e4b923504d18abadbc4bf777d0e9e5..ebb7757e4215627640fbd62f45270f6eb71b366a 100644 (file)
@@ -1,3 +1,5 @@
+.. _didm-developer-guide:
+
 DIDM Developer Guide
 ====================
 
@@ -50,6 +52,8 @@ functions:
 Key APIs and Interfaces
 -----------------------
 
+.. _didm-flow-objective-api:
+
 FlowObjective API
 ~~~~~~~~~~~~~~~~~
 
@@ -59,23 +63,20 @@ Currently these APIs are getting consumed by Atrium project.
 
 Install the Forwarding Objective:
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward``
 
 Install the Filter Objective
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter``
 
 Install the Next Objective:
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next``
 
 Flow mod driver API
 ~~~~~~~~~~~~~~~~~~~
 
-The Beryllium release includes a flow mod driver for the HP 3800. This
+This release includes a flow mod driver for the HP 3800. This
 driver adjusts the flows and push the same to the device. This API takes
 the flow to be adjusted as input and displays the adjusted flow as
 output in the REST output container. Here is the REST API to adjust and
@@ -217,7 +218,6 @@ API Reference Documentation
 ---------------------------
 
 Go to
-`http://${controller-ip}:8181/apidoc/explorer/index.html <http://${controller-ip}:8181/apidoc/explorer/index.html>`__,
+http://${controller-ip}:8181/apidoc/explorer/index.html,
 and look under DIDM section to see all the available REST calls and
 tables
-