diff options
author | Ganesh Kathiresan <ganesh3597@gmail.com> | 2022-08-21 11:05:30 +0530 |
---|---|---|
committer | Ganesh Kathiresan <ganesh3597@gmail.com> | 2022-08-21 18:15:29 +0530 |
commit | 3d2fe4ec796be6ae63c482e4c4f74e3c7867ff1d (patch) | |
tree | ff9f8d4dc2e2c73e0722cd440664feb23c33d386 /numpy/lib | |
parent | c806a0ad789908d80bdd12ffdc4f63472bb19a88 (diff) | |
download | numpy-3d2fe4ec796be6ae63c482e4c4f74e3c7867ff1d.tar.gz |
DOC: Fixed links for np.show_runtime (#21468)
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 479535dcc..2fcf270c4 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -29,10 +29,10 @@ def show_runtime(): Notes ----- - 1. Information is derived with the help of `threadpoolctl` + 1. Information is derived with the help of `threadpoolctl <https://pypi.org/project/threadpoolctl/>`_ library. - 2. SIMD related information is derived from `__cpu_features__`, - `__cpu_baseline__` and `__cpu_dispatch__` + 2. SIMD related information is derived from ``__cpu_features__``, + ``__cpu_baseline__`` and ``__cpu_dispatch__`` Examples -------- |