Sphinx fixes

Just correcting a few minor sphinx warnings...

  /home/atagar/Desktop/stem/docs/download.rst:165: WARNING: Inline interpreted text or phrase reference start-string without end-string.
  /home/atagar/Desktop/stem/docs/tutorials/east_of_the_sun.rst:65: WARNING: Literal block ends without a blank line; unexpected unindent.
  /home/atagar/Desktop/stem/docs/tutorials/mirror_mirror_on_the_wall.rst:2: WARNING: Duplicate explicit target name: "benchmark script".
  /home/atagar/Desktop/stem/docs/tutorials/mirror_mirror_on_the_wall.rst:2: WARNING: Duplicate explicit target name: "benchmark script".
This commit is contained in:
Damian Johnson 2020-05-11 15:26:37 -07:00
parent 99c3043fdd
commit c84b5c8fc3
3 changed files with 5 additions and 4 deletions

View File

@ -162,7 +162,7 @@ Download
- .. image:: /_static/label/archlinux.png
:target: https://www.archlinux.org/packages/community/any/python-stem/
Package by Sjon for `Arch Linux...
Package by Sjon for `Arch Linux <https://www.archlinux.org/>`_...
::

View File

@ -62,6 +62,7 @@ that <../api/util/system.html#stem.util.system.DaemonTask>`_.
% python fibonacci_multiprocessing.py
took 6.2 seconds
.. _connection-resolution:
Connection Resolution

View File

@ -392,7 +392,7 @@ So what does code with each of these look like?
Stem Example
------------
* `Benchmark Script <../.../../_static/example/benchmark_stem.py>`_
* `Stem Benchmark Script <../.../../_static/example/benchmark_stem.py>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_stem.py
:language: python
@ -400,7 +400,7 @@ Stem Example
Metrics-lib Example
-------------------
* `Benchmark Script <../.../../_static/example/benchmark_metrics_lib.java>`_
* `Metrics-lib Benchmark Script <../.../../_static/example/benchmark_metrics_lib.java>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_metrics_lib.java
:language: java
@ -408,7 +408,7 @@ Metrics-lib Example
Zoossh Example
--------------
* `Benchmark Script <../.../../_static/example/benchmark_zoossh.go>`_
* `Zoossh Benchmark Script <../.../../_static/example/benchmark_zoossh.go>`_
.. literalinclude:: /_static/example/benchmark_server_descriptor_zoossh.go
:language: go