Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsrosa committed Jun 28, 2023
1 parent 3a447e3 commit 8e7006e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 535 deletions.
3 changes: 0 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -13,4 +11,3 @@ RODEConvergence = "3e0417cb-ed7b-43e1-a831-672d2fe3e1aa"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
4 changes: 0 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ include(joinpath(@__DIR__(), "literate.jl"))
"examples/09-fisherkpp.md",
"examples/10-risk.md"
],
"DifferentialEquations.jl" => [
"Nonhomogenous Wiener noise" => "sciml/wiener_nonhomogeneous.md",
"Homogenous Wiener noise" => "sciml/wiener_homogeneous.md",
],
"Noises" => [
"noises/noiseintro.md",
"noises/homlin.md",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ We use a few standard libraries ([Random](https://docs.julialang.org/en/v1/stdli

This documentation makes use of [Documenter.jl](https://documenter.juliadocs.org/stable/) and [Literate.jl](https://fredrikekre.github.io/Literate.jl/stable/), with the help of [LiveServer.jl](https://tlienart.github.io/LiveServer.jl/stable/) and [Revise.jl](https://timholy.github.io/Revise.jl/stable/), during development.

Some extra material uses [JuliaCI/BenchmarkToolsjl](https://juliaci.github.io/BenchmarkTools.jl/stable) and the [SciML ecosystem](https://sciml.ai).
Some extra material uses [JuliaCI/BenchmarkToolsjl](https://juliaci.github.io/BenchmarkTools.jl/stable).
259 changes: 0 additions & 259 deletions docs/src/sciml/wiener_homogeneous.md

This file was deleted.

Loading

0 comments on commit 8e7006e

Please sign in to comment.