1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
==============
MPI for Python
==============
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
:Organization: `CIMEC <http://www.cimec.org.ar/>`_
:Address: CCT CONICET, 3000 Santa Fe, Argentina
Online Documentation
--------------------
Hosted at SciPy servers [http://mpi4py.scipy.org/]:
Hosted at PyPI servers [http://packages.python.org/mpi4py]:
+ `User Manual (HTML)`_ (generated with Sphinx_).
+ `User Manual (PDF)`_ (generated with Sphinx_).
+ `API Reference`_ (generated with Epydoc_).
.. _User Manual (HTML): usrman/index.html
.. _User Manual (PDF): mpi4py.pdf
.. _API Reference: apiref/index.html
.. _Sphinx: http://sphinx.pocoo.org/
.. _Epydoc: http://epydoc.sourceforge.net/
Discussion and Support
----------------------
Hosted at Google Groups:
+ Group Page: http://groups.google.com/group/mpi4py
+ Mailing List: mpi4py@googlegroups.com
Downloads and Development
-------------------------
Hosted at Google Code:
+ Project Site: http://mpi4py.googlecode.com/
+ Source Releases: http://code.google.com/p/mpi4py/downloads/
+ Issue Tracker: http://code.google.com/p/mpi4py/issues/
+ Mercurial Repository: http://code.google.com/p/mpi4py
|