Skip to content

Commit

Permalink
Docs: Fixed Jinja section in installation.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslrodri committed Aug 10, 2024
1 parent 9fbb283 commit 4acff96
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,10 @@ os.environ["JUPYTER_TIKZ_PDFTOCAIROPATH"] = custom_pdftocairo_path
```


### Jinja2 (Optional)
### Jinja2

Jinja2 is only necessary if you plan to use [Jinja2 templates](https://jinja.palletsprojects.com/en/latest/templates/). To install it, use:

```shell
pip install jinja2
```
!!! note
Since [version 0.5](https://jupyter-tikz.readthedocs.io/stable/about/changelog), [Jinja2](https://jinja.palletsprojects.com/en/latest) is installed automatically, so it is no longer necessary to install this dependency manually.

## Install Jupyter TikZ

Expand Down Expand Up @@ -257,6 +254,12 @@ Contributions are welcome from everyone! Whether you're reporting bugs, submitti

All notable changes to this project are presented below.

## v0.5.3

**🐞 Bug Fixes**

- Docs: Fixed Jinja section in installation.

## v0.5.2

**🐞 Bug Fixes**
Expand Down
6 changes: 6 additions & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
All notable changes to this project are presented below.

## v0.5.3

**🐞 Bug Fixes**

- Docs: Fixed Jinja section in installation.md.

## v0.5.2

**🐞 Bug Fixes**
Expand Down
9 changes: 3 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,10 @@ os.environ["JUPYTER_TIKZ_PDFTOCAIROPATH"] = custom_pdftocairo_path

1. The directory of `pdftocairo` binary.

### Jinja2 (Optional)
### Jinja2

Jinja2 is only necessary if you plan to use [Jinja2 templates](https://jinja.palletsprojects.com/en/latest/templates/). To install it, use:

```shell
pip install jinja2
```
!!! note
Since [version 0.5](./about/changelog.md), [Jinja2](https://jinja.palletsprojects.com/en/latest) is installed automatically, so it is no longer necessary to install this dependency manually.

## Install Jupyter TikZ

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter-tikz"
version = "0.5.2"
version = "0.5.3"
description = "IPython Magics for rendering TeX/TikZ in Jupyter Notebooks"
license = "MIT"
authors = ["lucaslrodri"]
Expand Down

0 comments on commit 4acff96

Please sign in to comment.