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

Update index.rst and __init__.py

parent 32347816
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,9 @@ Welcome to LMC Base Classes documentation!
:maxdepth: 2
.. automodule:: SKABaseDevice.SKABaseDeviceModule
:members: SKABaseDevice
.. autoclass:: SKABaseDevice.SKABaseDeviceModule
:members: SKABaseDevice
:noindex:
.. autoclass:: SKABaseDevice
:members:
Indices and tables
==================
......
......@@ -8,3 +8,6 @@
# "SKASubarray",
# "SKATelState"
# ]
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment