mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
documentation: fix generation error in "code-block" directive
docs/contributing/documentation.rst:115: ERROR: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: .. opcmd:: show protocols static arp Display all known ARP table entries spanning accross all interfaces There is a missing "sh" statement after "code-block::"
This commit is contained in:
parent
f4c414ce4d
commit
101449f304
@ -112,14 +112,12 @@ Under the command a short exlaination should be provide.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: sh
|
||||
|
||||
.. opcmd:: show protocols static arp
|
||||
|
||||
Display all known ARP table entries spanning accross all interfaces
|
||||
|
||||
|
||||
|
||||
.. _Sphinx-doc: https://www.sphinx-doc.org
|
||||
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
|
||||
.. _Phabricator: https://phabricator.vyos.net
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user