diff options
Diffstat (limited to 'test/doc')
-rw-r--r-- | test/doc/modules.rst | 2 | ||||
-rw-r--r-- | test/doc/test_ip4.rst (renamed from test/doc/test_ip.rst) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/doc/modules.rst b/test/doc/modules.rst index 6d456d7f13a..773283e399a 100644 --- a/test/doc/modules.rst +++ b/test/doc/modules.rst @@ -10,7 +10,7 @@ test run_tests scapy_handlers template_bd - test_ip + test_ip4 test_ip6 test_l2bd test_l2xc diff --git a/test/doc/test_ip.rst b/test/doc/test_ip4.rst index a1e97b86dc5..c3c3a23a8b8 100644 --- a/test/doc/test_ip.rst +++ b/test/doc/test_ip4.rst @@ -1,7 +1,7 @@ test_ip module ============== -.. automodule:: test_ip +.. automodule:: test_ip4 :members: :undoc-members: :show-inheritance: |