From eebb32bc18ffafa9d7739bba518e403e31ee1910 Mon Sep 17 00:00:00 2001 From: dlcole3 Date: Thu, 16 Jan 2025 11:37:00 -0600 Subject: [PATCH] Added line to make.jl --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 228ad57..9016361 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -28,6 +28,7 @@ makedocs(; "Tutorials" => [ "Supply Chain Optimization" => "tutorials/supply_chain.md", "Optimal Control of a Quadcopter" => "tutorials/quadcopter.md", + "Hierarchical HVAC Optimization" => "tutorials/HVAC.md", "Optimal Control of a Natural Gas Network" => "tutorials/gas_pipeline.md" ], ],