Skip to content

Commit 7d1a2f4

Browse files
authored
Merge pull request #33 from edx/estute/add-anchors-to-annotation-doc
add anchors to each admonition in the report
2 parents 011fa14 + 00d9fda commit 7d1a2f4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Unreleased
1616

1717
*
1818

19+
[0.3.2] - 2019-06-21
20+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21+
22+
Added
23+
_____
24+
25+
* Add RST anchors throughout annotation report docs
26+
27+
1928
[0.3.1] - 2019-03-20
2029
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2130

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from __future__ import absolute_import, unicode_literals
66

7-
__version__ = '0.3.1'
7+
__version__ = '0.3.2'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.. _index.rst#{{ slugify(filename + '-' + annotation.report_group_id |string) }}:
12
.. admonition:: Group "{{ group_mapping[annotation.annotation_token] }}"
23

0 commit comments

Comments
 (0)