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 00286b1 commit e7c85a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [1.2.0 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v1.1.1...main)

> \[!IMPORTANT\]
> [!IMPORTANT]
> This version is not released yet and is under active development.
- Add new `LINUX_LIKE` family that merge `ALL_LINUX` and `LINUX_LAYERS` groups.
Expand Down Expand Up @@ -30,4 +30,4 @@

## [1.0.0 (2024-08-18)](https://github.com/kdeldycke/extra-platforms/compare/90ddb60...v1.0.0)

- First version as a stand alone package extracted from `click-extra`.
- First version as a stand alone package extracted from `click-extra`.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ $ pip install extra-platforms[pytest]
## Namning

> [!TIP]
> I wanted to call this package `platforms`, but it's already taken on PyPI. So I went with `extra-platforms` instead, to mark its affiliation with [Click Extra](https://github.com/kdeldycke/click-extra).
> I wanted to call this package `platforms`, but it's already taken on PyPI. So I went with `extra-platforms` instead, to mark its affiliation with [Click Extra](https://github.com/kdeldycke/click-extra).
2 changes: 1 addition & 1 deletion docs/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This software is licensed under the
[GNU General Public License v2 or later (GPLv2+)](https://github.com/kdeldycke/extra-platforms/blob/main/license).

```{literalinclude} ../license
```
```
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ Each platform is assigned to a group of non-overlpaping families:
<!-- NON_OVERLAPPING_GROUPS-graph-start -->

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

```mermaid
flowchart
subgraph "<code>click_extra.platforms.ALL_LINUX</code><br/>🐧 <em>Any Linux</em>"
Expand Down Expand Up @@ -442,6 +443,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
flowchart
subgraph "<code>click_extra.platforms.ALL_PLATFORMS</code><br/>🖥️ <em>Any platforms</em>"
Expand Down

0 comments on commit e7c85a0

Please sign in to comment.