diff options
author | Sayed Adel <seiko@imavr.com> | 2021-12-10 13:27:47 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-12-10 16:11:51 +0200 |
commit | 4aade9116ec1873666e32914549bc9aada6f708e (patch) | |
tree | 46ca693d979692b47a046068eba8aabb65b2adf8 /doc/source/reference/simd | |
parent | 590866890e6517361a8d9a63e503ca1ede81b7ab (diff) | |
download | numpy-4aade9116ec1873666e32914549bc9aada6f708e.tar.gz |
DOC, SIMD: redirect the old path to the new index
Diffstat (limited to 'doc/source/reference/simd')
-rw-r--r-- | doc/source/reference/simd/simd-optimizations.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/source/reference/simd/simd-optimizations.rst b/doc/source/reference/simd/simd-optimizations.rst index 0ceff1ff8..a18108266 100644 --- a/doc/source/reference/simd/simd-optimizations.rst +++ b/doc/source/reference/simd/simd-optimizations.rst @@ -1,3 +1,12 @@ :orphan: -TODO add redirect +.. raw:: html + + <html> + <head> + <meta http-equiv="refresh" content="0; url=index.html"/> + </head> + </html> + +The location of this document has been changed , if you are not +redirected in few seconds, `click here <index.html>`_. |