Skip to content
Snippets Groups Projects
Verified Commit 7dfbdf92 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update missing modules in documentation

parent 42f095de
Branches
Tags
1 merge request!201Add imported products
Showing
with 95 additions and 23 deletions
...@@ -57,15 +57,24 @@ Glossary of terms ...@@ -57,15 +57,24 @@ Glossary of terms
LAG LAG
Link Aggregation: a bundle of multiple network connections. Link Aggregation: a bundle of multiple network connections.
LAN
Local Area Network
LSO LSO
Lightweight Service Orchestrator Lightweight Service Orchestrator
NET NET
Network Entity Title: used for :term:`ISIS` routing. Network Entity Title: used for :term:`ISIS` routing.
OIDC
OpenID Connect
OOB OOB
Out-of-band access Out-of-band access
OPA
Open Policy Agent
OSS OSS
Operational Support Systems Operational Support Systems
...@@ -79,8 +88,8 @@ Glossary of terms ...@@ -79,8 +88,8 @@ Glossary of terms
UUID UUID
Universally Unique Identifier Universally Unique Identifier
VLAN
Virtual LAN
WFO WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_ `Workflow Orchestrator <https://workfloworchestrator.org/>`_
LAN
Local Area Network
``gso.api.v1.imports``
======================
.. automodule:: gso.api.v1.imports
:members:
:show-inheritance:
Submodules
----------
.. toctree::
:maxdepth: 2
:titlesonly:
iptrunk
office_router
router
site
super_pop_switch
``gso.api.v1.imports.iptrunk``
==============================
.. automodule:: gso.api.v1.imports.iptrunk
:members:
:show-inheritance:
``gso.api.v1.imports.office_router``
====================================
.. automodule:: gso.api.v1.imports.office_router
:members:
:show-inheritance:
``gso.api.v1.imports.router``
=============================
.. automodule:: gso.api.v1.imports.router
:members:
:show-inheritance:
``gso.api.v1.imports.site``
===========================
.. automodule:: gso.api.v1.imports.site
:members:
:show-inheritance:
``gso.api.v1.imports.super_pop_switch``
=======================================
.. automodule:: gso.api.v1.imports.super_pop_switch
:members:
:show-inheritance:
...@@ -12,7 +12,7 @@ Submodules ...@@ -12,7 +12,7 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
imports imports/index
subscriptions subscriptions
processes processes
networks network
``gso.api.v1.imports`` ``gso.api.v1.network``
====================== ======================
.. automodule:: gso.api.v1.imports .. automodule:: gso.api.v1.network
:members: :members:
:show-inheritance: :show-inheritance:
``gso.api.v1.subscriptions``
============================
.. automodule:: gso.api.v1.networks
:members:
:show-inheritance:
``gso.api.v1.processes`` ``gso.api.v1.processes``
============================ ========================
.. automodule:: gso.api.v1.processes .. automodule:: gso.api.v1.processes
:members: :members:
......
...@@ -12,9 +12,10 @@ Submodules ...@@ -12,9 +12,10 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
crm
infoblox infoblox
librenms_client librenms_client
lso_client lso_client
mailer
netbox_client netbox_client
partners
subscriptions subscriptions
``gso.services.crm`` ``gso.services.mailer``
==================== =======================
.. automodule:: gso.services.crm .. automodule:: gso.services.mailer
:members: :members:
:show-inheritance: :show-inheritance:
``gso.services.partners``
=========================
.. automodule:: gso.services.partners
:members:
:show-inheritance:
...@@ -12,8 +12,8 @@ Submodules ...@@ -12,8 +12,8 @@ Submodules
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
shared_choices
device_info device_info
exceptions exceptions
helpers helpers
shared_enums
workflow_steps workflow_steps
``gso.utils.shared_choices``
============================
.. automodule:: gso.utils.shared_choices
:members:
:show-inheritance:
``gso.utils.shared_enums``
==========================
.. automodule:: gso.utils.shared_enums
:members:
:show-inheritance:
``gso.workflows.iptrunk.create_imported_iptrunk`` ``gso.workflows.iptrunk.create_imported_iptrunk``
====================================== =================================================
.. automodule:: gso.workflows.iptrunk.create_imported_iptrunk .. automodule:: gso.workflows.iptrunk.create_imported_iptrunk
:members: :members:
......
``gso.workflows.iptrunk.import_iptrunk``
========================================
.. automodule:: gso.workflows.iptrunk.import_iptrunk
:members:
:show-inheritance:
...@@ -15,6 +15,7 @@ Submodules ...@@ -15,6 +15,7 @@ Submodules
activate_iptrunk activate_iptrunk
create_imported_iptrunk create_imported_iptrunk
create_iptrunk create_iptrunk
import_iptrunk
migrate_iptrunk migrate_iptrunk
modify_isis_metric modify_isis_metric
modify_trunk_interface modify_trunk_interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment