From 9bac70ed0f66d1902a5294a7d094d3940ffe67e3 Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Tue, 20 Feb 2024 15:21:37 +0100 Subject: [PATCH] Updated Docs --- docs/source/module/products/product_blocks/index.rst | 2 ++ .../source/module/products/product_blocks/office_router.rst | 6 ++++++ .../module/products/product_blocks/super_pop_switch.rst | 6 ++++++ docs/source/module/products/product_types/index.rst | 2 ++ docs/source/module/products/product_types/office_router.rst | 6 ++++++ .../module/products/product_types/super_pop_switch.rst | 6 ++++++ docs/source/module/utils/index.rst | 1 + docs/source/module/utils/shared_choices.rst | 6 ++++++ docs/source/module/workflows/tasks/import_office_router.rst | 6 ++++++ .../module/workflows/tasks/import_super_pop_switch.rst | 6 ++++++ docs/source/module/workflows/tasks/index.rst | 2 ++ 11 files changed, 49 insertions(+) create mode 100644 docs/source/module/products/product_blocks/office_router.rst create mode 100644 docs/source/module/products/product_blocks/super_pop_switch.rst create mode 100644 docs/source/module/products/product_types/office_router.rst create mode 100644 docs/source/module/products/product_types/super_pop_switch.rst create mode 100644 docs/source/module/utils/shared_choices.rst create mode 100644 docs/source/module/workflows/tasks/import_office_router.rst create mode 100644 docs/source/module/workflows/tasks/import_super_pop_switch.rst diff --git a/docs/source/module/products/product_blocks/index.rst b/docs/source/module/products/product_blocks/index.rst index 309e18b6..d106bb2c 100644 --- a/docs/source/module/products/product_blocks/index.rst +++ b/docs/source/module/products/product_blocks/index.rst @@ -14,6 +14,8 @@ Submodules .. toctree:: :maxdepth: 1 + super_pop_switch + office_router iptrunk router site diff --git a/docs/source/module/products/product_blocks/office_router.rst b/docs/source/module/products/product_blocks/office_router.rst new file mode 100644 index 00000000..fe4056a2 --- /dev/null +++ b/docs/source/module/products/product_blocks/office_router.rst @@ -0,0 +1,6 @@ +``gso.products.product_blocks.office_router`` +==================================== + +.. automodule:: gso.products.product_blocks.office_router + :members: + :show-inheritance: diff --git a/docs/source/module/products/product_blocks/super_pop_switch.rst b/docs/source/module/products/product_blocks/super_pop_switch.rst new file mode 100644 index 00000000..ce31fbc7 --- /dev/null +++ b/docs/source/module/products/product_blocks/super_pop_switch.rst @@ -0,0 +1,6 @@ +``gso.products.product_blocks.super_pop_switch`` +==================================== + +.. automodule:: gso.products.product_blocks.super_pop_switch + :members: + :show-inheritance: diff --git a/docs/source/module/products/product_types/index.rst b/docs/source/module/products/product_types/index.rst index 0f79a699..de30f01e 100644 --- a/docs/source/module/products/product_types/index.rst +++ b/docs/source/module/products/product_types/index.rst @@ -14,6 +14,8 @@ Submodules .. toctree:: :maxdepth: 1 + super_pop_switch + office_router iptrunk router site diff --git a/docs/source/module/products/product_types/office_router.rst b/docs/source/module/products/product_types/office_router.rst new file mode 100644 index 00000000..cd5636f2 --- /dev/null +++ b/docs/source/module/products/product_types/office_router.rst @@ -0,0 +1,6 @@ +``gso.products.product_types.office_router`` +=================================== + +.. automodule:: gso.products.product_types.office_router + :members: + :show-inheritance: diff --git a/docs/source/module/products/product_types/super_pop_switch.rst b/docs/source/module/products/product_types/super_pop_switch.rst new file mode 100644 index 00000000..a5556fc6 --- /dev/null +++ b/docs/source/module/products/product_types/super_pop_switch.rst @@ -0,0 +1,6 @@ +``gso.products.product_types.super_pop_switch`` +=================================== + +.. automodule:: gso.products.product_types.super_pop_switch + :members: + :show-inheritance: diff --git a/docs/source/module/utils/index.rst b/docs/source/module/utils/index.rst index 43b99a35..0bb43e3e 100644 --- a/docs/source/module/utils/index.rst +++ b/docs/source/module/utils/index.rst @@ -12,6 +12,7 @@ Submodules :maxdepth: 2 :titlesonly: + shared_choices device_info exceptions helpers diff --git a/docs/source/module/utils/shared_choices.rst b/docs/source/module/utils/shared_choices.rst new file mode 100644 index 00000000..e05aec8c --- /dev/null +++ b/docs/source/module/utils/shared_choices.rst @@ -0,0 +1,6 @@ +``gso.utils.shared_choices`` +===================== + +.. automodule:: gso.utils.shared_choices + :members: + :show-inheritance: diff --git a/docs/source/module/workflows/tasks/import_office_router.rst b/docs/source/module/workflows/tasks/import_office_router.rst new file mode 100644 index 00000000..88411bd5 --- /dev/null +++ b/docs/source/module/workflows/tasks/import_office_router.rst @@ -0,0 +1,6 @@ +``gso.workflows.tasks.import_office_router`` +=================================== + +.. automodule:: gso.workflows.tasks.import_office_router + :members: + :show-inheritance: diff --git a/docs/source/module/workflows/tasks/import_super_pop_switch.rst b/docs/source/module/workflows/tasks/import_super_pop_switch.rst new file mode 100644 index 00000000..a86cfbe4 --- /dev/null +++ b/docs/source/module/workflows/tasks/import_super_pop_switch.rst @@ -0,0 +1,6 @@ +``gso.workflows.tasks.import_super_pop_switch`` +=================================== + +.. automodule:: gso.workflows.tasks.import_super_pop_switch + :members: + :show-inheritance: diff --git a/docs/source/module/workflows/tasks/index.rst b/docs/source/module/workflows/tasks/index.rst index 8feb3de3..1931adef 100644 --- a/docs/source/module/workflows/tasks/index.rst +++ b/docs/source/module/workflows/tasks/index.rst @@ -12,6 +12,8 @@ Submodules :maxdepth: 2 :titlesonly: + import_super_pop_switch + import_office_router import_iptrunk import_router import_site -- GitLab