Skip to content

Commit

Permalink
minor markup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jun 9, 2018
1 parent 3da9529 commit 594b111
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 4 additions & 2 deletions docs/include-cmd-items.rst
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,8 @@ When called within configuration methods or in a ``Ctrl-X`` prompt, the target i
chosen tracker is the first HTTP one with active peers (seeders or
leechers), or else the first one.

.. rubric:: Example

.. code-block:: ini
# Trackers view (all items, sorted by tracker domain and then name).
Expand Down Expand Up @@ -975,7 +977,7 @@ These commands can be used as arguments in a :term:`f.multicall`.
They can also be called directly, but you need to pass `‹infohash›:f‹index›` as the first argument.
Index counting starts at ``0``, the array size is :term:`d.size_files`.

Example:
.. rubric:: Example

.. code-block:: console
Expand Down Expand Up @@ -1152,7 +1154,7 @@ They can also be called directly, but you need to pass `‹infohash›:p‹peerh
:term:`p.id`, which is encoded as a hexadecimal string.


Example:
.. rubric:: Example

.. code-block:: console
Expand Down
7 changes: 1 addition & 6 deletions docs/include-cmd-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@
Human-readable forms such as ``2M`` are also allowed (for 2 MiB, i.e. 2097152 bytes).


.. note::

The following are only available in *rTorrent-PS*!

.. glossary::

network.history.auto_scale
network.history.auto_scale.set
network.history.depth
Expand Down Expand Up @@ -250,6 +244,7 @@
you get the upper and lower bounds of traffic
within your configured time window, and each bar of the graph
represents an interval determined by the sampling schedule.

Pressing ``=`` toggles between a graph display with base line 0,
and a zoomed view that scales it to the current bounds.

Expand Down
4 changes: 2 additions & 2 deletions docs/include-cmd-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Commands related to the operating system and the XMLRPC API.
Query the value of an environment variable,
returns an empty string if ``$varname`` is not defined.

Example:
.. rubric:: Example

.. code-block:: ini
Expand Down Expand Up @@ -541,7 +541,7 @@ Commands related to the operating system and the XMLRPC API.
current date and time in ISO8601 format. If an empty path is passed, the
file is closed.

Example:
.. rubric:: Example

.. code-block:: ini
Expand Down

0 comments on commit 594b111

Please sign in to comment.