Skip to content

Commit

Permalink
Make ReadTheDocs the home page for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Aug 18, 2015
1 parent 0382aeb commit 0fde314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
This package provides an ipython notebook for reducing and doing
stellar photometry on CCD data.

New to python? Start here
=========================

Getting started with python can be intimidating; if you have questions please
`contact me <mailto:mcraig@mnstate.edu>`_!

To actually run this tool it is easiest to install the
`anaconda python distribution <http://continuum.io/downloads>`_. It will
*not* interfere in any way with other python installations you have.
Documentation is at: https://reducer.readthedocs.org

Please provide feedback
=======================
Expand Down Expand Up @@ -81,5 +73,3 @@ together a couple related packages:
reduction.
- `astropy <http://github.com/astropy>`__ for lots of the underlying
structure .

If you are interested in
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_tests(self):
name='reducer',
version='0.1',
description='Process FITS files',
url='http://github.com/mwcraig/reducer',
url='http://reducer.readthedocs.org',
long_description=(open('README.rst').read()),
license='BSD 3-clause',
author='Matt Craig',
Expand All @@ -53,7 +53,6 @@ def run_tests(self):
classifiers=['Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 3',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Astronomy'],
Expand Down

0 comments on commit 0fde314

Please sign in to comment.