Skip to content

Commit

Permalink
Added readthedocs badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsantos committed May 15, 2021
1 parent 2999e85 commit 78c2654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
`flatstar` is a pure-Python tool for drawing stellar disks with scientifically-accurate limb darkening. Each pixel has an accurate fractional intensity in relation to the total stellar intensity of `1.0`. It is ideal for ray-tracing simulations of stars and planetary transits.

[![Build Status](https://travis-ci.com/ladsantos/flatstar.svg?branch=main)](https://travis-ci.com/ladsantos/flatstar) [![Coverage Status](https://coveralls.io/repos/github/ladsantos/flatstar/badge.svg?branch=main)](https://coveralls.io/github/ladsantos/flatstar?branch=main)
[![Documentation Status](https://readthedocs.org/projects/flatstar/badge/?version=latest)](https://flatstar.readthedocs.io/en/latest/?badge=latest)


![flatstar](assets/flatstar.png)

Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ flatstar: Documentation
.. image:: https://coveralls.io/repos/github/ladsantos/flatstar/badge.svg?branch=main
:target: https://coveralls.io/github/ladsantos/flatstar?branch=main
:alt: Coverage
.. image:: https://readthedocs.org/projects/flatstar/badge/?version=latest
:target: https://flatstar.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

``flatstar`` is an open-source Python tool for drawing stellar disks as
``numpy.ndarray`` objects with scientifically-rigorous limb darkening. Each
Expand Down

0 comments on commit 78c2654

Please sign in to comment.