Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Aug 13, 2024
1 parent 059985e commit da33339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pages = [


"WallyToolbox Tutorials" => [
"WallyToolbox/Tutorials/combustion-flows.md",
"Tutorials/combustion-flows.md",
],

"Software" =>[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ using CairoMakie
using Polynomials
using PythonCall
ct = pyimport("cantera")
np = pyimport("numpy")
const ct = pyimport("cantera")
const np = pyimport("numpy")
nothing; #hide
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/WallyToolbox/transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ WallyToolbox.maxwell_eff_conductivity

### Air properties

For the simulation of rotary kilns, ([[@Mujumdar2006i]]) proposes some data for air properties implemented by the following interfaces. It must be noted that the thermal conductivity proposed by the authors [quickly diverges above 1500 K](Tutorials/combustion-flows.md.md) and users must be aware of its implications.
For the simulation of rotary kilns, ([[@Mujumdar2006i]]) proposes some data for air properties implemented by the following interfaces. It must be noted that the thermal conductivity proposed by the authors [quickly diverges above 1500 K](../Tutorials/combustion-flows.md) and users must be aware of its implications.

```@docs
WallyToolbox.AirHeatConductivityMujumdar2006
Expand Down

0 comments on commit da33339

Please sign in to comment.