diff --git a/changelog.md b/changelog.md index 1e0b34b0a..85ebb9acf 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## [4.10.0 (unreleased)](https://github.com/kdeldycke/click-extra/compare/v4.9.0...main) -> \[!IMPORTANT\] +> [!IMPORTANT] > This version is not released yet and is under active development. - Move all platform detection utilities to its own standalone [Extra Platforms project](https://github.com/kdeldycke/extra-platforms). diff --git a/docs/install.md b/docs/install.md index 22e42e671..845f6bb2d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,20 +26,20 @@ This is a graph of the default, main dependencies of the Python package: For additional features, and to facilitate integration of Click CLIs with third-party tools, you may need to install extra dependencies: -* [For Pygments](pygments.md): +- [For Pygments](pygments.md): - ```shell-session - $ pip install click-extra[pygments] - ``` + ```shell-session + $ pip install click-extra[pygments] + ``` -* [For Sphinx](sphinx.md): +- [For Sphinx](sphinx.md): - ```shell-session - $ pip install click-extra[sphinx] - ``` + ```shell-session + $ pip install click-extra[sphinx] + ``` -* [For Pytest](pytest.md): +- [For Pytest](pytest.md): - ```shell-session - $ pip install click-extra[pytest] - ``` \ No newline at end of file + ```shell-session + $ pip install click-extra[pytest] + ``` diff --git a/docs/platforms.md b/docs/platforms.md index 62ebf7448..491b2922a 100644 --- a/docs/platforms.md +++ b/docs/platforms.md @@ -4,4 +4,4 @@ Platform detection and classification utilities are no longer available in Click Extra. All have been moved into its own project called [Extra Platforms](https://github.com/kdeldycke/extra-platforms). -``` \ No newline at end of file +```