This patch adds a table of contents into the ofctl_rest API reference in order to improve its readability.
Signed-off-by: IWASE Yusuke <[email protected]> --- 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 25b4795..65d0623 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 ========================= -- 1.9.1 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
