summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nathanson <github@bigriver.xyz>2020-10-03 15:17:31 -0400
committerBen Nathanson <github@bigriver.xyz>2020-10-03 15:17:31 -0400
commit3ebcf252efb8189e5d2b114685280fd5fff007ef (patch)
tree823b0afc926257f3d0475c506697b58ab4d10178
parent5d458ac949833246b6b4b3c3ac3117ec902c7611 (diff)
downloadnumpy-3ebcf252efb8189e5d2b114685280fd5fff007ef.tar.gz
DOC: Revise credit line per CC
Adds "CC BY 4.0" credit to the Pauli Vertanen example.
-rw-r--r--doc/source/user/how-to-io.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/user/how-to-io.rst b/doc/source/user/how-to-io.rst
index 1d4ded159..ca9fc41f0 100644
--- a/doc/source/user/how-to-io.rst
+++ b/doc/source/user/how-to-io.rst
@@ -250,7 +250,8 @@ The ``.wav`` file header as a NumPy structured dtype::
This ``.wav`` example is for illustration; to read a ``.wav`` file in real
life, use Python's built-in module :mod:`wave`.
-Credit: Pauli Virtanen, :ref:`advanced_numpy`.
+(Adapted from Pauli Virtanen, :ref:`advanced_numpy`, licensed
+under `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_.)
.. _how-to-io-large-arrays: