Remove infrautils developer-guide reference 01/74301/2
authorFaseela K <faseela.k@ericsson.com>
Sat, 21 Jul 2018 05:39:06 +0000 (11:09 +0530)
committerFaseela K <faseela.k@ericsson.com>
Sat, 21 Jul 2018 05:55:23 +0000 (05:55 +0000)
Change-Id: Ie2f2dd6d38d20020324b63595b59eb15c53b5ca1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
docs/developer-guide/index.rst
docs/developer-guide/infrautils-developer-guide.rst [deleted file]

index 3ede21e1cc365723c1c670792e424bde08b9bfac..1ef8d587bc4bf912ef7999285cc0b72a058a68ef 100644 (file)
@@ -37,7 +37,7 @@ Project-specific Developer Guides
    distribution-test-features
    eman-developer-guide
    fabric-as-a-service
-   infrautils-developer-guide
+   ../submodules/infrautils/docs/index
    iotdm-developer-guide
    jsonrpc
    l2switch-developer-guide
diff --git a/docs/developer-guide/infrautils-developer-guide.rst b/docs/developer-guide/infrautils-developer-guide.rst
deleted file mode 100644 (file)
index 0f8a011..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-.. _infrautils-dev-guide:
-
-Infrautils
-==========
-
-Overview
---------
-
-Infrautils offer various utilities and infrastructures for other projects to use:
-
-Counters Infrastructure
------------------------
-Create, update and output counters is a basic tool for debugging and generating statistics in any system.
-We have developed a counter infrastructure integrated into ODL which has already been successfully used with
-multiple products, and more recently in debugging and fixing the OpenFlow plugin/Java and LACP modules.
-`Getting started with Counters  <https://wiki.opendaylight.org/view/Getting_started_with_Counters>`__
-
-Async Infrastructure
------------------------
-The decision to split a service into one or more threads with asynchronous interactions between them is
-frequently dependent on constraints learned late in the development and even the deployment cycle.
-In order to allow flexibility in making these decisions we have developed an infrastructure which is
-configuration driven allowing agnostic code to be written under generic constrains which can then later
-be customized according to the required constraints.
-`Getting started with Async  <https://git.opendaylight.org/gerrit/gitweb?p=infrautils.git;a=tree;f=samples/sample-async;h=dedd664da4a1bcfbe62261df73d19044d334f0b9;hb=refs/heads/master>`__
-