diff options
author | Jaime <jaime.frio@gmail.com> | 2017-05-21 14:44:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-21 14:44:55 +0200 |
commit | 08f9103b665656befd32edf144da1e56c72e17b3 (patch) | |
tree | 087672574f6eb62419bab355dfb55520acc1c1bd | |
parent | e52efca5accf06016ca4c1b180216e66db881ce2 (diff) | |
parent | e871d00cffb8a52e38e5c7315a9d284944818eba (diff) | |
download | numpy-08f9103b665656befd32edf144da1e56c72e17b3.tar.gz |
Merge pull request #9151 from neuroneuro15/myfirstcontrib
DOC: better link display text for Developer Zone.
-rw-r--r-- | doc/source/about.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index 0f585950a..67c42c9c1 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -40,8 +40,7 @@ Our main means of communication are: - `Old NumPy Trac <http://projects.scipy.org/numpy>`__ (no longer used) -More information about the development of NumPy can be found at -http://scipy.org/Developer_Zone +More information about the development of NumPy can be found at our `Developer Zone <http://scipy.org/Developer_Zone>`__. If you want to fix issues in this documentation, the easiest way is to participate in `our ongoing documentation marathon |