Skip to content

Commit

Permalink
build based on 0f613c0
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 21, 2024
1 parent e855661 commit 86ae347
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 178 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.0-rc4","generation_timestamp":"2024-10-07T15:27:39","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-21T09:58:48","documenter_version":"1.8.0"}}
Binary file added dev/ModelingConcepts/9f7f38f1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dev/ModelingConcepts/f579f9a4.png
Binary file not shown.
46 changes: 26 additions & 20 deletions dev/ModelingConcepts/index.html

Large diffs are not rendered by default.

302 changes: 160 additions & 142 deletions dev/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev/generated/ieee9bus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nothing #hide

# After this, we can build the NetworkDynamic components using the `Bus`-constructor.
#
# The `Bus` constructor is essentially a thin wrapper around the `ODEVertex` constructor which,
# The `Bus` constructor is essentially a thin wrapper around the `VertexModel` constructor which,
# per default, adds some metadata. For example the `vidx` property which later on allows for
# "graph free" network dynamics instantiation.

Expand All @@ -117,7 +117,7 @@ nothing #hide
# into the line parameters according to the base voltage on both ends.
#
# For the lines we again make use of the `src` and `dst` metadata of the
# `StaticEdge` objects for automatic graph construction.
# `EdgeModel` objects for automatic graph construction.

function piline(; R, X, B)
@named pibranch = PiLine(;R, X, B_src=B/2, B_dst=B/2, G_src=0, G_dst=0)
Expand Down
Binary file added dev/generated/ieee9bus/923ea2b8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dev/generated/ieee9bus/9a4c1535.png
Binary file not shown.
Loading

0 comments on commit 86ae347

Please sign in to comment.