mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 23:10:03 +08:00
88 lines
2.5 KiB
HTML
88 lines
2.5 KiB
HTML
{% extends "layout.html" %}
|
|
{% set title = 'Home' %}
|
|
{% block body %}
|
|
|
|
<h1>{{ docstitle }}</h1>
|
|
<p>This <a href="http://scikits.appsport.com">SciKit</a> is an
|
|
image processing toolbox for <a href="http://www.scipy.org">SciPy</a>.</p>
|
|
|
|
<h2>Sections</h2>
|
|
<table class="contentstable" align="center">
|
|
<tr valign="top"><td width="50%">
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('overview') }}">
|
|
Overview</a><br/>
|
|
<span class="linkdescr">
|
|
Introduction to {{project}}.
|
|
</span></p>
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('install') }}">
|
|
Installation Steps</a><br/>
|
|
<span class="linkdescr">
|
|
How to install {{project}}.
|
|
</span></p>
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('contribute') }}">
|
|
Contribute</a><br/>
|
|
<span class="linkdescr">
|
|
Take part in development.
|
|
</span></p>
|
|
|
|
</td><td width="50%">
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('api/api') }}">
|
|
API Reference</a><br/>
|
|
<span class="linkdescr">
|
|
Documentation for the functions included in {{project}}.
|
|
</span></p>
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('user_guide') }}">
|
|
User Guide</a><br/>
|
|
<span class="linkdescr">
|
|
Usage guidelines.
|
|
</span></p>
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('license') }}">
|
|
License Info</a><br/>
|
|
<span class="linkdescr">
|
|
Conditions on the use and redistribution of this package.
|
|
</span></p>
|
|
|
|
</td></tr></table>
|
|
|
|
<h2>Indices and Tables</h2>
|
|
|
|
<table class="contentstable" align="center">
|
|
<tr valign="top"><td width="50%">
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('contents') }}">
|
|
Table of Contents</a><br/>
|
|
<span class="linkdescr">
|
|
Lists all sections and subsections.
|
|
</span></p>
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('search') }}">
|
|
Search Page</a><br/>
|
|
<span class="linkdescr">
|
|
Search this documentation.
|
|
</span></p>
|
|
|
|
</td><td width="50%">
|
|
|
|
<p class="biglink">
|
|
<a class="biglink" href="{{ pathto('genindex') }}">
|
|
Index</a><br/>
|
|
<span class="linkdescr">
|
|
All functions, classes, terms.
|
|
</span></p>
|
|
|
|
</td></tr></table>
|
|
|
|
{% endblock %}
|