Skip to content

Commit

Permalink
nitpick, fixing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 25, 2022
1 parent 110c967 commit 04e0b7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@

autosectionlabel_prefix_document = True
autoclass_content = 'both'
nitpicky = True
4 changes: 2 additions & 2 deletions tynt/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, path=None):
"""
Parameters
----------
path : str (optional)
path : str
Path to ``fft.fits`` file. If None, uses the package default data path.
"""
if path is None:
Expand Down Expand Up @@ -186,7 +186,7 @@ def __init__(self, wavelength, transmittance, model=None):
"""
Parameters
----------
wavelength : ~astropy.unit.Quantity
wavelength : ~astropy.units.Quantity
Wavelength array
transmittance : ~numpy.ndarray
Transmittance array
Expand Down
4 changes: 2 additions & 2 deletions tynt/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def download_all_links(self, cache=True):
Parameters
----------
cache : bool, optional
cache : bool
Cache the links to your local astropy cache.
"""
filters = []
Expand Down Expand Up @@ -93,7 +93,7 @@ def download_all_tables(self, cache=True):
Parameters
----------
cache : bool, optional
cache : bool
Cache the links to your local astropy cache.
"""
if self.links is None:
Expand Down

0 comments on commit 04e0b7c

Please sign in to comment.