diff options
author | Isaiah Norton <isaiah.norton@gmail.com> | 2019-02-26 07:55:06 -0500 |
---|---|---|
committer | Isaiah Norton <isaiah.norton@gmail.com> | 2019-02-26 09:02:11 -0500 |
commit | 92c2bc97d35fd1958a85ae60c1124aaaca6e86e5 (patch) | |
tree | 41a31ca9151a5623e6b7f777c436f2bef5a53223 /README.md | |
parent | 06c86bc3493de510340f1c9a9f653a94e4e4567f (diff) | |
download | numpy-92c2bc97d35fd1958a85ae60c1124aaaca6e86e5.tar.gz |
DOC: link to devdocs in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ NumPy is the fundamental package needed for scientific computing with Python. - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion - **Source:** https://github.com/numpy/numpy - **Bug reports:** https://github.com/numpy/numpy/issues +- **Contributing:** https://www.numpy.org/devdocs/dev/index.html It provides: |