From 3aa064f901213950877218fdd828ee5c1ec02a21 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Thu, 28 Nov 2024 13:28:34 +0100
Subject: [PATCH] update docs

---
 docs/source/module/products/product_blocks/vrf.rst          | 6 ++++++
 docs/source/module/products/product_types/vrf.rst           | 6 ++++++
 docs/source/module/workflows/vrf/create_vrf.rst             | 6 ++++++
 docs/source/module/workflows/vrf/modify_vrf_router_list.rst | 6 ++++++
 docs/source/module/workflows/vrf/terminate_vrf.rst          | 6 ++++++
 5 files changed, 30 insertions(+)
 create mode 100644 docs/source/module/products/product_blocks/vrf.rst
 create mode 100644 docs/source/module/products/product_types/vrf.rst
 create mode 100644 docs/source/module/workflows/vrf/create_vrf.rst
 create mode 100644 docs/source/module/workflows/vrf/modify_vrf_router_list.rst
 create mode 100644 docs/source/module/workflows/vrf/terminate_vrf.rst

diff --git a/docs/source/module/products/product_blocks/vrf.rst b/docs/source/module/products/product_blocks/vrf.rst
new file mode 100644
index 00000000..2c6e705e
--- /dev/null
+++ b/docs/source/module/products/product_blocks/vrf.rst
@@ -0,0 +1,6 @@
+``gso.products.product_blocks.vrf``
+===================================
+
+.. automodule:: gso.products.product_blocks.vrf
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/products/product_types/vrf.rst b/docs/source/module/products/product_types/vrf.rst
new file mode 100644
index 00000000..8ad03d82
--- /dev/null
+++ b/docs/source/module/products/product_types/vrf.rst
@@ -0,0 +1,6 @@
+``gso.products.product_types.vrf``
+===================================
+
+.. automodule:: gso.products.product_types.vrf
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/vrf/create_vrf.rst b/docs/source/module/workflows/vrf/create_vrf.rst
new file mode 100644
index 00000000..8f1f18f8
--- /dev/null
+++ b/docs/source/module/workflows/vrf/create_vrf.rst
@@ -0,0 +1,6 @@
+``gso.workflows.vrf.create_vrf``
+================================
+
+.. automodule:: gso.workflows.vrf.create_vrf
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/vrf/modify_vrf_router_list.rst b/docs/source/module/workflows/vrf/modify_vrf_router_list.rst
new file mode 100644
index 00000000..3476d0f3
--- /dev/null
+++ b/docs/source/module/workflows/vrf/modify_vrf_router_list.rst
@@ -0,0 +1,6 @@
+``gso.workflows.vrf.modify_vrf_router_list``
+============================================
+
+.. automodule:: gso.workflows.vrf.modify_vrf_router_list
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/vrf/terminate_vrf.rst b/docs/source/module/workflows/vrf/terminate_vrf.rst
new file mode 100644
index 00000000..d0de4271
--- /dev/null
+++ b/docs/source/module/workflows/vrf/terminate_vrf.rst
@@ -0,0 +1,6 @@
+``gso.workflows.vrf.terminate_vrf``
+===================================
+
+.. automodule:: gso.workflows.vrf.terminate_vrf
+   :members:
+   :show-inheritance:
-- 
GitLab