Skip to content

Commit

Permalink
docs: correct typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jan 2, 2024
1 parent c4e89c6 commit 34ed753
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/0-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

![](../assets/antares.png)

This package works along with RTE's adequacy software [Antares Simulator](https://antares-simulator.org) that is also [hosted on github][antares-github]
This package works along with RTE's adequacy software [Antares Simulator](https://antares-simulator.org)
that is also [hosted on github][antares-github]

`antares-web` is a server api interfacing Antares Simulator studies. It provides a web application to manage studies
adding more features to simple edition.
Expand All @@ -17,10 +18,9 @@ This brings:
>
> - **user accounts** : add user management and permission system

## Variant manager

`antares-web` brings an edition event store that provides a way to edit a study while keeping track of changes.
It eases the creation of "variants" of a study and allow an explicit diff change between studies.

You can read more information in [using the variant manager here](./3-variant_manager)
You can read more information in [using the variant manager here](./3-variant_manager.md)
2 changes: 1 addition & 1 deletion docs/user-guide/1-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Example of the detailed view of a matrix node (txt data files):
## Data management

The data view display dataset which are list of matrices.
These matrices can then be used as argument in [variant manager commands](./3-variant_manager#base-commands).
These matrices can then be used as argument in [variant manager commands](./3-variant_manager.md#base-commands).

![](../assets/media/img/userguide_dataset_listing.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/study/areas/08-st-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The storages table displays the following information:
- **Initial Level (%):** Initial level of the storage.
- **Initial Level Optimized:** Indicates whether the initial level of the storage is optimized.

- The **Total** row displays the sum of the values in the **Withdrawal** and **Injection** columns.
The **Total** row displays the sum of the values in the **Withdrawal** and **Injection** columns.


## Configuration Form
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/study/areas/09-reserves.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To access the configuration of Reserves:

In the tabs, you will find time series matrices composed of 8760 rows (hourly for a simulation year).

![09-reserves.tab.png](../../../assets/media/user-guide/study/areas/09-reserves.tab.png)
![09-reserves.series.png](../../../assets/media/user-guide/study/areas/09-reserves.series.png)

The available commands are:

Expand Down

0 comments on commit 34ed753

Please sign in to comment.