diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index f881b29..6d78775 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -7,9 +7,7 @@ body: attributes: value: | > _Thanks for adding fresh ideas to Kelpie!_ :smile: - > _This template is rather extensive. Please fill out all that you can,_ - > _but remember that it is only a tool: if you feel anything is not_ - > _relevant, simply leave it blank._ + > _This template is rather extensive. Please fill out all that you can, but remember that it is only a tool: if you feel anything is not relevant, simply leave it blank._ - type: textarea id: summary attributes: @@ -20,9 +18,7 @@ body: attributes: label: New Function(s) description: | - Explain the signature and output of a new API function, in a similar - style to that of - [Julia docstrings](https://github.com/invenia/BlueStyle#documentation) + Explain the signature and output of a new API function, in a similar style to that of [Julia docstrings](https://github.com/invenia/BlueStyle#documentation) render: Markdown - type: textarea id: usage @@ -36,15 +32,13 @@ body: attributes: label: Context description: | - Tell us what you are trying to accomplish and/or how this feature would - affect users in the "real world" + Tell us what you are trying to accomplish and/or how this feature would affect users in the "real world" - type: textarea id: alternatives attributes: label: Alternatives description: | - Explain what you're doing now, or if any other tools/packages come close - to this feature + Explain what you're doing now, or if any other tools/packages come close to this feature - type: textarea id: implementation attributes: @@ -52,6 +46,4 @@ body: description: | _Optional, but highly useful_ - If you can figure out a good entry point in the code, or have a - one-liner that could be a good starting place, list it here. Even - better, if you know a way to implement it, explain that here. + If you can figure out a good entry point in the code, or have a one-liner that could be a good starting place, list it here. Even better, if you know a way to implement it, explain that here. diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9eb6926..d8f5026 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ on: push: branches: - master - tags: '*' + tags: "*" pull_request: concurrency: # Skip intermediate builds: always. @@ -18,9 +18,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' - - 'nightly' + - "1.6" + - "1.7" + - "nightly" os: - ubuntu-latest - macOS-latest @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: '1' + version: "1" - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-docdeploy@v1 env: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 299df80..32b3c28 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { - "recommendations": [ - "julialang.language-julia", - "streetsidesoftware.code-spell-checker", - "DavidAnson.vscode-markdownlint" - ] + "recommendations": [ + "julialang.language-julia", + "streetsidesoftware.code-spell-checker", + "DavidAnson.vscode-markdownlint" + ] } diff --git a/README.md b/README.md index 1907c42..5ef4702 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Turns into

Julia is cool

- A Kelpie herding sheep + A Kelpie herding sheep

Kelpies make great herding dogs for cows.

Kelpies make great herding dogs for sheep.

Kelpies make great herding dogs for chickens.

diff --git a/cspell.json b/cspell.json index d18af56..99fb6df 100644 --- a/cspell.json +++ b/cspell.json @@ -1,9 +1,5 @@ { - "language": "en", - "version": "0.2", - "words": [ - "autodocs", - "Milliron", - "templating" - ] + "language": "en", + "version": "0.2", + "words": ["autodocs", "Milliron", "templating"] } diff --git a/docs/src/index.md b/docs/src/index.md index 5c02f98..9e9abdf 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,4 +1,5 @@ + ```@meta CurrentModule = Kelpie ``` @@ -8,6 +9,7 @@ CurrentModule = Kelpie Documentation for [Kelpie](https://github.com/MillironX/Kelpie.jl). ```@index + ``` ```@autodocs