Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 doc/source/developing.rst  |    2 +-
 doc/source/ofproto_ref.rst |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 doc/source/ofproto_ref.rst

diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index 6550e12..3faed2a 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -7,4 +7,4 @@ Writing Your Ryu Application
 
    writing_ryu_app.rst
    library.rst
-
+   ofproto_ref.rst
diff --git a/doc/source/ofproto_ref.rst b/doc/source/ofproto_ref.rst
new file mode 100644
index 0000000..408c093
--- /dev/null
+++ b/doc/source/ofproto_ref.rst
@@ -0,0 +1,9 @@
+*******************************
+OpenFlow protocol API Reference
+*******************************
+
+OpenFlow 1.3 classes
+====================
+
+.. automodule:: ryu.ofproto.ofproto_v1_3_parser
+   :members:
-- 
1.7.9.5


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to