1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
{% extends "!layout.html" %}
{% block rootrellink %}
<!-- <a href="{{ pathto('index') }}">index</a>»</li> -->
{% endblock %}
{% block header %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<!--<img src="{{ pathto("_static/codespeak2.png", 1) }}" target="http://codespeak.net" alt="codespeak projects" />
-->
<h1>execnet: Distributed Python deployment and communication</h1>
<code style="font-size: 130%; vertical-align: middle;">
<a href="{{ pathto('index') }}">home</a> |
<a href="{{ pathto('install') }}">install</a> |
<a href="{{ pathto('examples') }}">examples</a> |
<a href="{{ pathto('basics') }}">basic API</a> |
<a href="{{ pathto('support') }}">support</a>
</code>
</div>
{% endblock %}
|