summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2009-12-29 19:30:15 +0000
committerJarrod Millman <millman@berkeley.edu>2009-12-29 19:30:15 +0000
commit5f6bfbe5e02571aa321a02b73675bf65bb3b5b79 (patch)
tree86455296996916207b32aa92020a42869e01a20a
parent2e3634c0ae6d2238476122583209816c83d7f46f (diff)
downloadnumpy-5f6bfbe5e02571aa321a02b73675bf65bb3b5b79.tar.gz
forgot to check-in the main page template
-rw-r--r--doc/numpy.scipy.org/theme/scipy/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/numpy.scipy.org/theme/scipy/index.html b/doc/numpy.scipy.org/theme/scipy/index.html
new file mode 100644
index 000000000..b15327e55
--- /dev/null
+++ b/doc/numpy.scipy.org/theme/scipy/index.html
@@ -0,0 +1,44 @@
+{% extends "!layout.html" %}
+{% set title = 'Scientific Computing Tools For Python' %}
+
+{% block body %}
+
+ <p>NumPy is the fundamental package needed for scientific computing with Python.
+ It contains among other things:</p>
+ <ul class="simple">
+ <li>a powerful N-dimensional array object</li>
+ <li>sophisticated (broadcasting) functions</li>
+ <li>tools for integrating C/C++ and Fortran code</li>
+ <li>useful linear algebra, Fourier transform, and random number capabilities.</li>
+ </ul>
+ <p>Besides its obvious scientific uses, NumPy can also be used as an efficient
+ multi-dimensional container of generic data. Arbitrary data-types can be
+ defined. This allows NumPy to seamlessly and speedily integrate with a wide
+ variety of databases.</p>
+
+ <div class="section" id="getting-started">
+ <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h1>
+ <ul class="simple">
+ <li><a class="reference external" href="http://www.scipy.org/Download">Getting Numpy</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/Installing_SciPy">Installing NumPy and SciPy</a></li>
+ <li><a class="reference external" href="http://docs.scipy.org/doc/">NumPy and SciPy documentation page</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/Tentative_NumPy_Tutorial">NumPy Tutorial</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/NumPy_for_Matlab_Users">NumPy for MATLAB© Users</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/Numpy_Functions_by_Category">NumPy functions by category</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/Mailing_Lists">NumPy Mailing List</a></li>
+ </ul>
+ </div>
+
+ <div class="section" id="more-information">
+ <h1>More Information<a class="headerlink" href="#more-information" title="Permalink to this headline">¶</a></h1>
+ <ul class="simple">
+ <li><a class="reference external" href="http://sourceforge.net/projects/numpy/">NumPy Sourceforge Home Page</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/">SciPy Home Page</a></li>
+ <li><a class="reference external" href="http://www.scipy.org/Topical_Software#head-7153b42ac4ea517c7d99ec4f4453555b2302a1f8">Interfacing with compiled code</a></li>
+ <li><a class="reference external" href="old_array_packages.html"><em>Older python array packages</em></a></li>
+ </ul>
+ </div>
+
+ <script type="text/javascript" src="http://www.ohloh.net/p/4894/widgets/project_partner_badge.js"></script>
+
+{% endblock %}