mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Docs: clean up front page.
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<h1>{{ docstitle }}</h1>
|
<h1>{{ docstitle }}</h1>
|
||||||
<p>This is the official documentation for {{project}} {{release}}.</p>
|
<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>
|
<h2>Sections</h2>
|
||||||
<table class="contentstable" align="center">
|
<table class="contentstable" align="center">
|
||||||
@@ -12,37 +13,30 @@
|
|||||||
<a class="biglink" href="{{ pathto('overview') }}">
|
<a class="biglink" href="{{ pathto('overview') }}">
|
||||||
Overview</a><br>
|
Overview</a><br>
|
||||||
<span class="linkdescr">
|
<span class="linkdescr">
|
||||||
Get started with {{project}}.
|
Introduction to {{project}}.
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
<p class="biglink">
|
<p class="biglink">
|
||||||
<a class="biglink" href="{{ pathto('install') }}">
|
<a class="biglink" href="{{ pathto('install') }}">
|
||||||
Installation Steps</a><br>
|
Installation Steps</a><br>
|
||||||
<span class="linkdescr">
|
<span class="linkdescr">
|
||||||
Quickly install {{project}} to your system.
|
How to install {{project}}.
|
||||||
</span></p>
|
|
||||||
|
|
||||||
<p class="biglink">
|
|
||||||
<a class="biglink" href="{{ pathto('api/api') }}">
|
|
||||||
API (Developer's) Reference</a><br>
|
|
||||||
<span class="linkdescr">
|
|
||||||
Overview of what's in {{project}} and how to use it.
|
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
</td><td width="50%">
|
</td><td width="50%">
|
||||||
|
|
||||||
<p class="biglink">
|
<p class="biglink">
|
||||||
<a class="biglink" href="{{ pathto('changelog') }}">
|
<a class="biglink" href="{{ pathto('api/api') }}">
|
||||||
What's new in {{project}}?</a><br>
|
API Reference</a><br>
|
||||||
<span class="linkdescr">
|
<span class="linkdescr">
|
||||||
Changes made in each {{project}} release.
|
Documentation for the functions included in {{project}}.
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
<p class="biglink">
|
<p class="biglink">
|
||||||
<a class="biglink" href="{{ pathto('license') }}">
|
<a class="biglink" href="{{ pathto('license') }}">
|
||||||
License Info</a><br>
|
License Info</a><br>
|
||||||
<span class="linkdescr">
|
<span class="linkdescr">
|
||||||
How you can use this software and the source code.
|
Conditions on the use and redistribution of this package.
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
|
|||||||
Reference in New Issue
Block a user