[h5py] 155/455: Replace missing index file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 400b59c8324a691823d83079d9f61877e0d79eb1
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sun Nov 16 21:47:48 2008 +0000

    Replace missing index file
---
 docs/source/index.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs/source/index.rst b/docs/source/index.rst
new file mode 100644
index 0000000..a2da019
--- /dev/null
+++ b/docs/source/index.rst
@@ -0,0 +1,25 @@
+
+.. _home:
+
+*******************
+HDF5 for Python 1.0
+*******************
+
+The `HDF5 library <http://www.hdfgroup.com/HDF5>`_ is a versatile,
+mature library designed for the storage
+of numerical data.  The h5py package provides a simple, Pythonic interface to
+HDF5.  A straightforward high-level interface allows the manipulation of
+HDF5 files, groups and datasets using established Python and NumPy metaphors.
+
+Additionally, the library offers a low-level interface which exposes the 
+majority of the HDF5 C API in a Pythonic, object-oriented fashion.  This
+interface is documented in the :ref:`low-level API reference <api_ref>`.
+
+Contents:
+
+.. toctree::
+    :maxdepth: 2
+
+    guide/index
+    api/index
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list