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:
@@ -14,7 +14,7 @@ subcommands.
|
|||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: none
|
||||||
|
|
||||||
/
|
/
|
||||||
│
|
│
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|
||||||
_,-._
|
_,-._
|
||||||
; ___ : ,------------------------------.
|
; ___ : ,------------------------------.
|
||||||
,--' (. .) '--.__ | |
|
,--' (. .) '--.__ | |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user