From 9295811876037687edabafe86f703381d27690f2 Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Wed, 2 Nov 2016 12:48:36 -0400 Subject: Doc updates (#30) * Add travis badge, instructions for contributing with issues * fix MD urls to rst syntax * re-word of legacy install to highlight python2.7 deps --- README.rst | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d036bb9..897ea02 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,28 @@ Astroconda ########## +.. image:: http://readthedocs.org/projects/astroconda/badge/?version=latest + :target: http://astroconda.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://travis-ci.org/astroconda/astroconda.svg?branch=master + :target: https://travis-ci.org/astroconda/astroconda + :alt: CI Build Status + AstroConda is a free software repository maintained by the Space Telescope Science Institute (STScI) in Baltimore, Maryland. This repository provides tools and utilities commonly used by the astronomical community. +Contributing and Issues +####################### +Please open a new issue or send us a pull request for bugs, feedback, questions, or enhancements. + +* For documentation issues use the `astroconda issue tracker `_ +* For recipe issues, use the `astroconda-contrib issue tracker `_ + + +More Information +################ + See the `full documentation `_ for additional information. - -.. image:: http://readthedocs.org/projects/astroconda/badge/?version=latest - :target: http://astroconda.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status -- cgit