Skip to content

Commit 493c86e

Browse files
committed
; changes: Update commit identifiers
1 parent 6b76a5d commit 493c86e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Unreleased
66
==========
77

8-
- JSON recordings (produced by ``--backend json``) can now be used as inputs to generate webpages or highlighted snippets.
8+
- JSON recordings (produced by ``--backend json``) can now be used as inputs to generate webpages or highlighted snippets. [c69b08ee]
99

10-
- Alectryon's cache format has changed to support documents with multiple languages. Caches created with previous versions of Alectryon can still be read and do not need to be regenerated. [33f4c141]
10+
- Alectryon's cache format has changed to support documents with multiple languages. Caches created with previous versions of Alectryon can still be read and do not need to be regenerated. [d376077b]
1111

12-
- Alectryon can now compile Coq documents without running proofs nor recording Coq's output. This is useful for quick experimentation. [GH-52] [745633c4]
12+
- Alectryon can now compile Coq documents without running proofs nor recording Coq's output. This is useful for quick experimentation. [GH-52] [6f4ae202]
1313

14-
- Alectryon can now compile Coq documents with ``coqc`` instead of ``SerAPI``. The results do not include goals or messages. This is useful when trying out a version of Coq that SerAPI does not support yet. [GH-60] [9c5fe161]
14+
- Alectryon can now compile Coq documents with ``coqc`` instead of ``SerAPI``. The results do not include goals or messages. This is useful when trying out a version of Coq that SerAPI does not support yet. [GH-60] [735e72b9]
1515

16-
- Per-document Coq syntax-highlighting rules added to the docinfo section at the beginning of each document are now prefixed with ``alectryon/pygments/coq/`` instead of ``alectryon/pygments/`` (the legacy prefix is still supported). [6a26ac48]
16+
- Per-document Coq syntax-highlighting rules added to the docinfo section at the beginning of each document are now prefixed with ``alectryon/pygments/coq/`` instead of ``alectryon/pygments/`` (the legacy prefix is still supported). [3a9ffe6d]
1717

1818
- A new extension of the marker-placement mini-language allows authors to attach properties to parts of a proof; for example, ``.. coq:: .s(Extraction).msg[lang]=haskell`` highlights all messages produced by ``Extraction`` commands using the Haskell lexer instead of the usual Coq lexer. [409fa6c3]
1919

@@ -30,7 +30,7 @@ Breaking changes
3030

3131
- Multiple APIs have been generalized to allow working with languages other than Coq and drivers other than SerAPI. In particular, ``docutils.AlectryonTransform.SERTOP_ARGS`` is now ``docutils.AlectryonTransform.DRIVER_ARGS['sertop']`` [735e72b9]; ``transforms.DEFAULT_TRANSFORMS`` is now ``transforms.DEFAULT_TRANSFORMS["coq"]`` [370b8206]; docinfo headers for custom highlighting now use the prefix ``alectryon/pygments/coq/`` instead of ``alectryon/pygments/`` [a58a0449] (backwards-compatible); caches are now partitioned by language [d376077b] (backwards-compatible); ``html.gen_banner`` now takes a list of ``DriverInfo`` instances (renamed from ``GeneratorInfo`` in [2ce6c0a4]) instead of a single one [d376077b]; ``--backend json`` now writes files named ``.v.io.json`` instead of ``.io.json``; and ``--frontend json`` is now ``--frontend coq.json`` [] (backwards-compatible).
3232

33-
- SerAPI-specific parts of the ``core`` module have been moved to a new ``serapi`` module. [851b22a2]
33+
- SerAPI-specific parts of the ``core`` module have been moved to a new ``serapi`` module. [91058a61]
3434

3535
- The Pygments stylesheets generated by Alectryon were renamed from ``tango_subtle.sty`` and ``tango_subtle.css`` to ``pygments.sty`` and ``pygments.css`` to reflect the fact that the style is not hardcoded any more. [9c15544f] Instead, these stylesheets are now generated dynamically based on the style chosen using the ``--pygments-style`` flag or the ``pygments_style`` option in ``docutils.conf``. [63539edd] The files ``assets/tango_subtle.*`` have been removed. [cea4ed47]
3636

0 commit comments

Comments
 (0)