Skip to content

Commit 377d711

Browse files
committed
up
1 parent c31e73b commit 377d711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pages = Any[
2020
"Model creation examples" => Any[
2121
"model_creation/examples/basic_CRN_library.md",
2222
"model_creation/examples/programmatic_generative_linear_pathway.md",
23-
#"model_creation/examples/hodgkin_huxley_equation.md",
23+
"model_creation/examples/hodgkin_huxley_equation.md",
2424
#"model_creation/examples/smoluchowski_coagulation_equation.md"
2525
]
2626
],

docs/src/model_creation/examples/hodgkin_huxley_equation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cells such as neurons and muscle cells.
1313
We begin by importing some necessary packages.
1414
```@example hh1
1515
using ModelingToolkit, Catalyst, NonlinearSolve
16-
using DifferentialEquations, Symbolics
16+
using OrdinaryDiffEq, Symbolics
1717
using Plots
1818
t = default_t()
1919
D = default_time_deriv()

0 commit comments

Comments
 (0)