Skip to content
Snippets Groups Projects
Commit 35a9dfe6 authored by Anton Joubert's avatar Anton Joubert
Browse files

SAR-79 Update paths in docs for new structure

parent 6fab6b27
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ SKA Control Model
.. toctree::
:maxdepth: 2
.. automodule:: control_model
.. automodule:: ska.base.control_model
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA AlarmHandler
.. toctree::
:maxdepth: 2
.. automodule:: SKAAlarmHandler
.. autoclass:: SKAAlarmHandler
.. automodule:: ska.base.alarm_handler_device
.. autoclass:: ska.base.SKAAlarmHandler
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA BaseDevice
.. toctree::
:maxdepth: 2
.. automodule:: SKABaseDevice
.. autoclass:: SKABaseDevice
.. automodule:: ska.base.base_device
.. autoclass:: ska.base.SKABaseDevice
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA Capability
.. toctree::
:maxdepth: 2
.. automodule:: SKACapability
.. autoclass:: SKACapability
.. automodule:: ska.base.capability_device
.. autoclass:: ska.base.SKACapability
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA Logger
.. toctree::
:maxdepth: 2
.. automodule:: SKALogger
.. autoclass:: SKALogger
.. automodule:: ska.base.logger_device
.. autoclass:: ska.base.SKALogger
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA Master
.. toctree::
:maxdepth: 2
.. automodule:: SKAMaster
.. autoclass:: SKAMaster
.. automodule:: ska.base.master_device
.. autoclass:: ska.base.SKAMaster
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA ObsDevice
.. toctree::
:maxdepth: 2
.. automodule:: SKAObsDevice
.. autoclass:: SKAObsDevice
.. automodule:: ska.base.obs_device
.. autoclass:: ska.base.SKAObsDevice
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA Subarray
.. toctree::
:maxdepth: 2
.. automodule:: SKASubarray
.. autoclass:: SKASubarray
.. automodule:: ska.base.subarray_device
.. autoclass:: ska.base.SKASubarray
:members:
:undoc-members:
......@@ -9,7 +9,7 @@ SKA TelState
.. toctree::
:maxdepth: 2
.. automodule:: SKATelState
.. autoclass:: SKATelState
.. automodule:: ska.base.tel_state_device
.. autoclass:: ska.base.SKATelState
:members:
:undoc-members:
......@@ -46,9 +46,8 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../'))
sys.path.append(os.path.abspath('../../skabase'))
from skabase import release
sys.path.insert(0, os.path.abspath('../../src'))
from ska.base import release
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment