Skip to content

Commit

Permalink
fixed docs link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Dec 12, 2015
1 parent 992f356 commit b84f48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyret

[![Documentation Status](https://readthedocs.org/projects/pyret/badge/?version=master)](http://pyret.readthedocs.org/en/latest/?badge=master)
[![Documentation Status](https://readthedocs.org/projects/pyret/badge/?version=master)](http://pyret.readthedocs.org/en/master/?badge=master)
[![PyPi version](https://img.shields.io/pypi/v/pyret.svg)](https://pypi.python.org/pypi/pyret)

### A Python package for analyzing retinal data
Expand Down Expand Up @@ -29,4 +29,4 @@ Pull requests are welcome! We follow the [Numpy/Scipy documentation standards](h

Testing
-------
Testing is done via [nose](https://nose.readthedocs.org/en/latest/). Once installed (e.g. with `pip install nose`) then simply run `nosetests -v` at the top level directory to run the tests. Test functions are located in the `tests/` folder.
Testing is done via [nose](https://nose.readthedocs.org/). Once installed (e.g. with `pip install nose`) then simply run `nosetests -v` at the top level directory to run the tests. Test functions are located in the `tests/` folder.

0 comments on commit b84f48a

Please sign in to comment.