Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation guidelines hotfix #1431

Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
02cbc67
Update documentation-build.yml
KevinCawley Dec 20, 2020
63bbb77
Merge pull request #6 from KevinCawley/Issue_1252_1170_docs
KevinCawley Dec 20, 2020
e3e0a1e
Removed random sn
KevinCawley Dec 20, 2020
63bf230
Merge pull request #7 from KevinCawley/Issue_1252_1170_docs
KevinCawley Dec 20, 2020
e5cc3da
Update documentation-build.yml
KevinCawley Dec 20, 2020
3799fb1
Merge pull request #8 from KevinCawley/Issue_1252_1170_docs
KevinCawley Dec 20, 2020
3eddbdd
Merge pull request #9 from KevinCawley/Issue_1252_1170
KevinCawley Dec 20, 2020
3918c34
Merge pull request #10 from KevinCawley/Issue_1252_1170_docs
KevinCawley Dec 20, 2020
b86a87c
Merge pull request #11 from KevinCawley/Issue_1252_1170
KevinCawley Dec 20, 2020
289bc38
Merge pull request #12 from KevinCawley/Issue_1252_1170_docs
KevinCawley Dec 20, 2020
f7efcfe
Update CHANGELOG.md [skip ci]
tardis-bot Dec 21, 2020
60f34e7
Update CHANGELOG.md [skip ci]
tardis-bot Dec 28, 2020
47c278b
Update CHANGELOG.md [skip ci]
tardis-bot Jan 11, 2021
4c5aee6
Merge remote-tracking branch 'upstream/master'
KevinCawley Jan 12, 2021
b5da326
Merge remote-tracking branch 'upstream/master'
KevinCawley Jan 22, 2021
09cac91
Merge remote-tracking branch 'upstream/master'
KevinCawley Jan 27, 2021
c3f3132
Hotfix to remove bad tick marks
KevinCawley Jan 27, 2021
92443d1
Undo edits from master
KevinCawley Jan 27, 2021
9f9a3cb
Delete CHANGELOG.md
KevinCawley Jan 27, 2021
14eaca7
Fixing changelog differences
KevinCawley Jan 27, 2021
2547ca3
Fixing changelog differences from tardis
KevinCawley Jan 27, 2021
3bf6098
Trying to undo changelog updates
KevinCawley Jan 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/development/code_quality.rst
Expand Up @@ -55,18 +55,18 @@ At TARDIS, we follow the `Numpy docstring format <https://numpydoc.readthedocs.i

Parameters
----------
`filename` : str
filename or path of the density file
`filetype` : str
filename : str
file name or path of the density file
filetype : str
type of the density file

Returns
-------
`time_of_model` : astropy.units.Quantity
time_of_model : astropy.units.Quantity
time at which the model is valid
`velocity` : np.ndarray
velocity : np.ndarray
the array containing the velocities
`unscaled_mean_densities` : np.ndarray
unscaled_mean_densities : np.ndarray
the array containing the densities
"""

Expand Down