From 16e3b19016a0d6e63d9162040811de4386142af0 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Sun, 4 Oct 2015 17:22:46 +0300 Subject: Updated and added documentation files for packet builder module --- .../trex_control_plane/doc/client_utils.rst | 31 +++++++++++++--------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'scripts/automation/trex_control_plane/doc/client_utils.rst') diff --git a/scripts/automation/trex_control_plane/doc/client_utils.rst b/scripts/automation/trex_control_plane/doc/client_utils.rst index 224dfe19..32728a57 100755 --- a/scripts/automation/trex_control_plane/doc/client_utils.rst +++ b/scripts/automation/trex_control_plane/doc/client_utils.rst @@ -1,14 +1,19 @@ - -Client Utilities -================ - -T-Rex YAML generator --------------------- - -.. automodule:: trex_yaml_gen - :members: - -General Utilities ------------------ -.. automodule:: general_utils + +Client Utilities +================ + +.. toctree:: + :maxdepth: 2 + + packet_generator/index + +TRex YAML generator +------------------- + +.. automodule:: trex_yaml_gen + :members: + +General Utilities +----------------- +.. automodule:: general_utils :members: \ No newline at end of file -- cgit