PowerSimulations.jl
PowerSimulations.jl copied to clipboard
Simulation recorder needs Type docstrings & working code examples
- Recorder event types, such as
SimulationStepEvent
, in "recorder_events.jl" need docstrings. - Specific recorder event types are referenced in the Simulation Recorder page, and need hyperlinks to new docstrings
-
Simulation Recorder examples should be updated with working
@example
or@repl
blocks instead of copy-pastedjulia
blocks - Current
julia
blocks are causingformatter
to fail. I am adding anignore
for "simulation_recorder.md" which should be removed once it is updated