diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-06 22:36:23 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-06 22:36:23 +0200 |
commit | d077f60e0e7528d613eb3400ab63da628dfc0081 (patch) | |
tree | 717a17530659218baf8827888be2dacdb2a70cf7 /README.md | |
parent | 509fa73154b7971244b018f5c7f64aaa34afd5a9 (diff) | |
download | numpy-d077f60e0e7528d613eb3400ab63da628dfc0081.tar.gz |
DOC: add security vulnerability reporting and doc links to README
Closes gh-13475
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -11,11 +11,13 @@ NumPy is the fundamental package needed for scientific computing with Python. -- **Website (including documentation):** https://www.numpy.org +- **Website:** https://www.numpy.org +- **Documentation:** http://docs.scipy.org/ - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion -- **Source:** https://github.com/numpy/numpy -- **Bug reports:** https://github.com/numpy/numpy/issues +- **Source code:** https://github.com/numpy/numpy - **Contributing:** https://www.numpy.org/devdocs/dev/index.html +- **Bug reports:** https://github.com/numpy/numpy/issues +- **Report a security vulnerability:** https://tidelift.com/docs/security It provides: |