Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93507746
page.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 07:56
Size
3 KB
Mime Type
text/html
Expires
Sun, Dec 1, 07:56 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22654162
Attached To
R6625 Oncilla Simulation
page.html
View Options
{% extends "!page.html" %}
{% block body %}
{{ super() }}
{% if pagename == 'index' %}
<h2 style="clear:right;">Contents</h2>
<table class="contentstable" align="center">
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/install.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('preparation')}}#install">Installation</a>
<br/>
<span class="linkdescr">Install {{project}} on your platform</span>
</p>
</td>
<td width="50%">
<p class="icon"><img src="{{ '_static/news.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('wizard')}}">Project Wizard</a>
<br/>
<span class="linkdescr">Learn how to use the Project Wizard to set up you environment</span>
</p>
</td>
</tr>
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/tutorial.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('examples')}}">Examples</a>
<br/>
<span class="linkdescr">Learn how to use {{project}}</span>
</p>
</td>
<td width="50%">
<p class="icon"><img src="{{ '_static/tools.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('dev') }}">Experimentation</a>
<br/>
<span class="linkdescr">Learn how to write own experiments</span>
</p>
</td>
</tr>
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/whatis.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('help')}}">Help</a>
<br/>
<span class="linkdescr">Help and Troubleshooting</span>
</p>
</td>
<td width="50%">
</td>
</tr>
</table>
<p><strong>{{ _('Indices and tables:') }}</strong></p>
<table class="contentstable" align="center">
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/search.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('search') }}">{{ _('Search Page') }}</a>
<br>
<span class="linkdescr">{{ _('Search this documentation') }}</span>
</p>
</td>
<td width="50%">
<p class="icon"><img src="{{ '_static/index.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('genindex') }}">{{ _('General Index') }}</a>
<br>
<span class="linkdescr">{{ _('All functions, classes, terms') }}</span>
</p>
</td>
</tr>
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/glossary.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('glossary') }}">{{ _('Glossary') }}</a>
<br>
<span class="linkdescr">{{ _('Terms and definitions') }}</span>
</p>
</td>
</tr>
</table>
<div class="admonition note">
<p>
The design of this page has been lifted from the documentation of
the <a href="https://www.openrobots.org/wiki/morse">MORSE</a>
project.
</p>
</div>
{% endif %}
{% endblock %}
Event Timeline
Log In to Comment