Skip to content

Commit

Permalink
[autofix] Format Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 24, 2024
1 parent f650eca commit 66b2f62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
24 changes: 12 additions & 12 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
```shell-session
$ pip install click-extra[pytest]
```
2 changes: 1 addition & 1 deletion docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
```
```

0 comments on commit 66b2f62

Please sign in to comment.