Skip to content

Commit

Permalink
Merge commit '45c8daff894c1d4e7a243cc542d9253233a58263'
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavMacha committed Sep 13, 2024
2 parents f27495c + 45c8daf commit 1576970
Show file tree
Hide file tree
Showing 47 changed files with 3,771 additions and 5,934 deletions.
24 changes: 12 additions & 12 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

[compat]
BSON = "0.3"
BenchmarkTools = "1.3"
BenchmarkTools = "1.5"
CSV = "0.10"
DataFrames = "1.6"
DifferentialEquations = "7.9"
DifferentialEquations = "7.14"
Distributions = "0.25"
Documenter = "0.27"
Documenter = "1.7"
Flux = "0.14"
GLM = "1.8"
GLPK = "1.1"
GR = "0.72"
GLM = "1.9"
GLPK = "1.2"
GR = "0.73"
HypothesisTests = "0.11"
Ipopt = "1.4"
JuMP = "1.14"
Ipopt = "1.6"
JuMP = "1.23"
MLDatasets = "0.7"
Plots = "1.39"
ProgressMeter = "1.8"
Plots = "1.40"
ProgressMeter = "1.10"
Query = "1.0"
RDatasets = "0.7"
SpecialFunctions = "2.3"
SpecialFunctions = "2.4"
StatsPlots = "0.15"
julia = "1.9"
julia = "1.10"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ makedocs(;
collapselevel=1,
assets=[
"assets/favicon.ico",
"assets/ctustyle.css",
],
ansicolor=true
),
Expand All @@ -134,7 +133,7 @@ makedocs(;
"11: Neural networks II." => lecture_11,
"12: Statistics" => lecture_12,
"13: Ordinary differential equations" => lecture_13,
]
],
)

deploydocs(;
Expand Down
215 changes: 0 additions & 215 deletions docs/src/assets/ctustyle.css

This file was deleted.

67 changes: 0 additions & 67 deletions docs/src/howto.md

This file was deleted.

Loading

0 comments on commit 1576970

Please sign in to comment.