Skip to content

Commit

Permalink
Deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed May 15, 2024
1 parent 361dff6 commit 78474ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ using GridapTopOpt

makedocs(
sitename = "GridapTopOpt.jl",
format = Documenter.HTML(
prettyurls = false,
# collapselevel = 1,
),
# format = Documenter.HTML(
# prettyurls = false,
# # collapselevel = 1,
# ),
modules = [GridapTopOpt],
pages = [
"Home" => "index.md",
Expand All @@ -30,6 +30,6 @@ makedocs(
# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#
deploydocs(
repo = "github.com/zjwegert/GridapTopOpt.jl.git",
)
2 changes: 1 addition & 1 deletion docs/src/reference/optimisers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GridapTopOpt.OptimiserHistory
GridapTopOpt.OptimiserHistorySlice
```

## Custom `Optimiser`
## Custom optimiser
```@docs
GridapTopOpt.Optimiser
GridapTopOpt.iterate(::GridapTopOpt.Optimiser)
Expand Down

0 comments on commit 78474ca

Please sign in to comment.