On Mon, 2 Sep 2013 20:41:23 +0900 Yoshihiro Kaneko <[email protected]> wrote:
> Hi, > > ofproto_ref.rst refers to ofproto_v1_2_ref.rst and > ofproto_v1_3_ref.rst, so please do not delete these files. Hmm, your 'doc: update reference page for ofproto' removed the refernece to them in ofproto_ref.rst? That's why we got warnings. > I'll improve sphinx markup to avoid warning. > Thanks, > Kaneko > > > 2013/9/2 FUJITA Tomonori <[email protected]>: >> Applied the following. >> >> = >> >From eacabd75c59c2f2c20fb84e66c2800abe1347a6b Mon Sep 17 00:00:00 2001 >> From: FUJITA Tomonori <[email protected]> >> Date: Mon, 2 Sep 2013 20:12:51 +0900 >> Subject: [PATCH] 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 <[email protected]> >> --- >> doc/source/ofproto_v1_2_ref.rst | 6 ------ >> doc/source/ofproto_v1_3_ref.rst | 6 ------ >> ryu/lib/packet/icmpv6.py | 4 ++-- >> 3 files changed, 2 insertions(+), 14 deletions(-) >> delete mode 100644 doc/source/ofproto_v1_2_ref.rst >> delete mode 100644 doc/source/ofproto_v1_3_ref.rst >> >> diff --git a/doc/source/ofproto_v1_2_ref.rst >> b/doc/source/ofproto_v1_2_ref.rst >> deleted file mode 100644 >> index 6345139..0000000 >> --- a/doc/source/ofproto_v1_2_ref.rst >> +++ /dev/null >> @@ -1,6 +0,0 @@ >> -******************** >> -OpenFlow 1.2 classes >> -******************** >> - >> -.. automodule:: ryu.ofproto.ofproto_v1_2_parser >> - :members: >> diff --git a/doc/source/ofproto_v1_3_ref.rst >> b/doc/source/ofproto_v1_3_ref.rst >> deleted file mode 100644 >> index ad33b1a..0000000 >> --- 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: >> diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py >> index 1ad2e68..9d250f3 100644 >> --- a/ryu/lib/packet/icmpv6.py >> +++ b/ryu/lib/packet/icmpv6.py >> @@ -471,14 +471,14 @@ class nd_option_pi(stringify.StringifyMixin): >> Attribute Description >> ============== ==================== >> pl Prefix Length. >> - res1 L,A,R* Flags for Prefix Information. >> + res1 L,A,R\* Flags for Prefix Information. >> val_l Valid Lifetime. >> pre_l Preferred Lifetime. >> res2 This field is unused. It MUST be initialized to zero. >> prefix An IP address or a prefix of an IP address. >> ============== ==================== >> >> - *R flag is defined in (RFC 3775) >> + \*R flag is defined in (RFC 3775) >> """ >> >> _PACK_STR = '!BBIII16s' >> -- >> 1.7.12.4 (Apple Git-37) >> >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >> _______________________________________________ >> Ryu-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ryu-devel > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
