Skip to content

Commit

Permalink
Make the linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe committed Jul 26, 2023
1 parent 619cc18 commit 42b0d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Link Checker

on:
pull_request:
branches: [ main ]
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
10 changes: 5 additions & 5 deletions docs/pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ layout: default

## Doc building

| Name | Short description | 🚦 | Used by |
| ----------------------------------------------- | --------------------------------------------------------------- | :-: | ------------------------------------------- |
| Name | Short description | 🚦 | Used by |
| ----------------------------------------------- | --------------------------------------------------------------- | :-: | ---------------------------------------------------------------------- |
| [sphinx](https://www.sphinx-doc.org/en/master/) | Generates documentation from reStructuredText or Markdown files | 🟢 | [WAZP](https://github.com/SainsburyWellcomeCentre/WAZP/tree/main/docs) |
| [mkdocs](https://www.mkdocs.org/) | Generates documentation from Markdown files | 🟠 | |
| [pdoc](https://pdoc.dev/) | Auto-generates API documentation from docstrings | 🟠 | [MICI](https://github.com/matt-graham/mici) |
| [gitbook](https://www.gitbook.com/) | General documentation builder; integrates with GitHub | 🟠 | |
| [mkdocs](https://www.mkdocs.org/) | Generates documentation from Markdown files | 🟠 | |
| [pdoc](https://pdoc.dev/) | Auto-generates API documentation from docstrings | 🟠 | [MICI](https://github.com/matt-graham/mici) |
| [gitbook](https://www.gitbook.com/) | General documentation builder; integrates with GitHub | 🟠 | |

<details>
<summary> 🟢 explaination</summary>
Expand Down

0 comments on commit 42b0d5a

Please sign in to comment.