Skip to content

Commit fc3b624

Browse files
committed
fixing hybridPY links. refs #2
1 parent bb6abc3 commit fc3b624

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/web/docs/ChangeLog/Changes_in_2016_releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ title: Changes in the 2016 releases (versions 0.26.0, 0.27.0, 0.27.1 and 0.28.0)
200200
- The deprecated option **--lanechange.allow-swap** is no longer supported. #2116
201201
- The `laneChangeModel="JE2013"` has been removed due to strong similarity with *LC2013*.
202202
Using the model is deprecated and now defaults to *LC2013*
203-
- [SUMOPy](../Contributed/SUMOPy/index.md) has been added to the
203+
- [SUMOPy](../Contributed/hybridPY/index.md) has been added to the
204204
SUMO repository and to the release. Many thanks to Joerg Schweizer.
205205
- The libraries for the Windows build and release were updated to
206206
Fox 1.6.52 and Xerces-C 3.1.4 (with an additional fix for

docs/web/docs/Contributed/hybridPY/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ python hybridpy
103103
```
104104

105105
If all required packages are installed correctly, you should see the
106-
main window as shown [here](../../../images/Fig_hybridpy_gui_main.png),
106+
main window as shown [here](../../images/Fig_hybridpy_gui_main.png),
107107
but initially with an empty network. The object browser shows initially
108108
the main object of hybridpy: the *scenario*, which contains all other
109109
information.
110110

111-
![fig_hybridpy_gui_main.png](../../../images/Fig_hybridpy_gui_main.png
111+
![fig_hybridpy_gui_main.png](../../images/Fig_hybridpy_gui_main.png
112112
"hybridpy main window with object browser, network editor and main menu")
113113

114114
From the scenario window previously safed scenarios can be opened and simulated with one of the methods found in the simulation menu.

docs/web/docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ see [inspecting connections](Netedit/editModesCommon.md#inspecting_connections)
775775
Another small script which helps here is
776776
[Tools/Routes\#tracemapper.py](Tools/Routes.md#tracemapperpy).
777777
You can also use the map matching plugin from
778-
[Contributed/SUMOPy](Contributed/SUMOPy/index.md) here.
778+
[Contributed/SUMOPy](Contributed/hybridPY/index.md) here.
779779

780780
For more complex cases (i.e. large temporal gaps or spatial errors)
781781
the problem is known as [Map Matching](https://en.wikipedia.org/wiki/Map_matching). Open source

0 commit comments

Comments
 (0)