From cfa1553e6433c887b12bbe086a2f50c57baf8644 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Fri, 15 Nov 2024 13:06:41 +0100
Subject: [PATCH] Update docs.

---
 .../create_imported_layer_2_circuit.rst       |  6 ++++++
 .../create_layer_2_circuit.rst                |  6 ++++++
 .../import_layer_2_circuit.rst                |  6 ++++++
 .../l2_circuit/nren_l3_core_service/index.rst | 20 +++++++++++++++++++
 .../modify_layer_2_circuit.rst                |  6 ++++++
 5 files changed, 44 insertions(+)
 create mode 100644 docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_imported_layer_2_circuit.rst
 create mode 100644 docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_layer_2_circuit.rst
 create mode 100644 docs/source/module/workflows/l2_circuit/nren_l3_core_service/import_layer_2_circuit.rst
 create mode 100644 docs/source/module/workflows/l2_circuit/nren_l3_core_service/index.rst
 create mode 100644 docs/source/module/workflows/l2_circuit/nren_l3_core_service/modify_layer_2_circuit.rst

diff --git a/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_imported_layer_2_circuit.rst b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_imported_layer_2_circuit.rst
new file mode 100644
index 00000000..c8683dd2
--- /dev/null
+++ b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_imported_layer_2_circuit.rst
@@ -0,0 +1,6 @@
+``gso.workflows.l2_circuit.create_imported_layer_2_circuit``
+============================================================
+
+.. automodule:: gso.workflows.l2_circuit.create_imported_layer_2_circuit
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_layer_2_circuit.rst b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_layer_2_circuit.rst
new file mode 100644
index 00000000..c19b27a1
--- /dev/null
+++ b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/create_layer_2_circuit.rst
@@ -0,0 +1,6 @@
+``gso.workflows.l2_circuit.create_layer_2_circuit``
+===================================================
+
+.. automodule:: gso.workflows.l2_circuit.create_layer_2_circuit
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/l2_circuit/nren_l3_core_service/import_layer_2_circuit.rst b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/import_layer_2_circuit.rst
new file mode 100644
index 00000000..10231456
--- /dev/null
+++ b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/import_layer_2_circuit.rst
@@ -0,0 +1,6 @@
+``gso.workflows.l2_circuit.import_layer_2_circuit``
+===================================================
+
+.. automodule:: gso.workflows.l2_circuit.import_layer_2_circuit
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/l2_circuit/nren_l3_core_service/index.rst b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/index.rst
new file mode 100644
index 00000000..5e3d52fb
--- /dev/null
+++ b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/index.rst
@@ -0,0 +1,20 @@
+``gso.workflows.L2_circuit
+==========================
+
+.. automodule:: gso.workflows.L2_circuit
+   :members:
+   :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+   :maxdepth: 2
+   :titlesonly:
+
+   create_layer_2_circuit
+   modify_layer_2_circuit
+   terminate_layer_2_circuit
+   create_imported_layer_2_circuit
+   import_layer_2_circuit
+
diff --git a/docs/source/module/workflows/l2_circuit/nren_l3_core_service/modify_layer_2_circuit.rst b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/modify_layer_2_circuit.rst
new file mode 100644
index 00000000..f46d037a
--- /dev/null
+++ b/docs/source/module/workflows/l2_circuit/nren_l3_core_service/modify_layer_2_circuit.rst
@@ -0,0 +1,6 @@
+``gso.workflows.l2_circuit.modify_layer_2_circuit``
+===================================================
+
+.. automodule:: gso.workflows.l2_circuit.modify_layer_2_circuit
+   :members:
+   :show-inheritance:
-- 
GitLab