Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix spelling in USERMANUAL.md #402

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions documentation/USERMANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For more details and to create your first Netzgrafik have a look into [create a
## Nodes
The nodes represent the specific locations, such as stations or stops, where a trainrun can have different actions or events associated with it. These nodes serve as key points in the trainrun's route, determining where it stops, passes through, or starts and ends ([see data model](DATA_MODEL.md)).

For more details have a look into [create and modifiy nodes](CREATE_NODES.md).
For more details have a look into [create and modify nodes](CREATE_NODES.md).

<a id="Trains"></a>

Expand All @@ -98,26 +98,26 @@ A trainrun consists of one or more trainrun sections. The trainrun section repre
A trainrun has references to behaviour-related abstractions such as
category (e.g., a regional train, an intercity train or a goods train), frequency (e.g., 1/4h, 1/2h or every hourand) time category (e.g., peak times or off-peak times or occasional), which define the behaviour of a trainrun ([see data model](DATA_MODEL.md)).

For more details have a look into [create and modifiy trainrun](CREATE_TRAINRUN.md).
For more details have a look into [create and modify trainrun](CREATE_TRAINRUN.md).

- [Split / Combine two trainruns](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/CREATE_TRAINRUN.md#split--combine-two-trainruns)
- [Merge two indepandant Netzgrafik](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/CREATE_TRAINRUN.md#merge-two-indepandant-netzgrafik)
- [Merge two independent Netzgrafik](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/blob/main/documentation/CREATE_TRAINRUN.md#merge-two-indepandant-netzgrafik)

<a id="Connections"></a>

## Connections

![Editing_Connections](./images/Editing_Connections.png)

For more details have a look into [create and modifiy connections](CREATE_CONNECTIONS.md).
For more details have a look into [create and modify connections](CREATE_CONNECTIONS.md).


---
<a id="Filter"></a>

## Filters

For more details have a look into [create and modifiy filters](CREATE_FILTERS.md).
For more details have a look into [create and modify filters](CREATE_FILTERS.md).

---
<a id="Streckengrafik"></a>
Expand All @@ -126,7 +126,7 @@ For more details have a look into [create and modifiy filters](CREATE_FILTERS.md

![Overview_Streckengrafik_Screenshot_001](./images/Overview_Streckengrafik_Screenshot_001.PNG)

For mor details have a look into [graphic timetable](Graphic_Timetable.md).
For more details have a look into [graphic timetable](Graphic_Timetable.md).


---
Expand Down Expand Up @@ -160,7 +160,7 @@ The time can be locked so that no propagation (automated update) will be done. J
### Toggle: show all locks / or only closed (default)
In the Perlenkette view, you can click on the eye icon in the bottom left corner
to display all locks. By default, only the locks that are closed are shown. This is
visually visible with the disabled eye icon. When you click on the icon then the disable
visually visible with the disabled eye icon. When you click on the icon then the disabled
eye icon switches to the visible eye icon - or vice-versa. Visible eye means all locks are visible.

---
Expand Down