diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2015-08-28 09:05:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-30 14:04:38 +0900 |
commit | 7028704b3f72e394d353a3ca7e05665649db67d7 (patch) | |
tree | 2d324f3ec0dbf802e5d04c5d850f6153a32ecd20 /doc | |
parent | 08edfa067ecd84a33c5013a89b8c450f40cbc02d (diff) |
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 <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/app/ofctl_rest.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 ========================= |