Skip to content

Commit

Permalink
Link to github, pypi, readthedocs in README.rst
Browse files Browse the repository at this point in the history
Less links than in initial pull request. I think it's nice to keep
all three relevant links (GitHub, PyPI, Read the Docs) together.
The link to the GitHub page from the README might seem
self-referential, but the README might also easily get copied
around, so I think it's nice to keep it.
  • Loading branch information
slel authored and jdemeyer committed May 1, 2018
1 parent b08f7eb commit fc0242b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.rst
Expand Up @@ -7,7 +7,7 @@ cysignals: interrupt and signal handling for Cython
.. image:: https://readthedocs.org/projects/cysignals/badge/?version=latest
:target: http://cysignals.readthedocs.org

Overview of cysignals
Cython and interrupts
---------------------

When writing `Cython <http://cython.org/>`_ code, special care must be
Expand All @@ -22,8 +22,6 @@ in Cython::
The ``cysignals`` package provides mechanisms to handle interrupts (and other
signals and errors) in Cython code.

See http://cysignals.readthedocs.org/ for the full documentation.

Requirements
------------

Expand All @@ -36,7 +34,5 @@ Links
-----

* cysignals on the Python package index: https://pypi.org/project/cysignals/
* cysignals repository on GitHub: https://github.com/sagemath/cysignals
* cysignals documentation on Read the Docs: http://cysignals.readthedocs.io/
* cysignals issue tracker on GitHub: https://github.com/sagemath/cysignals/issues
* cysignals releases on GitHub: https://github.com/sagemath/cysignals/releases
* cysignals code repository and issue tracker on GitHub: https://github.com/sagemath/cysignals
* full cysignals documentation on Read the Docs: http://cysignals.readthedocs.io/

0 comments on commit fc0242b

Please sign in to comment.