diff options
author | Mukulika <mukulikapahari@gmail.com> | 2021-05-30 16:18:12 +0530 |
---|---|---|
committer | Mukulika <mukulikapahari@gmail.com> | 2021-05-30 16:18:12 +0530 |
commit | cab3e392e2ee05b82d40d80f315e13577a7a41bc (patch) | |
tree | 341afa7bc546c3179dc672bfbaf034fbae9f42e4 /doc/source | |
parent | b2ea9c4413a8781538b9a1723146f1bc20d65691 (diff) | |
download | numpy-cab3e392e2ee05b82d40d80f315e13577a7a41bc.tar.gz |
DOC: Changed community link and updated internal link
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/user/absolute_beginners.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/user/absolute_beginners.rst b/doc/source/user/absolute_beginners.rst index 95d2f513c..499e9ec5c 100644 --- a/doc/source/user/absolute_beginners.rst +++ b/doc/source/user/absolute_beginners.rst @@ -7,7 +7,7 @@ NumPy: the absolute basics for beginners Welcome to the absolute beginner's guide to NumPy! If you have comments or suggestions, please don’t hesitate to `reach out -<https://mail.python.org/mailman/listinfo/numpy-discussion>`_! +<https://numpy.org/community/>`_! Welcome to NumPy! @@ -85,8 +85,7 @@ you would enter. Everything that doesn't have ``>>>`` in front of it is **output**, or the results of running your code. This is the style you see when you run ``python`` on the command line, but if you're using IPython, you might see a different style. -For more information, see `Documentation conventions -<https://numpy.org/devdocs/doc_conventions.html>`_. +For more information, see :ref:`documentation_conventions`. What’s the difference between a Python list and a NumPy array? -------------------------------------------------------------- |