diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 20:12:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 20:12:51 +0900 |
commit | eacabd75c59c2f2c20fb84e66c2800abe1347a6b (patch) | |
tree | 9d5bfee07372aa97922eb2a678ef0f56705fc8ea /doc/source/ofproto_v1_3_ref.rst | |
parent | 673c811f85f57214b8be0cf69d6252ccc404bc11 (diff) |
doc: fix warnings
ryu/lib/packet/icmpv6.py:docstring of ryu.lib.packet.icmpv6.nd_option_pi:23: WARNING: Inline emphasis start-string without end-string.
ryu/doc/source/ofproto_v1_2_ref.rst:: WARNING: document isn't included in any toctree
ryu/doc/source/ofproto_v1_3_ref.rst:: WARNING: document isn't included in any toctree
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/ofproto_v1_3_ref.rst')
-rw-r--r-- | doc/source/ofproto_v1_3_ref.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/source/ofproto_v1_3_ref.rst b/doc/source/ofproto_v1_3_ref.rst deleted file mode 100644 index ad33b1a1..00000000 --- a/doc/source/ofproto_v1_3_ref.rst +++ /dev/null @@ -1,6 +0,0 @@ -******************** -OpenFlow 1.3 classes -******************** - -.. automodule:: ryu.ofproto.ofproto_v1_3_parser - :members: |