From b714f1fc4bd1def92312f2749138bb6e3d6322bd Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 24 Feb 2017 15:15:01 -0500 Subject: [PATCH] made module notes render nicer on docsite --- hacking/templates/rst.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index 817b0554f68..012e6ee7cef 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -163,8 +163,9 @@ Common return values are documented here :doc:`common_return_values`, the follow Notes ----- +.. note:: {% for note in notes %} -.. note:: @{ note | convert_symbols_to_format }@ + - @{ note | convert_symbols_to_format }@ {% endfor %} {% endif %}