Skip to content
Snippets Groups Projects
Commit 9e48207e authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

update mock imports, fix docs build

parent 433ae91f
No related branches found
No related tags found
1 merge request!54update mock imports for docs, fix docs build
Pipeline #513487 passed
Compute disk mass
-----------------
ligo.em_bright.computeDiskMass
------------------------------
.. automodule:: ligo.em_bright.computeDiskMass
......@@ -62,15 +62,17 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints']
pygments_style = 'sphinx'
autodoc_mock_imports = [
'numpy',
'numpy.core',
'scipy',
'h5py',
'argparse',
'astropy',
'configparser',
'h5py',
'lal',
'lalsimulation',
'argparse',
'configparser'
'ligo.em_bright.data',
'ligo.em_bright.utils',
'pandas',
'scipy',
'sklearn'
]
autodoc_default_options = {
......
EM Bright calculation
---------------------
ligo.em_bright.em_bright
------------------------
.. automodule:: ligo.em_bright.em_bright
......@@ -63,7 +63,7 @@ is the recovered parameters.
.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Contents:
em_bright
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment