Skip to content

Commit c58639b

Browse files
authored
Merge pull request #24 from openrails/links-to-manual
Manual - adds links to on-line manuals
2 parents 4ec1007 + b2c2f27 commit c58639b

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

download/versions/index.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Three Versions of Open Rails</h2>
1515
<p>
1616
Three versions of Open Rails are readily available to users, as shown below:
1717
</p>
18-
<img src="3_versions.png" width=617>
18+
<img src="3_versions.png" width=617 style="padding-bottom: 15px">
1919
<p>
2020
For first-time users, we recommend the <a href="../program">Stable Version</a> which comes with an installer.
2121
</p>
@@ -25,12 +25,12 @@ <h2>Updater</h2>
2525
Whichever version you choose, Open Rails has a mechanism to notify you of new versions and to update Open Rails for you.
2626
You will find the settings for this mechanism in <i>Menu > Options > Update</i>
2727
</p>
28-
<img src="updater_tab.png" width=617>
28+
<img src="updater_tab.png" width=617 style="padding-bottom: 15px">
2929
<p>
3030
Open Rails will check for updates at most once a day.
3131
If an update is found, then you can install the update just by clicking on the link in the top, right corner:
3232
</p>
33-
<img src="update_link.png" width=617>
33+
<img src="update_link.png" width=617 style="padding-bottom: 15px">
3434

3535
<h2>Testing Version</h2>
3636
<p>
@@ -78,7 +78,19 @@ <h2><span class='glyphicon glyphicon-download'></span> &nbsp; Download the execu
7878
-->
7979
</ul>
8080
<p>
81-
For reference all the Testing Versions (executable and source) can be <a href="https://github.com/openrails/openrails-testing/releases" target="_blank">found in our Testing archive</a>.
81+
The documents included in the Testing Versions downloads can be found on-line at:
82+
<ul>
83+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Architecture Diagram V1.pdf" target="_blank">Architecture Diagram V1.pdf</a></li>
84+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Content checker.pdf" target="_blank">Contenct checker.pdf</a></li>
85+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-How to Provide Track Profiles for Open Rails Dynamic Track.pdf" target="_blank">How to Provide Track Profiles for Open Rails Dynamic Track.pdf</a></li>
86+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Installation Guide En.pdf" target="_blank">Installation Guide En.pdf</a></li>
87+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Localization Manual.pdf" target="_blank">Localization Manual.pdf</a></li>
88+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Manual.pdf" target="_blank">Manual.pdf</a></li>
89+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-ORTS Trackviewer manual.pdf" target="_blank">ORTS Trackviewer manual.pdf</a></li>
90+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-Processor Flow Chart.pdf" target="_blank">Processor Flow Chart.pdf</a></li>
91+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-timetable-editor_de.pdf" target="_blank">timetable-editor_de.pdf</a></li>
92+
<li><a href="https://static.openrails.org/files/OpenRails-Testing-timetable-editor_en.pdf" target="_blank">timetable-editor_en.pdf</a></li>
93+
</ul>
8294
</p>
8395
<p>
8496
Note: Multiple versions of Open Rails will not interfere if they are saved to different folders.
@@ -92,6 +104,9 @@ <h2>Unstable Version</h2>
92104
The unstable versions are more <strong>likely to contain serious bugs</strong>
93105
and are only recommended for users wishing to help with Open Rails development.
94106
</p>
107+
<p>
108+
The Manual for the Unstable version is not included in the download, but <a href="https://open-rails.readthedocs.io/en/unstable/" target="_blank">is available on-line</a>.
109+
</p>
95110
<p>
96111
For reference all the Unstable Versions (executable and source) can be <a href="https://github.com/openrails/openrails-unstable/releases" target="_blank">found in our Unstable archive</a>.
97112
</p>
@@ -100,7 +115,7 @@ <h3>Improvements</h3>
100115
<p>
101116
Improvements to Open Rails are drawn from several public sources as shown here:
102117
</p>
103-
<img src="improvements.png" width=617>
118+
<img src="improvements.png" width=617 style="padding-bottom: 15px">
104119
<p>
105120
We try to make sure that these changes all work and fit together by reviews as marked in orange in the diagram.
106121
</p>

learn/manual-and-tutorials/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<div class="col-md-4">
1010
<h2>Manual</h2>
1111
<p>
12-
Each download includes a copy of the Operating Manual. For convenience, you can also directly <a href='{% include file_url.html file="testing_manual" %}'>download the manual</a> ({% include file_meta.html file="testing_manual" %}).
13-
</p>
12+
Each download includes a copy of the Operating Manual.
13+
For convenience, you can also directly <a href='{% include file_url.html file="testing_manual" %}'>download the manual (PDF)</a> ({% include file_meta.html file="testing_manual" %})
14+
or <a href="https://open-rails.readthedocs.io/en/latest/" target="_blank">view it on-line</a>.
15+
</p>
1416
<h2>Test Environment for Models</h2>
1517
<p>
1618
One of our aims for Open Rails is that train performance should be as realistic as possible.

0 commit comments

Comments
 (0)