commit da24bb2d89cbb860ed946a658281bf9a110d4960 Author: Damian Johnson atagar@torproject.org Date: Mon Sep 21 16:50:10 2020 -0700
Drop extra benchmark download links
I recently added download links for our examples, but the benchmark scripts are an exception. First, some of these links were broken. Second, we already provide a link above which we display a *subset* of (since the scripts are pretty long). --- docs/tutorials/mirror_mirror_on_the_wall.rst | 3 --- 1 file changed, 3 deletions(-)
diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst b/docs/tutorials/mirror_mirror_on_the_wall.rst index 80ae1104..6b383141 100644 --- a/docs/tutorials/mirror_mirror_on_the_wall.rst +++ b/docs/tutorials/mirror_mirror_on_the_wall.rst @@ -407,7 +407,6 @@ Stem Example * `Stem Benchmark Script <../.../../_static/example/benchmark_stem.py>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_stem.py - :caption: `[Download] <../_static/example/benchmark_server_descriptor_stem.py>`__ :language: python
Metrics-lib Example @@ -416,7 +415,6 @@ Metrics-lib Example * `Metrics-lib Benchmark Script <../.../../_static/example/benchmark_metrics_lib.java>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_metrics_lib.java - :caption: `[Download] <../_static/example/benchmark_server_descriptor_metrics_lib.py>`__ :language: java
Zoossh Example @@ -425,5 +423,4 @@ Zoossh Example * `Zoossh Benchmark Script <../.../../_static/example/benchmark_zoossh.go>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_zoossh.go - :caption: `[Download] <../_static/example/benchmark_server_descriptor_zoossh.py>`__ :language: go
tor-commits@lists.torproject.org