diff options
author | Yoshihiro Kaneko <ykaneko0929@gmail.com> | 2014-06-25 19:03:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-26 08:28:45 +0900 |
commit | b620f7a160df1700c8e185c1ef190867cea1ff3e (patch) | |
tree | cbb5b866ac4d09628d5054fa0cbe5c8be8dab53e /doc | |
parent | 3e1fd452b630dedb5e7fc90075625bbf50d759da (diff) |
doc: improve the appearance of the table
I don't want to write a directive of sphinx in scripts, but
I was not able to find other methods.
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/ryu_app_api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/ryu_app_api.rst b/doc/source/ryu_app_api.rst index e0b3cb08..06276e50 100644 --- a/doc/source/ryu_app_api.rst +++ b/doc/source/ryu_app_api.rst @@ -84,6 +84,8 @@ received from switches and send these events to Ryu applications which expressed an interest using ryu.controller.handler.set_ev_cls. OpenFlow event classes have at least the following attributes. +.. tabularcolumns:: |l|L| + ============ ============================================================= Attribute Description ============ ============================================================= @@ -112,6 +114,8 @@ dispatchers argument specifies one of the following negotiation phases Note that, in case an event changes the phase, the phase before the change is used to check the interest. +.. tabularcolumns:: |l|L| + =========================================== ================================== Negotiation phase Description =========================================== ================================== @@ -132,6 +136,8 @@ ryu.controller.controller.Datapath A class to describe an OpenFlow switch connected to this controller. An instance has the following attributes. +.. tabularcolumns:: |l|L| + ====================================== ======================================= Attribute Description ====================================== ======================================= |