Skip to content

Commit

Permalink
[autofix] Format Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and github-actions[bot] committed Jul 25, 2024
1 parent b737c07 commit a7cb8f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide-toc: true
---
______________________________________________________________________

## hide-toc: true

```{include} ../readme.md
```
Expand Down
24 changes: 12 additions & 12 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,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: 2 additions & 0 deletions docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All platforms are grouped in sets of non-overlpaping families:
<!-- NON_OVERLAPPING_GROUPS-graph-start -->

{caption="`click_extra.platforms.NON_OVERLAPPING_GROUPS` - Non-overlapping groups."}

```mermaid
:zoom:
flowchart
Expand Down Expand Up @@ -48,6 +49,7 @@ Other groups are available for convenience, but these overlaps:
<!-- EXTRA_GROUPS-graph-start -->

{caption="`click_extra.platforms.EXTRA_GROUPS` - Overlapping groups, defined for convenience."}

```mermaid
:zoom:
flowchart
Expand Down

0 comments on commit a7cb8f4

Please sign in to comment.