From 764389849d1e5a8447cdcdbd6fd3e74136e6e3e3 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Fri, 1 Nov 2024 10:26:43 +0100
Subject: [PATCH] Add documentation for workflows

---
 ...reate_imported_lan_switch_interconnect.rst |  6 ++++++
 .../create_lan_switch_interconnect.rst        |  6 ++++++
 .../import_lan_switch_interconnect.rst        |  6 ++++++
 .../lan_switch_interconnect/index.rst         | 19 ++++++++++++++++++
 .../terminate_lan_switch_interconnect.rst     |  6 ++++++
 .../validate_lan_switch_interconnect.rst      |  6 ++++++
 .../workflows/switch/activate_switch.rst      |  6 ++++++
 .../switch/create_imported_switch.rst         |  6 ++++++
 .../module/workflows/switch/create_switch.rst |  6 ++++++
 .../module/workflows/switch/import_switch.rst |  6 ++++++
 docs/source/module/workflows/switch/index.rst | 20 +++++++++++++++++++
 .../workflows/switch/terminate_switch.rst     |  6 ++++++
 .../workflows/switch/validate_switch.rst      |  6 ++++++
 13 files changed, 105 insertions(+)
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/create_imported_lan_switch_interconnect.rst
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/create_lan_switch_interconnect.rst
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/import_lan_switch_interconnect.rst
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/index.rst
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/terminate_lan_switch_interconnect.rst
 create mode 100644 docs/source/module/workflows/lan_switch_interconnect/validate_lan_switch_interconnect.rst
 create mode 100644 docs/source/module/workflows/switch/activate_switch.rst
 create mode 100644 docs/source/module/workflows/switch/create_imported_switch.rst
 create mode 100644 docs/source/module/workflows/switch/create_switch.rst
 create mode 100644 docs/source/module/workflows/switch/import_switch.rst
 create mode 100644 docs/source/module/workflows/switch/index.rst
 create mode 100644 docs/source/module/workflows/switch/terminate_switch.rst
 create mode 100644 docs/source/module/workflows/switch/validate_switch.rst

diff --git a/docs/source/module/workflows/lan_switch_interconnect/create_imported_lan_switch_interconnect.rst b/docs/source/module/workflows/lan_switch_interconnect/create_imported_lan_switch_interconnect.rst
new file mode 100644
index 00000000..6900a2f8
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/create_imported_lan_switch_interconnect.rst
@@ -0,0 +1,6 @@
+``gso.workflows.lan_switch_interconnect.create_imported_lan_switch_interconnect``
+=================================================================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect.create_imported_lan_switch_interconnect
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/lan_switch_interconnect/create_lan_switch_interconnect.rst b/docs/source/module/workflows/lan_switch_interconnect/create_lan_switch_interconnect.rst
new file mode 100644
index 00000000..9e1e9ce4
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/create_lan_switch_interconnect.rst
@@ -0,0 +1,6 @@
+``gso.workflows.lan_switch_interconnect.create_lan_switch_interconnect``
+========================================================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect.create_lan_switch_interconnect
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/lan_switch_interconnect/import_lan_switch_interconnect.rst b/docs/source/module/workflows/lan_switch_interconnect/import_lan_switch_interconnect.rst
new file mode 100644
index 00000000..230944df
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/import_lan_switch_interconnect.rst
@@ -0,0 +1,6 @@
+``gso.workflows.lan_switch_interconnect.import_lan_switch_interconnect``
+========================================================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect.import_lan_switch_interconnect
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/lan_switch_interconnect/index.rst b/docs/source/module/workflows/lan_switch_interconnect/index.rst
new file mode 100644
index 00000000..f8a8b4f8
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/index.rst
@@ -0,0 +1,19 @@
+``gso.workflows.lan_switch_interconnect``
+=========================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect
+   :members:
+   :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+   :maxdepth: 2
+   :titlesonly:
+
+   create_imported_lan_switch_interconnect
+   create_lan_switch_interconnect
+   import_lan_switch_interconnect
+   terminate_lan_switch_interconnect
+   validate_lan_switch_interconnect
diff --git a/docs/source/module/workflows/lan_switch_interconnect/terminate_lan_switch_interconnect.rst b/docs/source/module/workflows/lan_switch_interconnect/terminate_lan_switch_interconnect.rst
new file mode 100644
index 00000000..7575a60f
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/terminate_lan_switch_interconnect.rst
@@ -0,0 +1,6 @@
+``gso.workflows.lan_switch_interconnect.terminate_lan_switch_interconnect``
+===========================================================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect.terminate_lan_switch_interconnect
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/lan_switch_interconnect/validate_lan_switch_interconnect.rst b/docs/source/module/workflows/lan_switch_interconnect/validate_lan_switch_interconnect.rst
new file mode 100644
index 00000000..17530cf9
--- /dev/null
+++ b/docs/source/module/workflows/lan_switch_interconnect/validate_lan_switch_interconnect.rst
@@ -0,0 +1,6 @@
+``gso.workflows.lan_switch_interconnect.validate_lan_switch_interconnect``
+==========================================================================
+
+.. automodule:: gso.workflows.lan_switch_interconnect.validate_lan_switch_interconnect
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/activate_switch.rst b/docs/source/module/workflows/switch/activate_switch.rst
new file mode 100644
index 00000000..dc850fa5
--- /dev/null
+++ b/docs/source/module/workflows/switch/activate_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.activate_switch``
+========================================
+
+.. automodule:: gso.workflows.switch.activate_switch
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/create_imported_switch.rst b/docs/source/module/workflows/switch/create_imported_switch.rst
new file mode 100644
index 00000000..2dcd7664
--- /dev/null
+++ b/docs/source/module/workflows/switch/create_imported_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.create_imported_switch``
+===============================================
+
+.. automodule:: gso.workflows.switch.create_imported_switch
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/create_switch.rst b/docs/source/module/workflows/switch/create_switch.rst
new file mode 100644
index 00000000..c2c8d195
--- /dev/null
+++ b/docs/source/module/workflows/switch/create_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.create_switch``
+======================================
+
+.. automodule:: gso.workflows.switch.create_switch
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/import_switch.rst b/docs/source/module/workflows/switch/import_switch.rst
new file mode 100644
index 00000000..82f14076
--- /dev/null
+++ b/docs/source/module/workflows/switch/import_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.import_switch``
+======================================
+
+.. automodule:: gso.workflows.switch.import_switch
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/index.rst b/docs/source/module/workflows/switch/index.rst
new file mode 100644
index 00000000..160939de
--- /dev/null
+++ b/docs/source/module/workflows/switch/index.rst
@@ -0,0 +1,20 @@
+``gso.workflows.switch``
+========================
+
+.. automodule:: gso.workflows.switch
+   :members:
+   :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+   :maxdepth: 2
+   :titlesonly:
+
+   activate_switch
+   create_imported_switch
+   create_switch
+   import_switch
+   terminate_switch
+   validate_switch
diff --git a/docs/source/module/workflows/switch/terminate_switch.rst b/docs/source/module/workflows/switch/terminate_switch.rst
new file mode 100644
index 00000000..15d3336f
--- /dev/null
+++ b/docs/source/module/workflows/switch/terminate_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.terminate_switch``
+=========================================
+
+.. automodule:: gso.workflows.switch.terminate_switch
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/switch/validate_switch.rst b/docs/source/module/workflows/switch/validate_switch.rst
new file mode 100644
index 00000000..40bbbf30
--- /dev/null
+++ b/docs/source/module/workflows/switch/validate_switch.rst
@@ -0,0 +1,6 @@
+``gso.workflows.switch.validate_switch``
+========================================
+
+.. automodule:: gso.workflows.switch.validate_switch
+   :members:
+   :show-inheritance:
-- 
GitLab