Skip to content

Commit

Permalink
Updated RST files for the docstrings documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jan 29, 2021
1 parent e994857 commit 0762167
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/species.analysis.rst
Expand Up @@ -4,6 +4,14 @@ species.analysis package
Submodules
----------

species.analysis.empirical module
---------------------------------

.. automodule:: species.analysis.empirical
:members:
:undoc-members:
:show-inheritance:

species.analysis.fit\_model module
----------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/species.data.rst
Expand Up @@ -140,6 +140,14 @@ species.data.isochrones module
:undoc-members:
:show-inheritance:

species.data.kesseli2017 module
-------------------------------

.. automodule:: species.data.kesseli2017
:members:
:undoc-members:
:show-inheritance:

species.data.leggett module
---------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/species.plot.rst
Expand Up @@ -12,6 +12,14 @@ species.plot.plot\_color module
:undoc-members:
:show-inheritance:

species.plot.plot\_empirical module
-----------------------------------

.. automodule:: species.plot.plot_empirical
:members:
:undoc-members:
:show-inheritance:

species.plot.plot\_mcmc module
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion species/data/btsettl_cifist.py
Expand Up @@ -62,7 +62,7 @@ def add_btsettl(input_path: str,
url = 'https://home.strw.leidenuniv.nl/~stolker/species/bt-settl-cifist.tgz'

if not os.path.isfile(data_file):
print('Downloading Bt-Settl model spectra (578 MB)...', end='', flush=True)
print('Downloading BT-Settl model spectra (578 MB)...', end='', flush=True)
urllib.request.urlretrieve(url, data_file)
print(' [DONE]')

Expand Down

0 comments on commit 0762167

Please sign in to comment.