diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-05-07 18:40:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 18:40:14 -0500 |
| commit | d3e64fcf2b1c97d75bae731107cf01d6c0e37caa (patch) | |
| tree | 35eaf432885b267d2f9a2fa18118a3e4511a756f | |
| parent | 872c6b7de255059a580de414d0030f86471193b1 (diff) | |
| parent | 4a74b4684dde00b9b8748d4de1a438234c2dec25 (diff) | |
| download | numpy-d3e64fcf2b1c97d75bae731107cf01d6c0e37caa.tar.gz | |
Merge pull request #16183 from melissawm/docs-link-readme
DOC: Fix link to numpy docs in README.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ NumPy is the fundamental package needed for scientific computing with Python. - **Website:** https://www.numpy.org -- **Documentation:** https://docs.scipy.org/ +- **Documentation:** https://numpy.org/doc - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion - **Source code:** https://github.com/numpy/numpy - **Contributing:** https://www.numpy.org/devdocs/dev/index.html |
