Skip to content

Commit

Permalink
Merge pull request #33 from edx/estute/add-anchors-to-annotation-doc
Browse files Browse the repository at this point in the history
add anchors to each admonition in the report
  • Loading branch information
estute authored Jun 21, 2019
2 parents 011fa14 + 00d9fda commit 7d1a2f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Unreleased

*

[0.3.2] - 2019-06-21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Add RST anchors throughout annotation report docs


[0.3.1] - 2019-03-20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion code_annotations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import absolute_import, unicode_literals

__version__ = '0.3.1'
__version__ = '0.3.2'
1 change: 1 addition & 0 deletions code_annotations/report_templates/annotation_group.tpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.. _index.rst#{{ slugify(filename + '-' + annotation.report_group_id |string) }}:
.. admonition:: Group "{{ group_mapping[annotation.annotation_token] }}"

0 comments on commit 7d1a2f4

Please sign in to comment.