Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/plothist_utils
url: https://pypi.org/p/plothist-utils
permissions:
id-token: write

Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# plothist_utils
# plothist-utils

[![CI Status][ci-badge]][ci-link]
[![CD Status][cd-badge]][cd-link]
[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]

Sub-package to hold the fonts and some data to make the examples of [plothist](https://github.com/8-hat/plothist).

[ci-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml/badge.svg
[ci-link]: https://github.com/8-hat/plothist_utils/actions/workflows/ci.yaml?query=branch%3Amain
[cd-badge]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml/badge.svg
[cd-link]: https://github.com/8-hat/plothist_utils/actions/workflows/cd.yaml?query=branch%3Amain
[pypi-link]: https://pypi.org/project/plothist-utils/
[ci-badge]: https://github.com/8-hat/plothist-utils/actions/workflows/ci.yaml/badge.svg
[ci-link]: https://github.com/8-hat/plothist-utils/actions/workflows/ci.yaml?query=branch%3Amain
[cd-badge]: https://github.com/8-hat/plothist-utils/actions/workflows/cd.yaml/badge.svg
[cd-link]: https://github.com/8-hat/plothist-utils/actions/workflows/cd.yaml?query=branch%3Amain
[pypi-link]: https://pypi.org/project/plothist-utils/
[pypi-version]: https://badge.fury.io/py/plothist-utils.svg
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist_utils?style=platic
[conda-link]: https://anaconda.org/conda-forge/plothist_utils
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/plothist_utils?style=platic
[conda-link]: https://anaconda.org/conda-forge/plothist_utils

## Fonts
Fonts distributed in this package have open licenses and can be redistributed. While it would be preferable to download the files from their original repositories, there is no convenient way to do that due to varying repo structures. The following fonts are included:

Fonts distributed in this package have open licenses and can be redistributed. While it would be preferable to download the files from their original repositories, there is no convenient way to do that due to varying repo structures. The following fonts are included:

#### Latin Modern Math

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/8-hat/plothist_utils"
Homepage = "https://github.com/8-hat/plothist-utils"
Documentation = "https://plothist.readthedocs.io/"
"Bug Tracker" = "https://github.com/8-hat/plothist_utils/issues"
"Bug Tracker" = "https://github.com/8-hat/plothist-utils/issues"

[tool.codespell]
skip = '*.pdf,./test/*,*.svg,./docs/html/*'
Expand Down
Loading