ブログの説明
ブログの説明2

2016/12/09

sphinx_rtd_theme の警告ディレクティブがどんな感じが並べてみた

event_note

Sphinx の sphinx_rtd_theme において、警告ディレクティブを使うとどのように出力されるのか並べてみました。


====================================
Sphinx Test
====================================

.. attention::
attention

.. caution::
caution

.. danger::
danger

.. error::
error

.. hint::
hint

.. important::
important

.. note::
note

.. tip::
tip

.. warning::
warning