diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b0b79b5..53b01a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ on: push: branches: - main - tags: ['*'] + tags: ["*"] pull_request: branches: - main @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: version: - - '1.8' + - "1.8" os: - ubuntu-latest arch: @@ -47,7 +47,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/docs/literate/reference/onsettypes.jl b/docs/literate/reference/onsettypes.jl index 0634e05..465b5f9 100644 --- a/docs/literate/reference/onsettypes.jl +++ b/docs/literate/reference/onsettypes.jl @@ -276,6 +276,4 @@ end # - if `offset` > `length(signal.basis)` -> no overlap # - if `offset` < `length(signal.basis)` -> there might be overlap, depending on the other parameters of the onset distribution - -## Footnotes # hide # [^1]: Wikipedia contributors. (2023, December 5). Log-normal distribution. In Wikipedia, The Free Encyclopedia. Retrieved 12:27, December 7, 2023, from https://en.wikipedia.org/w/index.php?title=Log-normal_distribution&oldid=1188400077# \ No newline at end of file