diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 15:17:31 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-03 15:17:31 -0400 |
commit | 3ebcf252efb8189e5d2b114685280fd5fff007ef (patch) | |
tree | 823b0afc926257f3d0475c506697b58ab4d10178 | |
parent | 5d458ac949833246b6b4b3c3ac3117ec902c7611 (diff) | |
download | numpy-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.rst | 3 |
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:
|