From d54a5240c43c799dc6acd8b59c6c39572068746f Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Wed, 3 Jan 2024 14:50:02 +0100 Subject: [PATCH] update references to source code in documentation --- docs/source/module/cli/index.rst | 2 +- docs/source/module/utils/index.rst | 1 + docs/source/module/utils/workflow_steps.rst | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/source/module/utils/workflow_steps.rst diff --git a/docs/source/module/cli/index.rst b/docs/source/module/cli/index.rst index 02bb0773..7c105a3c 100644 --- a/docs/source/module/cli/index.rst +++ b/docs/source/module/cli/index.rst @@ -12,5 +12,5 @@ Submodules :maxdepth: 2 :titlesonly: - import_sites + imports netbox diff --git a/docs/source/module/utils/index.rst b/docs/source/module/utils/index.rst index 70cedcdf..43b99a35 100644 --- a/docs/source/module/utils/index.rst +++ b/docs/source/module/utils/index.rst @@ -15,3 +15,4 @@ Submodules device_info exceptions helpers + workflow_steps diff --git a/docs/source/module/utils/workflow_steps.rst b/docs/source/module/utils/workflow_steps.rst new file mode 100644 index 00000000..050c063d --- /dev/null +++ b/docs/source/module/utils/workflow_steps.rst @@ -0,0 +1,6 @@ +``gso.utils.workflow_steps`` +============================ + +.. automodule:: gso.utils.workflow_steps + :members: + :show-inheritance: -- GitLab