Tip, Note, Important etc. (Admonitions)

The following directives are called Admonitions. You can use them to point out additional or important information.

Examples

See Also

.. seealso::
   `Admonitions <http://docutils.sourceforge.net/0.7/docs/ref/rst/directives.html#admonitions>`__

参考

Admonitions

Note

.. note::
   A note

ノート

A note

Tip

.. tip::
   A tip

ちなみに

A tip

You may also use the admonition hint, but this is very similar and tip is more commonly used in the documentation.

Important

.. important::
   Some important information which should be considered.

重要

Some important information which should be considered.

Warning

.. warning::
   Some text pointing out something that people should be warned about.

警告

Some text pointing out something that people should be warned about.

You may also use the admonitions caution or even danger if the severity of the warning must be stressed.

Attention

.. attention::
   A attention

注意

A attention

More Information

The admonitions listed here are the most commonly used in the TYPO3 documentation.

For more see reStructuredText directives in docutils documentation.