Skip to content

Commit

Permalink
doc: leave out too large samples
Browse files Browse the repository at this point in the history
To let compilation of the document succeed, this patch leave out
large samples.

Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
ykaneko authored and fujita committed Jun 25, 2014
1 parent 6b9f558 commit 3e1fd45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1,593 deletions.
4 changes: 3 additions & 1 deletion doc/source/ofproto_v1_3_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ Multipart Messages

JSON Example:

.. literalinclude:: ../../ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json
See an example in:

``ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json``

Queue Configuration Messages
----------------------------
Expand Down
8 changes: 6 additions & 2 deletions doc/source/ofproto_v1_4_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,17 @@ Multipart Messages

JSON Example:

.. literalinclude:: ../../ryu/tests/unit/ofproto/json/of14/5-53-ofp_table_features_request.packet.json
See an example in:

``ryu/tests/unit/ofproto/json/of14/5-53-ofp_table_features_request.packet.json``

.. autoclass:: OFPTableFeaturesStatsReply

JSON Example:

.. literalinclude:: ../../ryu/tests/unit/ofproto/json/of14/5-54-ofp_table_features_reply.packet.json
See an example in:

``ryu/tests/unit/ofproto/json/of14/5-54-ofp_table_features_reply.packet.json``

.. autoclass:: OFPPortStatsRequest

Expand Down
Loading

0 comments on commit 3e1fd45

Please sign in to comment.