diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-14 18:11:12 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-15 09:11:50 +0900 |
commit | f14b3f2c154c3c4b5dd2c13c1c0bcdf51fec52ed (patch) | |
tree | 83f2945203ff2f155cea3b15d29fc493f56caf0a /doc | |
parent | 8d4d74ac42aab0d90a774409135abf2f6d73f14c (diff) |
doc: hook up dpset
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/api_ref.rst | 7 | ||||
-rw-r--r-- | doc/source/developing.rst | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/api_ref.rst b/doc/source/api_ref.rst new file mode 100644 index 00000000..ed2fbce5 --- /dev/null +++ b/doc/source/api_ref.rst @@ -0,0 +1,7 @@ + +******************************* +Ryu API Reference +******************************* + +.. automodule:: ryu.controller.dpset + :members: diff --git a/doc/source/developing.rst b/doc/source/developing.rst index fbd41c3e..d62dacf9 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -9,3 +9,4 @@ Writing Your Ryu Application ryu_app_api.rst library.rst ofproto_ref.rst + api_ref.rst |