Update code to use Prettier style

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/2/head
parent df38dad4be
commit 438e87617c
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -7,9 +7,7 @@ body:
attributes: attributes:
value: | value: |
> _Thanks for adding fresh ideas to Kelpie!_ :smile: > _Thanks for adding fresh ideas to Kelpie!_ :smile:
> _This template is rather extensive. Please fill out all that you can,_ > _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._
> _but remember that it is only a tool: if you feel anything is not_
> _relevant, simply leave it blank._
- type: textarea - type: textarea
id: summary id: summary
attributes: attributes:
@ -20,9 +18,7 @@ body:
attributes: attributes:
label: New Function(s) label: New Function(s)
description: | description: |
Explain the signature and output of a new API function, in a similar 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)
style to that of
[Julia docstrings](https://github.com/invenia/BlueStyle#documentation)
render: Markdown render: Markdown
- type: textarea - type: textarea
id: usage id: usage
@ -36,15 +32,13 @@ body:
attributes: attributes:
label: Context label: Context
description: | description: |
Tell us what you are trying to accomplish and/or how this feature would Tell us what you are trying to accomplish and/or how this feature would affect users in the "real world"
affect users in the "real world"
- type: textarea - type: textarea
id: alternatives id: alternatives
attributes: attributes:
label: Alternatives label: Alternatives
description: | description: |
Explain what you're doing now, or if any other tools/packages come close Explain what you're doing now, or if any other tools/packages come close to this feature
to this feature
- type: textarea - type: textarea
id: implementation id: implementation
attributes: attributes:
@ -52,6 +46,4 @@ body:
description: | description: |
_Optional, but highly useful_ _Optional, but highly useful_
If you can figure out a good entry point in the code, or have a 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.
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.

@ -3,7 +3,7 @@ on:
push: push:
branches: branches:
- master - master
tags: '*' tags: "*"
pull_request: pull_request:
concurrency: concurrency:
# Skip intermediate builds: always. # Skip intermediate builds: always.
@ -18,9 +18,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
version: version:
- '1.6' - "1.6"
- '1.7' - "1.7"
- 'nightly' - "nightly"
os: os:
- ubuntu-latest - ubuntu-latest
- macOS-latest - macOS-latest
@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1 - uses: julia-actions/setup-julia@v1
with: with:
version: '1' version: "1"
- uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1 - uses: julia-actions/julia-docdeploy@v1
env: env:

@ -1,7 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"julialang.language-julia", "julialang.language-julia",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint" "DavidAnson.vscode-markdownlint"
] ]
} }

@ -70,7 +70,7 @@ Turns into
<h2>Julia is cool</h2> <h2>Julia is cool</h2>
</header> </header>
<main> <main>
<img src="/kelpie-on-sheep-back.jpg" alt="A Kelpie herding sheep"/> <img src="/kelpie-on-sheep-back.jpg" alt="A Kelpie herding sheep" />
<p>Kelpies make great herding dogs for cows.</p> <p>Kelpies make great herding dogs for cows.</p>
<p>Kelpies make great herding dogs for sheep.</p> <p>Kelpies make great herding dogs for sheep.</p>
<p>Kelpies make great herding dogs for chickens.</p> <p>Kelpies make great herding dogs for chickens.</p>

@ -1,9 +1,5 @@
{ {
"language": "en", "language": "en",
"version": "0.2", "version": "0.2",
"words": [ "words": ["autodocs", "Milliron", "templating"]
"autodocs",
"Milliron",
"templating"
]
} }

@ -1,4 +1,5 @@
<!-- markdownlint-disable first-line-heading --> <!-- markdownlint-disable first-line-heading -->
```@meta ```@meta
CurrentModule = Kelpie CurrentModule = Kelpie
``` ```
@ -8,6 +9,7 @@ CurrentModule = Kelpie
Documentation for [Kelpie](https://github.com/MillironX/Kelpie.jl). Documentation for [Kelpie](https://github.com/MillironX/Kelpie.jl).
```@index ```@index
``` ```
```@autodocs ```@autodocs

Loading…
Cancel
Save