-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP docs update to strict docs build
- Loading branch information
1 parent
5b3630e
commit 1ac61c5
Showing
14 changed files
with
70 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
FinanceCore = "b9b1ffdd-6612-4b69-8227-7663be06e089" | ||
FinanceModels = "77f2ae65-bdde-421f-ae9d-22f1af19dd76" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ using FinanceModels | |
using Documenter | ||
|
||
makedocs(; | ||
modules=[FinanceModels], | ||
modules=[FinanceModels, FinanceCore], | ||
authors="Alec Loudenback <[email protected]> and contributors", | ||
repo="https://github.com/JuliaActuary/FinanceModels.jl/blob/{commit}{path}#L{line}", | ||
sitename="FinanceModels.jl", | ||
|
@@ -12,14 +12,15 @@ makedocs(; | |
assets=String[] | ||
), | ||
pages=[ | ||
"Home" => "index.md", | ||
"Guide" => "guide.md", | ||
"Contracts" => "contracts.md", | ||
"Models, Valuation, and Fitting" => "models.md", | ||
"API Reference" => "api.md", | ||
"Migration Guide" => "migration.md", | ||
"FAQs" => "faq.md", | ||
] | ||
# "Home" => "index.md", | ||
# "Guide" => "guide.md", | ||
# "Contracts" => "contracts.md", | ||
# "Models, Valuation, and Fitting" => "models.md", | ||
# "API Reference" => "api.md", | ||
# "Migration Guide" => "migration.md", | ||
# "FAQs" => "faq.md", | ||
], | ||
warnonly=true | ||
) | ||
|
||
deploydocs(; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters