From c8b761d41403affb9405bd7334151ff1fdad06cc Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Tue, 27 Feb 2024 17:09:12 +0100
Subject: [PATCH] Update documentation for activation workflow

---
 docs/source/module/workflows/iptrunk/activate_iptrunk.rst | 6 ++++++
 docs/source/module/workflows/iptrunk/index.rst            | 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 docs/source/module/workflows/iptrunk/activate_iptrunk.rst

diff --git a/docs/source/module/workflows/iptrunk/activate_iptrunk.rst b/docs/source/module/workflows/iptrunk/activate_iptrunk.rst
new file mode 100644
index 00000000..9082a9df
--- /dev/null
+++ b/docs/source/module/workflows/iptrunk/activate_iptrunk.rst
@@ -0,0 +1,6 @@
+``gso.workflows.iptrunk.activate_iptrunk``
+==========================================
+
+.. automodule:: gso.workflows.iptrunk.activate_iptrunk
+   :members:
+   :show-inheritance:
diff --git a/docs/source/module/workflows/iptrunk/index.rst b/docs/source/module/workflows/iptrunk/index.rst
index 089aa124..f046983f 100644
--- a/docs/source/module/workflows/iptrunk/index.rst
+++ b/docs/source/module/workflows/iptrunk/index.rst
@@ -12,6 +12,7 @@ Submodules
    :maxdepth: 2
    :titlesonly:
 
+   activate_iptrunk
    create_iptrunk
    migrate_iptrunk
    modify_isis_metric
-- 
GitLab