Skip to content

Commit

Permalink
last tweaks?
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 28, 2023
1 parent 73f25c9 commit 490ab21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089"
FinanceModels = "77f2ae65-bdde-421f-ae9d-22f1af19dd76"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Documenter
makedocs(;
modules=[FinanceModels, FinanceCore],
authors="Alec Loudenback <[email protected]> and contributors",
repo="https://github.com/JuliaActuary/FinanceModels.jl/blob/{commit}{path}#L{line}",
repo=Remotes.GitHub("JuliaActuary", "FinanceModels.jl"),
sitename="FinanceModels.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand Down
2 changes: 1 addition & 1 deletion src/fit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
"""
Bootstrap()
A singleton type which is passed to `fit` in order to bootstrap [`Spline`](@ref FinanceModels.Spline)s. The curves are fit such that the spline passes through the zero rates of the curve.
A singleton type which is passed to `fit` in order to bootstrap Splines. The curves are fit such that the spline passes through the zero rates of the curve.
A subtype of FitMethod.
Expand Down

0 comments on commit 490ab21

Please sign in to comment.