mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-29 10:50:20 +00:00
55 lines
746 B
ReStructuredText
55 lines
746 B
ReStructuredText
Introduction
|
|
############
|
|
|
|
https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#id8
|
|
|
|
Preface
|
|
-------
|
|
|
|
Sub Preface
|
|
^^^^^^^^^^^
|
|
|
|
This is an image with caption:
|
|
|
|
.. figure:: img/web_gui_host_details.png
|
|
:align: center
|
|
:alt: Host Details
|
|
:scale: 95
|
|
|
|
The Home View of the Host Details Page
|
|
|
|
This is an inline |cog_icon| image.
|
|
|
|
.. |cog_icon| image:: img/cog_icon.png
|
|
|
|
This is inline code
|
|
|
|
:code:`--version`
|
|
|
|
This is a block of bash code:
|
|
|
|
.. code:: bash
|
|
|
|
ntopng -h
|
|
ntopng -i wlan0
|
|
|
|
.. note::
|
|
|
|
This is a note
|
|
|
|
.. warning::
|
|
|
|
This is a warning
|
|
|
|
This is a list:
|
|
|
|
- An element
|
|
- Another element
|
|
|
|
Footnote reference [1]_
|
|
|
|
.. [1] This is a footnote
|
|
|
|
See `another page`_ for more details
|
|
|
|
.. _`another page`: another_page.html
|