doc: use valid language in code-blocks

See ¹ for the valid values.

¹: https://www.sphinx-doc.org/en/1.5/markup/code.html#directive-code-block
This commit is contained in:
pancho horrillo
2019-12-11 03:23:56 +01:00
parent 9436548d7b
commit b1d0e9c92f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ subcommands.
Overview Overview
-------- --------
.. code-block:: text .. code-block:: none
/ /
+2 -2
View File
@@ -81,7 +81,7 @@ I Need my Report
First of all, that code is not readable. And the output would be something First of all, that code is not readable. And the output would be something
like: like:
.. code-block:: text .. code-block:: none
corporate-server corporate-server
Tue 26 Nov 2019 01:03:44 PM CET Tue 26 Nov 2019 01:03:44 PM CET
@@ -97,7 +97,7 @@ I Need my Report
What *Susan* is used to see is more like this: What *Susan* is used to see is more like this:
.. code-block:: text .. code-block:: none
Hostname: Hostname:
... the output of `hostname` ... ... the output of `hostname` ...
+2 -2
View File
@@ -12,8 +12,8 @@ Try the software within this directory with caution, anything can break
at any moment. at any moment.
.. code-block:: plain .. code-block:: none
_,-._ _,-._
; ___ : ,------------------------------. ; ___ : ,------------------------------.
,--' (. .) '--.__ | | ,--' (. .) '--.__ | |
+1 -1
View File
@@ -39,7 +39,7 @@ very directory run:
This should test the current installed kapow implementation and output This should test the current installed kapow implementation and output
something like: something like:
.. code-block:: plain .. code-block:: none
13 features passed, 0 failed, 0 skipped 13 features passed, 0 failed, 0 skipped
23 scenarios passed, 0 failed, 0 skipped 23 scenarios passed, 0 failed, 0 skipped