Skip to content

Commit

Permalink
Docs: Fixed index.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslrodri committed Aug 10, 2024
1 parent 9e4f5e6 commit 9fbb283
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ Contributions are welcome from everyone! Whether you're reporting bugs, submitti

All notable changes to this project are presented below.

## v0.5.2

**🐞 Bug Fixes**

- Docs: Fixed internal links in index.

## v0.5.1

**🐞 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.2

**🐞 Bug Fixes**

- Docs: Fixed internal links in index.md.

## v0.5.1

**🐞 Bug Fixes**
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Choose the following links to continue your journey:

<div class="grid">
{% for href, icon, text in [
("/install/", "computer", "<strong>Install</strong> Jupyter-TikZ"),
("/arguments/", "terminal", "IPython Magics <strong>additional options</strong>"),
("/usage/as-magic/", "magic", "<strong>Usage</strong> as IPython Magics"),
("/usage/as-package/", "package", "<strong>Usage</strong> as a Python Package"),
("./installation/", "computer", "<strong>Install</strong> Jupyter-TikZ"),
("./arguments/", "terminal", "IPython Magics <strong>additional options</strong>"),
("./usage/as-magic/", "magic", "<strong>Usage</strong> as IPython Magics"),
("./usage/as-package/", "package", "<strong>Usage</strong> as a Python Package"),
] %}
<a class="card card-link" href="{{ href }}"><span class="twemoji">{{ icons[icon] }}</span> {{ text }}</a>
{% endfor %}
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.1"
version = "0.5.2"
description = "IPython Magics for rendering TeX/TikZ in Jupyter Notebooks"
license = "MIT"
authors = ["lucaslrodri"]
Expand Down

0 comments on commit 9fbb283

Please sign in to comment.