Skip to content

Commit b4b6410

Browse files
remove tracing page
1 parent 98f8b7a commit b4b6410

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ makedocs(
1111
pages=[
1212
"Home" => "index.md",
1313
"highlevel.md",
14-
"tracing.md",
1514
"Systems" => Any[
1615
"systems/AbstractSystem.md",
1716
"systems/ODESystem.md",

docs/src/highlevel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ and parameters. Therefore we label them as follows:
1616
```julia
1717
using ModelingToolkit
1818

19-
# Define some variables
2019
@parameters t σ ρ β
2120
@variables x(t) y(t) z(t)
2221
@derivatives D'~t

0 commit comments

Comments
 (0)