Skip to content

Commit

Permalink
Fixed wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Jun 28, 2024
1 parent c9942df commit 8654577
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions FAQ/LaneDetectionTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Downsides:
- Whenever you get a notification in the route advisor, Navigation Detection won't work. This is due to the minimap being blocked. We are looking into solutions for this.
- Icons and company names may mess lane detection up since Navigation Detection uses colors to search for lane lines. This can be fixed easily by installing the CleanRouteAdvisor mod. You can find it [here.](https://steamcommunity.com/sharedfiles/filedetails/?id=3169871185)

[Documentation](https://wiki.tumppi066.fi/plugins/navigationdetection/)
[Documentation](https://wiki.ets2la.com/plugins/navigationdetection/)
=== LSTR Lane Detection
!!!warning This is an outdated version of lane detection, not reccomended.
!!!
Expand All @@ -49,7 +49,7 @@ Downsides:
- Heavier on performance than Navigation Detection
- It requires a more difficult setup

[Documentation](https://wiki.tumppi066.fi/plugins/lstrlanedetection/)
[Documentation](https://wiki.ets2la.com/plugins/lstrlanedetection/)

=== UFLD (Ultra Fast Lane Detector) Lane Detection
!!!warning This is an outdated version of lane detection, not reccomended.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Discord: https://discord.gg/DpJpkNpqwD

Youtube: https://www.youtube.com/@tumppi066

Wiki: https://wiki.tumppi066.fi/
Wiki: https://wiki.ets2la.com/

Documentation (VERY WIP & AUTOGENERATED): https://docs.tumppi066.fi

Expand Down Expand Up @@ -47,7 +47,7 @@ Check the demonstration [video](https://www.youtube.com/watch?v=4F5u0B70pAw).
### How do I install it?

You can watch the latest installation [video](https://www.youtube.com/watch?v=0pic0rzjvik&t=1s). Downloading and installing takes about 20 minutes. And then another 10 to tune in your own values.
Alternatively you can also follow the written instructions on the [wiki](https://wiki.tumppi066.fi/). Keep in mind that both the video and the wiki might not be up to date!
Alternatively you can also follow the written instructions on the [wiki](https://wiki.ets2la.com/). Keep in mind that both the video and the wiki might not be up to date!


### How to update?
Expand All @@ -64,7 +64,7 @@ Those not familiar with github should do as follows:
2. Make your changes in your fork
3. Make a pull request to merge the changes to the public version.

The plugin infrastructure has documentation on the [wiki](https://wiki.tumppi066.fi/).
The plugin infrastructure has documentation on the [wiki](https://wiki.ets2la.com/).


### I have issues / suggestions.
Expand Down
2 changes: 1 addition & 1 deletion blog/V1.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We also do still include the raw installer code in the [installer branch](https:
- This still requires a full remake, but it's *good enough* for now.
- Switched to bettercam in the place of dxcam.
- Drop in replacement, but represents a performance improvement of up to 10ms.
- Added a [new wiki](https://wiki.tumppi066.fi/)
- Added a [new wiki](https://wiki.ets2la.com/)
- Still very much WIP.

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion blog/V1.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ As always there have been too many changes to go over here (69 updates to be exa
- And the people that have helped with testing and feedback!

### Notes on installer
It is recommended to try and use the new .exe installer, however, if for some reason that does not work, you can still use the manual install instructions at [the wiki page](https://wiki.tumppi066.fi/tutorials/installation/#manual-installation).
It is recommended to try and use the new .exe installer, however, if for some reason that does not work, you can still use the manual install instructions at [the wiki page](https://wiki.ets2la.com/tutorials/installation/#manual-installation).
6 changes: 3 additions & 3 deletions docs/plugins/About/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h1 class="title">Module <code>Euro-Truck-Simulator-2-Lane-Assist.plugins.About.
helpers.MakeLabel(self.root, &#34; &#34;, 8,0, font=(&#34;Roboto&#34;, 10), padx=0, pady=10, columnspan=1, sticky=&#34;w&#34;)

import webbrowser
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Support me on Ko-fi&#34;, lambda: webbrowser.open(&#34;https://ko-fi.com/tumppi066&#34;), 14,0, padx=0, pady=10, columnspan=1, width=20, sticky=&#34;w&#34;)

self.root.pack(anchor=&#34;center&#34;, expand=False)
Expand Down Expand Up @@ -525,7 +525,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
helpers.MakeLabel(self.root, &#34; &#34;, 8,0, font=(&#34;Roboto&#34;, 10), padx=0, pady=10, columnspan=1, sticky=&#34;w&#34;)

import webbrowser
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Support me on Ko-fi&#34;, lambda: webbrowser.open(&#34;https://ko-fi.com/tumppi066&#34;), 14,0, padx=0, pady=10, columnspan=1, width=20, sticky=&#34;w&#34;)

self.root.pack(anchor=&#34;center&#34;, expand=False)
Expand Down Expand Up @@ -589,7 +589,7 @@ <h3>Methods</h3>
helpers.MakeLabel(self.root, &#34; &#34;, 8,0, font=(&#34;Roboto&#34;, 10), padx=0, pady=10, columnspan=1, sticky=&#34;w&#34;)

import webbrowser
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Wiki&#34;, lambda: webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist&#34;), 13,0, padx=0, pady=10, columnspan=1, width=20, style=&#34;Accent.TButton&#34;, sticky=&#34;w&#34;)
helpers.MakeButton(self.root, &#34;Support me on Ko-fi&#34;, lambda: webbrowser.open(&#34;https://ko-fi.com/tumppi066&#34;), 14,0, padx=0, pady=10, columnspan=1, width=20, sticky=&#34;w&#34;)

self.root.pack(anchor=&#34;center&#34;, expand=False)
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/BetterCamScreenCapture/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h1 class="title">Module <code>Euro-Truck-Simulator-2-Lane-Assist.plugins.Better
from tkinter import messagebox
if messagebox.askyesno(&#34;Error&#34;, Translate(&#34;bettercam failed to initialize. It is likely that your python is not running on the integrated graphics.\nDo you want to open the instructions on how to fix this?\n\nThe main loop will disable to prevent further errors.&#34;)):
import webbrowser
webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)
webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)

variables.ENABLELOOP = False

Expand Down Expand Up @@ -703,7 +703,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
from tkinter import messagebox
if messagebox.askyesno(&#34;Error&#34;, Translate(&#34;bettercam failed to initialize. It is likely that your python is not running on the integrated graphics.\nDo you want to open the instructions on how to fix this?\n\nThe main loop will disable to prevent further errors.&#34;)):
import webbrowser
webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)
webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)

variables.ENABLELOOP = False</code></pre>
</details>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/Changelog/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h1 class="title">Module <code>Euro-Truck-Simulator-2-Lane-Assist.plugins.Change


if CHANGE_LOG_SHOWN == False:
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.tumppi066.fi/blog/&#34;, width=800, height=600)
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.ets2la.com/blog/&#34;, width=800, height=600)
CHANGE_LOG_SHOWN = True

helpers.MakeLabel(self.root, &#34;Close this window by middle clicking on the tab.&#34;, 0, 0)
Expand Down Expand Up @@ -466,7 +466,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>


if CHANGE_LOG_SHOWN == False:
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.tumppi066.fi/blog/&#34;, width=800, height=600)
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.ets2la.com/blog/&#34;, width=800, height=600)
CHANGE_LOG_SHOWN = True

helpers.MakeLabel(self.root, &#34;Close this window by middle clicking on the tab.&#34;, 0, 0)
Expand Down Expand Up @@ -521,7 +521,7 @@ <h3>Methods</h3>


if CHANGE_LOG_SHOWN == False:
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.tumppi066.fi/blog/&#34;, width=800, height=600)
helpers.OpenWebView(&#34;Changelog&#34;, &#34;https://wiki.ets2la.com/blog/&#34;, width=800, height=600)
CHANGE_LOG_SHOWN = True

helpers.MakeLabel(self.root, &#34;Close this window by middle clicking on the tab.&#34;, 0, 0)
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/DXCamScreenCapture/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h1 class="title">Module <code>Euro-Truck-Simulator-2-Lane-Assist.plugins.Better
from tkinter import messagebox
if messagebox.askyesno(&#34;Error&#34;, Translate(&#34;bettercam failed to initialize. It is likely that your python is not running on the integrated graphics.\nDo you want to open the instructions on how to fix this?\n\nThe main loop will disable to prevent further errors.&#34;)):
import webbrowser
webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)
webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)

variables.ENABLELOOP = False

Expand Down Expand Up @@ -703,7 +703,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
from tkinter import messagebox
if messagebox.askyesno(&#34;Error&#34;, Translate(&#34;bettercam failed to initialize. It is likely that your python is not running on the integrated graphics.\nDo you want to open the instructions on how to fix this?\n\nThe main loop will disable to prevent further errors.&#34;)):
import webbrowser
webbrowser.open(&#34;https://wiki.tumppi066.fi/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)
webbrowser.open(&#34;https://wiki.ets2la.com/en/LaneAssist/CommonIssues#the-specified-device-interface-or-feature-level-is-not-supported-on-this-system&#34;)

variables.ENABLELOOP = False</code></pre>
</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/Examples/PrintGameTime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
</dd>
<dt><code class="name"><a title="Euro-Truck-Simulator-2-Lane-Assist.plugins.Examples.PrintGameTime.main" href="main.html">Euro-Truck-Simulator-2-Lane-Assist.plugins.Examples.PrintGameTime.main</a></code></dt>
<dd>
<div class="desc"><p>This example is a part of the wiki page available here: <a href="https://wiki.tumppi066.fi/tutorials/plugincreation/">https://wiki.tumppi066.fi/tutorials/plugincreation/</a></p></div>
<div class="desc"><p>This example is a part of the wiki page available here: <a href="https://wiki.ets2la.com/tutorials/plugincreation/">https://wiki.ets2la.com/tutorials/plugincreation/</a></p></div>
</dd>
</dl>
</section>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/Examples/PrintGameTime/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="generator" content="pdoc 0.10.0" />
<title>Euro-Truck-Simulator-2-Lane-Assist.plugins.Examples.PrintGameTime.main API documentation</title>
<meta name="description" content="This example is a part of the wiki page available here: https://wiki.tumppi066.fi/tutorials/plugincreation/" />
<meta name="description" content="This example is a part of the wiki page available here: https://wiki.ets2la.com/tutorials/plugincreation/" />
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/ir-black.min.css" crossorigin>
Expand Down Expand Up @@ -342,13 +342,13 @@
<h1 class="title">Module <code>Euro-Truck-Simulator-2-Lane-Assist.plugins.Examples.PrintGameTime.main</code></h1>
</header>
<section id="section-intro">
<p>This example is a part of the wiki page available here: <a href="https://wiki.tumppi066.fi/tutorials/plugincreation/">https://wiki.tumppi066.fi/tutorials/plugincreation/</a></p>
<p>This example is a part of the wiki page available here: <a href="https://wiki.ets2la.com/tutorials/plugincreation/">https://wiki.ets2la.com/tutorials/plugincreation/</a></p>
<details class="source">
<summary>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34;
This example is a part of the wiki page available here: https://wiki.tumppi066.fi/tutorials/plugincreation/
This example is a part of the wiki page available here: https://wiki.ets2la.com/tutorials/plugincreation/
&#34;&#34;&#34;


Expand Down
Loading

0 comments on commit 8654577

Please sign in to comment.