Skip to content

Commit

Permalink
Added permalink to readme image for PyPI; added link to GitHub in con…
Browse files Browse the repository at this point in the history
…tribution; bumped version
  • Loading branch information
miek770 committed Nov 18, 2024
1 parent 7e6c00b commit 20a8902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ render_pdf(

Here is the PDF result (margins were cropped for this picture, and the `{{introduction}}`, `{{inputs}}`, `{{conclusion}}` and `{{references}}` appear without their curly braces because they weren't replaced in the example):

![](media/test_pandas_pdf.png)
![example](https://raw.githubusercontent.com/miek770/eznbtemplater/refs/heads/main/media/test_pandas_pdf.png)

See [tests/test_renderers.py](tests/test_renderers.py) for a few additional examples.

Expand All @@ -84,6 +84,8 @@ Contributions are welcome; please:
- Ensure [pytest](https://docs.pytest.org/en/stable/) runs without failures with `make tests`.
- Be nice.

The source code is hosted at [https://github.com/miek770/eznbtemplater](https://github.com/miek770/eznbtemplater).

## License

`eznbtemplater` is licensed under the MIT License. See [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "eznbtemplater"
version = "0.1.1"
version = "0.1.2"
description = "Generate PDF and Jupyter Notebook files from a Notebook template"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20a8902

Please sign in to comment.