Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <[email protected]>
  • Loading branch information
Lisrte committed May 30, 2024
1 parent 17f3d6f commit 7a53890
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
#
html_theme = "furo"

html_title = 'dynawo'
html_short_title = 'dynawo'
html_title = 'powsybl-dynawo'
html_short_title = 'powsybl-dynawo'

html_logo = '_static/logos/logo_lfe_powsybl.svg'
html_favicon = "_static/favicon.ico"
Expand Down
6 changes: 2 additions & 4 deletions docs/dynamic_simulation/dynamic-models-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ layout: default
The Dynamic Models DSL is a domain specific language written in groovy for the creation dynamic models used by Dynawo, most of them associated with a static equipment present in the network.
If some equipments are not configured, Dynawo would use a default model and set of parameters.

* TOC
{:toc}

## BlackBoxModel
All the models supported are `BlackBoxModel`. This kind of dynamic model have three attributes:
- `lib` refers to the dynamic model library used in Dynawo.
Expand Down Expand Up @@ -53,7 +50,8 @@ OverloadManagementSystem {
iMeasurementSide TwoSides.TWO
}
```
TODO: add all automation systems

#### TODO add all automation systems

## Supported models
Models are listed in [models.json](../../blob/main/dynawaltz/src/main/resources/models.json).
Expand Down
6 changes: 1 addition & 5 deletions docs/dynamic_simulation/event-models-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ layout: default

The Event Models DSL is a domain specific language written in groovy for the simulation of events that occurs during the simulation.

* TOC
{:toc}

## Event Model
- All the models supported are `BlackBoxModel`. This kind of event model have three attributes:
- `lib` refers to the event model library used in Dynawo.
Expand All @@ -26,5 +23,4 @@ Disconnect {
}
```

TODO add events
```
#### TODO add remaining events
7 changes: 3 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Powsybl-dynawo documentation
Powsybl-dynawo is an interface between the PowSyBl project and [Dynawo](https://dynawo.github.io) providing Load Flow, Security Analysis and Dynamic Simulation implementations.

```{toctree}
---
caption: Contents of this website
maxdepth: 2
hidden: true
---
dynamic_simulation/index.md
```

# TODO

0 comments on commit 7a53890

Please sign in to comment.