Skip to content

Commit

Permalink
Merge pull request #89 from ImperialCollegeLondon/fix_markdownlint
Browse files Browse the repository at this point in the history
Fix markdownlint hook
  • Loading branch information
alexdewar authored Jul 10, 2023
2 parents 6ea3dd3 + fabe428 commit 51be1a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint
args: ["--disable", "MD013"]
args: ["--disable", "MD013", "--"]
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GUIKIT <!-- omit in toc -->

[![Test and build](https://github.com/ImperialCollegeLondon/guikit/actions/workflows/ci.yml/badge.svg)](https://github.com/ImperialCollegeLondon/guikit/actions/workflows/ci.yml)
[![PyPI version
shields.io](https://img.shields.io/pypi/v/guikit.svg)](https://pypi.python.org/pypi/guikit/)
Expand All @@ -9,8 +11,6 @@ pyversions](https://img.shields.io/pypi/pyversions/guikit.svg)](https://pypi.pyt
license](https://img.shields.io/pypi/l/guikit.svg)](https://pypi.python.org/pypi/guikit/)
[![Website guikit](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://imperialcollegelondon.github.io/guikit/)

# GUIKIT <!-- omit in toc -->

This little tool's purpose is to facilitate getting started building a GUI for your
software. It takes care of most of the boilerplate code that you need to build a GUI -
making some opinionated decisions about the general layout of the application - so you
Expand Down Expand Up @@ -51,8 +51,8 @@ that could suit most users most of the time.
without notice. Use it in production with caution. And please, contribute to it to
help improving its maturity as fast as posisble!

`guikit` and its dependencies can be installed with `pip` in Windows,
[Linux](#what-about-linux) and [MacOS](#what-about-macos) (see notes below):
`guikit` and its dependencies can be installed with `pip` in Windows, Linux and MacOS
(see notes below):

```bash
pip install guikit
Expand All @@ -77,7 +77,7 @@ then install `guikit` as above.
`wxPython` causes some issue on MacOS when installed with a "Non Framework" version of
python. It typically complains with this error message:

```
```txt
This program needs access to the screen. Please run with a
Framework build of python, and only when you are logged in
on the main display of your Mac.
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ then install `guikit` as above.
`wxPython` causes some issue on MacOS when installed with a "Non Framework" version of
python. It typically complains with this error message:

```
```txt
This program needs access to the screen. Please run with a
Framework build of python, and only when you are logged in
on the main display of your Mac.
Expand Down

0 comments on commit 51be1a9

Please sign in to comment.