Skip to content

Commit

Permalink
Add missing PSY pages to api
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Sep 10, 2024
1 parent 8cc13d1 commit 3d78fbb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/api/public.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 3d78fbb

Please sign in to comment.