-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
93 additions
and
45 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
using TulipaClustering | ||
using Documenter | ||
|
||
DocMeta.setdocmeta!(TulipaClustering, :DocTestSetup, :(using TulipaClustering); recursive = true) | ||
DocMeta.setdocmeta!( | ||
TulipaClustering, | ||
:DocTestSetup, | ||
:(using TulipaClustering); | ||
recursive = true, | ||
) | ||
|
||
const page_rename = Dict("developer.md" => "Developer docs") # Without the numbers | ||
const numbered_pages = [ | ||
file for | ||
file in readdir(joinpath(@__DIR__, "src")) if file != "index.md" && splitext(file)[2] == ".md" | ||
file for file in readdir(joinpath(@__DIR__, "src")) if | ||
file != "index.md" && splitext(file)[2] == ".md" | ||
] | ||
|
||
makedocs(; | ||
modules = [TulipaClustering], | ||
authors = "Greg Neustroev <[email protected]> and contributors", | ||
repo = "https://github.com/TulipaEnergy/TulipaClustering.jl/blob/{commit}{path}#{line}", | ||
sitename = "TulipaClustering.jl", | ||
format = Documenter.HTML(; canonical = "https://TulipaEnergy.github.io/TulipaClustering.jl"), | ||
pages = ["index.md"; numbered_pages], | ||
modules = [TulipaClustering], | ||
authors = "Greg Neustroev <[email protected]> and contributors", | ||
repo = "https://github.com/TulipaEnergy/TulipaClustering.jl/blob/{commit}{path}#{line}", | ||
sitename = "TulipaClustering.jl", | ||
format = Documenter.HTML(; | ||
canonical = "https://TulipaEnergy.github.io/TulipaClustering.jl", | ||
), | ||
pages = ["index.md"; numbered_pages], | ||
) | ||
|
||
deploydocs(; repo = "github.com/TulipaEnergy/TulipaClustering.jl") |
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