Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92813356
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
Sat, Nov 23, 21:57
Size
2 KB
Mime Type
text/html
Expires
Mon, Nov 25, 21:57 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22518565
Attached To
R6622 liboncilla
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/tools.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('interface')}}">Interface</a>
<br/>
<span class="linkdescr">Documentation of the basic liboncilla interface</span>
</p>
</td>
</tr>
<tr>
<td width="50%">
<p class="icon"><img src="{{ '_static/tutorial.svg' }}"/></p>
<p class="biglink">
<a href="{{ pathto('example')}}">Example</a>
<br/>
<span class="linkdescr">Learn how to use {{project}}</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