diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 47d7aa0214..48b62b3756 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -187,6 +187,19 @@ Options
+{% endif %} +{% if notes -%} + + +Notes +----- + +.. note:: +{% for note in notes %} + - @{ note | convert_symbols_to_format }@ +{% endfor %} + + {% endif %} {% if examples or plainexamples -%} @@ -266,19 +279,6 @@ Common return values are documented :ref:`here `, the foll {% endif %} -{% if notes -%} - - -Notes ------ - -.. note:: -{% for note in notes %} - - @{ note | convert_symbols_to_format }@ -{% endfor %} - - -{% endif %} {% if author is defined -%}