18 lines
411 B
ReStructuredText
Raw Normal View History

========
Comments
========
Indicate a comment by means of the ``..`` marker.
**Input**
.. code-block:: none
.. This is a comment. It is not visible in the documentation build.
Generally, use it to include TODO within the content followed
by the initials of the person who is to perform the action.
For example:
.. TODO(OG): add a link to the Decorations section when it is available.