Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
|
|
|
|
|
|
|
|
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cfgcmd for better typing feeling
|
|
|
|
Add Section to style guide and fix TOC
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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::"
|
|
|
|
|