Skip to content
Snippets Groups Projects
Commit 3d889cf4 authored by Aditya Dange's avatar Aditya Dange
Browse files

Change rst files for document generation. Unified format of all rst files.

parent 27646123
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,6 @@ SKA AlarmHandler ...@@ -9,5 +9,6 @@ SKA AlarmHandler
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKAAlarmHandler.SKAAlarmHandler .. automodule:: SKAAlarmHandler
:members: SKAAlarmHandler .. autoclass:: SKAAlarmHandler
:members:
...@@ -9,6 +9,6 @@ SKA Capability ...@@ -9,6 +9,6 @@ SKA Capability
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKACapability.SKACapability .. automodule:: SKACapability
:members: SKACapability .. autoclass:: SKACapability
:members:
...@@ -9,6 +9,6 @@ SKA Logger ...@@ -9,6 +9,6 @@ SKA Logger
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKALogger.SKALogger .. automodule:: SKALogger
:members: SKALogger .. autoclass:: SKALogger
:members:
...@@ -9,6 +9,7 @@ SKA Master ...@@ -9,6 +9,7 @@ SKA Master
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKAMaster.SKAMaster .. automodule:: SKAMaster
:members: SKAMaster .. autoclass:: SKAMaster
:members:
...@@ -9,6 +9,6 @@ SKA ObsDevice ...@@ -9,6 +9,6 @@ SKA ObsDevice
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKAObsDevice.SKAObsDevice .. automodule:: SKAObsDevice
:members: SKAObsDevice .. autoclass:: SKAObsDevice
:members:
...@@ -9,6 +9,6 @@ SKA Subarray ...@@ -9,6 +9,6 @@ SKA Subarray
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKASubarray.SKASubarray .. automodule:: SKASubarray
:members: SKASubarray .. autoclass:: SKASubarray
:members:
...@@ -9,6 +9,6 @@ SKA TelState ...@@ -9,6 +9,6 @@ SKA TelState
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKATelState.SKATelState .. automodule:: SKATelState
:members: SKATelState .. autoclass:: SKATelState
:members:
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
# #
# #
"""SKABaseDevice
"""SKABase
A generic base device for SKA. It exposes the attributes, properties and commands of A generic base device for SKA. It exposes the attributes, properties and commands of
a device that are common for all the SKA devices. a device that are common for all the SKA devices.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment