diff options
author | mattip <matti.picus@gmail.com> | 2019-01-27 16:23:35 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-01-27 17:07:39 +0200 |
commit | b666340098585f872e72e3dc0717651bd3862bea (patch) | |
tree | 66522e037e596e8cdbe1a4f795124d5078d05328 /doc | |
parent | 8f37d88ebc0f265e451d7f5bca6d6ad885341a83 (diff) | |
download | numpy-b666340098585f872e72e3dc0717651bd3862bea.tar.gz |
DOC: link to benchmarking info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 2 | ||||
-rw-r--r-- | doc/source/benchmarking.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 008eaaa7c..294d39233 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -7,6 +7,8 @@ <span class="linkdescr">start here</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">NumPy Reference</a><br/> <span class="linkdescr">reference documentation</span></p> + <p class="biglink"><a class="biglink" href="{{ pathto("benchmarking") }}">Benchmarking</a><br/> + <span class="linkdescr">benchmarking NumPy</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("f2py/index") }}">F2Py Guide</a><br/> <span class="linkdescr">f2py documentation</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("dev/index") }}">NumPy Developer Guide</a><br/> diff --git a/doc/source/benchmarking.rst b/doc/source/benchmarking.rst new file mode 100644 index 000000000..9f0eeb03a --- /dev/null +++ b/doc/source/benchmarking.rst @@ -0,0 +1 @@ +.. include:: ../../benchmarks/README.rst |