Skip to content

Commit 9d18be8

Browse files
Move and rename files
1 parent e98ef1e commit 9d18be8

File tree

15 files changed

+13
-3
lines changed

15 files changed

+13
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pages = [
2626
"Non-linear solvers" => "api/nl_solvers.md",
2727
"Callbacks" => "api/callbacks.md",
2828
],
29-
"Algorithm comparisons" => "algo_comparisons.md",
29+
# "Algorithm comparisons" => "algo_comparisons.md", # TODO: fill out
3030
"Developer docs" => [
3131
"Types" => "dev/types.md",
3232
"Report generator" => "dev/report_gen.md",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/src/api/tableaus.md

Whitespace-only changes.

docs/src/algo_comparisons.jl renamed to docs/src/dev/report_gen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cts_dir = pkgdir(ClimaTimeSteppers)
44

55
ENV["GKSwstype"] = "nul" # avoid displaying plots
66

7-
include(joinpath(@__DIR__, "plotting_utils.jl"))
7+
include(joinpath(@__DIR__, "..", "plotting_utils.jl"))
88
include(joinpath(cts_dir, "test", "convergence_orders.jl"))
99
include(joinpath(cts_dir, "test", "utils.jl"))
1010
include(joinpath(cts_dir, "test", "problems.jl"))

0 commit comments

Comments
 (0)