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

changes to badges #1581

Merged
merged 2 commits into from
May 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information on how to use this template please refer to:
# http://tardis-sn.github.io/tardis/development/continuous_integration.html

name: documentation-build
name: docs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just changes the text in the badge


on:
push:
Expand All @@ -14,7 +14,7 @@ on:
workflow_dispatch: # Manual trigger

jobs:
documentation_build:
build:
runs-on: ubuntu-latest

steps:
Expand Down
50 changes: 27 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
******
======
TARDIS
******
======
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix headings


.. image:: https://img.shields.io/badge/read-documentation-blue
:target: https://tardis-sn.github.io/tardis
TARDIS is a tool that creates synthetic observations (*spectra*) for exploding
stars (*supernovae*).

.. image:: https://dev.azure.com/tardis-sn/TARDIS/_apis/build/status/tardis-sn.tardis?branchName=master
:target: https://dev.azure.com/tardis-sn/TARDIS/_build/latest?definitionId=1&branchName=master
.. image:: https://img.shields.io/badge/Donate-to%20TARDIS-brightgreen.svg
:target: https://numfocus.salsalabs.org/donate-to-tardis/index.html

.. image:: https://codecov.io/gh/tardis-sn/tardis/branch/master/graph/badge.svg
:target: https://codecov.io/gh/tardis-sn/tardis

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3893940.svg
:target: https://doi.org/10.5281/zenodo.3893940
:target: https://codecov.io/gh/tardis-sn/tardis

.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/tardis-sn/tardis
.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.592480-blue
:target: https://doi.org/10.5281/zenodo.592480

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/Donate-to%20TARDIS-brightgreen.svg
:target: https://numfocus.salsalabs.org/donate-to-tardis/index.html

.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: http://numfocus.org
:alt: Powered by NumFOCUS

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: http://www.astropy.org

TARDIS is a tool that creates synthetic observations (spectra) for exploding
stars (supernovae).
.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/tardis-sn/tardis

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. image:: https://github.com/tardis-sn/tardis/actions/workflows/documentation-build.yml/badge.svg
:target: https://tardis-sn.github.io/tardis/index.html

.. image:: https://dev.azure.com/tardis-sn/TARDIS/_apis/build/status/TARDIS%20tests?repoName=tardis-sn%2Ftardis&branchName=refs%2Fpull%2F1573%2Fmerge
:target: https://dev.azure.com/tardis-sn/TARDIS/_build/latest?definitionId=3&repoName=tardis-sn%2Ftardis&branchName=refs%2Fpull%2F1573%2Fmerge





******************************
Credits & Publication Policies
Expand All @@ -40,12 +44,13 @@ Credits & Publication Policies
We provide TARDIS as a free, open-source tool. If you are using it, please
adhere to a few policies and acknowledge the TARDIS Team.


Publication Policies
====================

If you use this code for any publications or presentations please acknowledge
it. Please cite `Kerzendorf & Sim 2014
<http://adsabs.harvard.edu/abs/2014MNRAS.440..387K>`_ in the text
<http://adsabs.harvard.edu/abs/2014MNRAS.440..387K>`_ in the text.

Please add this paragraph to the Acknowledgement:

Expand All @@ -60,7 +65,6 @@ Please add this paragraph to the Acknowledgement:
extensive use of Astropy and PyNE.



If you use any of the full relativity treatments or use TARDIS for
modelling Type II supernovae you also add this citation to acknowledgement
`Spectral modeling of type II supernovae. I. Dilution factors
Expand All @@ -70,7 +74,7 @@ modelling Type II supernovae you also add this citation to acknowledgement

\citep{2019A&A...621A..29V}

The following bibtex entries are needed for the references.
The following BibTeX entries are needed for the references:

.. code-block:: none

Expand Down