Skip to content

Update readme and release notes. #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
<https://anaconda.org/conda-forge/pytask-latex>`_.


0.1.2 - 2022-xx-xx
0.1.2 - 2022-03-26
------------------

- :pull:`32` implements a new interface to the compilation process which consists of
composable compilation steps. (Many thanks to :user:`axtimhaus`!:tada:)
- :pull:`36` fixes some issues.
- :pull:`37` updates the release notes.


0.1.1 - 2022-02-08
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ which accepts which accepts strings or list of strings pointing to internally
implemented compilation steps. Using strings will use the default configuration of this
compilation step. It is equivalent to the following.

.. code-block::
.. code-block:: python

from pytask_latex import compilation_steps as cs

Expand Down Expand Up @@ -190,7 +190,7 @@ an example for generating a ``.dvi``.
``compilation_step.latexmk(options)`` generates a compilation step which is a function
with the following signature:

.. code-block::
.. code-block:: python

from pathlib import Path
import subprocess
Expand Down