astropy / astropy.github.com

The Astropy web pages
http://www.astropy.org
BSD 3-Clause "New" or "Revised" License
41 stars 99 forks source link

Add mention of 'powered by astropy' badge to website #48

Closed astrofrog closed 9 years ago

astrofrog commented 9 years ago

In the http://www.astropy.org/about.html page we should add a mention of this:

[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)

which gives:

astropy

More generally, the URL http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat can be used to get this image.

Affiliated packages could use this in the README

cc @eteq

Thanks for pointing this out @dfm!

davidwhogg commented 9 years ago

Hey I use this here: https://github.com/davidwhogg/JamesBradley/blob/master/README.md

astrofrog commented 9 years ago

@davidwhogg - awesome!!

embray commented 9 years ago

:+1:

eteq commented 9 years ago

Note that I've added a discussion of these links in #49 and astropy/package-template#112