Skip to content

Commit

Permalink
docstring with astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent 20ba79a commit 3b42774
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Authors
=======

* `Sambit Giri <https://sambit-giri.github.io/>`_ - `GitHub Profile <https://github.com/sambit-giri>`_
* `Garrelt Mellema <https://www.su.se/english/profiles/gmell-1.184545>`_ - `GitHub Repository <https://github.com/garrelt>`_
* Hannes Jensen - `GitHub Page <https://github.com/hjens>`_
* `Sambit Giri <https://sambit-giri.github.io/>`_ - [GitHub](https://github.com/sambit-giri)
* `Garrelt Mellema <https://www.su.se/english/profiles/gmell-1.184545>`_ - [GitHub](https://github.com/garrelt)
* Hannes Jensen - [GitHub](https://github.com/hjens)

Contributors
============

* `Hannah Ross <https://crd.lbl.gov/departments/computational-science/c3/c3-people/hannah-ross/>`_
* `Raghunath Ghara <https://scholar.google.com/citations?user=WmNdlCkAAAAJ&hl=en>`_
* `Ilian Iliev <https://www.cita.utoronto.ca/%7Eiliev/>`_
* `Michele Bianco <https://micbia.github.io/>`_ - `GitHub Account <https://github.com/micbia>`_
* David Prelogović - `GitHub Profile <https://github.com/dprelogo>`_
* `Michele Bianco <https://micbia.github.io/>`_ - [GitHub](https://github.com/micbia)
* David Prelogović - [GitHub](https://github.com/dprelogo)
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']

rst_epilog = """
.. |Cosmology| replace:: :class:`~astropy.cosmology.Cosmology`
.. |Table| replace:: :class:`~astropy.table.Table`
.. |Quantity| replace:: :class:`~astropy.units.Quantity`
"""

0 comments on commit 3b42774

Please sign in to comment.