From 3d78fbbda3f035c6eefc8bf6fe9ffb2e15c13ade Mon Sep 17 00:00:00 2001 From: kdayday Date: Mon, 9 Sep 2024 20:53:25 -0600 Subject: [PATCH] Add missing PSY pages to api --- docs/src/api/public.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/api/public.md b/docs/src/api/public.md index 95fc0f4d66..a5c147549a 100644 --- a/docs/src/api/public.md +++ b/docs/src/api/public.md @@ -19,6 +19,7 @@ Pages = ["PowerSystems.jl", "topological_elements.jl", "dynamic_models.jl", "static_models.jl", + "subsystems.jl", "static_injection_subsystem.jl", "dynamic_models.jl", "operational_cost.jl", @@ -67,7 +68,8 @@ Modules = [PowerSystems] Pages = ["parsers/power_system_table_data.jl", "parsers/power_models_data.jl", "parsers/TAMU_data.jl", - "parsers/psse_dynamic_data.jl"] + "parsers/psse_dynamic_data.jl", + "pm_io/common.jl"] Public = true Private = false Filter = t -> t ∈ [System] @@ -83,7 +85,8 @@ Filter = t -> t ∉ [System] ```@autodocs Modules = [PowerSystems] -Pages = ["utils/print.jl"] +Pages = ["utils/print.jl", + "utils/generate_struct_files.jl"] Public = true Private = false Filter = t -> t ∉ [System]