ntopng/doc/src/example.rst
2021-10-15 09:17:32 +02:00

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