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! ...@@ -11,11 +11,9 @@ Welcome to LMC Base Classes documentation!
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKABaseDevice.SKABaseDeviceModule .. automodule:: SKABaseDevice.SKABaseDeviceModule
:members: SKABaseDevice
.. autoclass:: SKABaseDevice.SKABaseDeviceModule .. autoclass:: SKABaseDevice
:members: SKABaseDevice :members:
:noindex:
Indices and tables Indices and tables
================== ==================
......
...@@ -8,3 +8,6 @@ ...@@ -8,3 +8,6 @@
# "SKASubarray", # "SKASubarray",
# "SKATelState" # "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