From 2f70a197e880c4925f5ef16b3978aefb8eb21dd2 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 309e18b62..d106bb2ca 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 000000000..fe4056a2f --- /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 000000000..ce31fbc73 --- /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 0f79a699c..de30f01e2 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 000000000..cd5636f28 --- /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 000000000..a5556fc6d --- /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 43b99a359..0bb43e3e0 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 000000000..e05aec8cd --- /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 000000000..88411bd51 --- /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 000000000..a86cfbe47 --- /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 8feb3de36..1931adef6 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