Page MenuHomec4science

page.html
No OneTemporary

File Metadata

Created
Mon, Sep 30, 19:22

page.html

{% 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