We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 011fa14 + 00d9fda commit 7d1a2f4Copy full SHA for 7d1a2f4
CHANGELOG.rst
@@ -16,6 +16,15 @@ Unreleased
16
17
*
18
19
+[0.3.2] - 2019-06-21
20
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
+
22
+Added
23
+_____
24
25
+* Add RST anchors throughout annotation report docs
26
27
28
[0.3.1] - 2019-03-20
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
code_annotations/__init__.py
@@ -4,4 +4,4 @@
4
5
from __future__ import absolute_import, unicode_literals
6
7
-__version__ = '0.3.1'
+__version__ = '0.3.2'
code_annotations/report_templates/annotation_group.tpl
@@ -1,2 +1,3 @@
1
+.. _index.rst#{{ slugify(filename + '-' + annotation.report_group_id |string) }}:
2
.. admonition:: Group "{{ group_mapping[annotation.annotation_token] }}"
3
0 commit comments