diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9c1d61..3b514de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ## Added -- command line shortcuts can be defined to simplify your workflows. `--review` and `--fix` are defined by default. See the [documentation](https://15r10nk.github.io/inline-snapshot/configuration/) for details. +- command line shortcuts can be defined to simplify your workflows. `--review` and `--fix` are defined by default. See the [documentation](https://15r10nk.github.io/inline-snapshot/latest/configuration/) for details. ## Changed diff --git a/README.md b/README.md index 40b5dd4e..720d9bcc 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@

- + inline-snapshot

![ci](https://github.com/15r10nk/inline-snapshot/actions/workflows/ci.yml/badge.svg?branch=main) -[![Docs](https://img.shields.io/badge/docs-mkdocs-green)](https://15r10nk.github.io/inline-snapshot/) +[![Docs](https://img.shields.io/badge/docs-mkdocs-green)](https://15r10nk.github.io/inline-snapshot/latest/) [![pypi version](https://img.shields.io/pypi/v/inline-snapshot.svg)](https://pypi.org/project/inline-snapshot/) ![Python Versions](https://img.shields.io/pypi/pyversions/inline-snapshot) ![PyPI - Downloads](https://img.shields.io/pypi/dw/inline-snapshot) -[![coverage](https://img.shields.io/badge/coverage-100%25-blue)](https://15r10nk.github.io/inline-snapshot/contributing/#coverage) +[![coverage](https://img.shields.io/badge/coverage-100%25-blue)](https://15r10nk.github.io/inline-snapshot/latest/contributing/#coverage) [![GitHub Sponsors](https://img.shields.io/github/sponsors/15r10nk)](https://github.com/sponsors/15r10nk) @@ -28,12 +28,12 @@ pip install inline-snapshot - **Intuitive Semantics:** `snapshot(x)` mirrors `x` for easy understanding. - **Versatile Comparison Support:** Equipped with `x == snapshot(...)`, `x <= snapshot(...)`, `x in snapshot(...)`, and `snapshot(...)[key]`. -- **Enhanced Control Flags:** Utilize various [flags](https://15r10nk.github.io/inline-snapshot/pytest/) for precise control of which snapshots you want to change. +- **Enhanced Control Flags:** Utilize various [flags](https://15r10nk.github.io/inline-snapshot/latest/pytest/) for precise control of which snapshots you want to change. - **Preserved Black Formatting:** Retains formatting consistency with Black formatting. - **External File Storage:** Store snapshots externally using `outsource(data)`. - **Seamless Pytest Integration:** Integrated seamlessly with pytest for effortless testing. -- **Customizable:** code generation can be customized with [@customize_repr](https://15r10nk.github.io/inline-snapshot/customize_repr) -- **Comprehensive Documentation:** Access detailed [documentation](https://15r10nk.github.io/inline-snapshot/) for complete guidance. +- **Customizable:** code generation can be customized with [@customize_repr](https://15r10nk.github.io/inline-snapshot/latest/customize_repr) +- **Comprehensive Documentation:** Access detailed [documentation](https://15r10nk.github.io/inline-snapshot/latest) for complete guidance. ## Usage @@ -65,7 +65,7 @@ def test_something(): ``` The following examples show how you can use inline-snapshot in your tests. Take a look at the -[documentation](https://15r10nk.github.io/inline-snapshot/) if you want to know more. +[documentation](https://15r10nk.github.io/inline-snapshot/latest) if you want to know more. ``` python diff --git a/pyproject.toml b/pyproject.toml index a1e6928b..2465a1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,11 +43,11 @@ version = "0.14.0" inline_snapshot = "inline_snapshot.pytest_plugin" [project.urls] -Changelog = "https://15r10nk.github.io/inline-snapshot/changelog/" -Discussions = "https://15r10nk.github.io/inline-snapshot/discussions" -Documentation = "https://15r10nk.github.io/inline-snapshot" +Changelog = "https://15r10nk.github.io/inline-snapshot/latest/changelog/" +Discussions = "https://github.com/15r10nk/inline-snapshots/discussions" +Documentation = "https://15r10nk.github.io/inline-snapshot/latest" Funding = "https://github.com/sponsors/15r10nk" -Homepage = "https://15r10nk.github.io/inline-snapshot" +Homepage = "https://15r10nk.github.io/inline-snapshot/latest" Issues = "https://github.com/15r10nk/inline-snapshots/issues" Repository = "https://github.com/15r10nk/inline-snapshot/"