Skip to content

Commit

Permalink
added some missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zolargwrk committed Jul 9, 2024
1 parent b83624e commit 5bfd97c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
# uncomment the clock below to build documentation
# - name: Build and deploy
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
# run: julia --project=. docs/make.jl
# uncomment the block below to build documentation
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=. docs/make.jl
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ] pkg> activate .
# ] pkg> instantiate
# run include("make.jl")
# or from the root, run in the shell: julia --project=docs docs/make.jl

using Pkg
push!(LOAD_PATH,"../../src/")
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Constructors for the SBP operator classes.
# outerconstructor.jl
# This file gathers together outer constructors for the SBP operators
```
```docs
```@docs
SummationByParts.getLineSegSBPLobbato
SummationByParts.getLineSegSBPLegendre
SummationByParts.getTriSBPGamma
Expand Down

0 comments on commit 5bfd97c

Please sign in to comment.