From 7028704b3f72e394d353a3ca7e05665649db67d7 Mon Sep 17 00:00:00 2001 From: Yusuke Iwase Date: Fri, 28 Aug 2015 09:05:08 +0900 Subject: [PATCH] doc: ofctl_rest: Add table of contents This patch adds a table of contents into the ofctl_rest API reference in order to improve its readability. Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/app/ofctl_rest.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 25b47950..65d0623a 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -8,6 +8,9 @@ This application helps you debug your application and get various statistics. This application supports OpenFlow version 1.0, 1.2 and 1.3. +.. contents:: + :depth: 3 + Retrieve the switch stats =========================