~memmett/pydendro/pydendro

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Matthew Emmett
  • Date: 2012-03-15 02:26:57 UTC
  • Revision ID: memmett@unc.edu-20120315022657-8ylscr0mv3kbyg6l
ImportedĀ docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PyDendro
 
2
========
 
3
 
 
4
The PyDendro project provides a set of open source tools for analysing
 
5
ring width measurements.
 
6
 
 
7
PyDendro consists of two main parts:
 
8
 
 
9
* A set of Python modules to read and write ring width measurements
 
10
  and perform some basic manipulations.  These are helpful for
 
11
  creating your own batch processing scripts in Python.
 
12
 
 
13
* A graphical user interface to visualize ring width measurements and
 
14
  perform basic manipulations.
 
15
 
 
16
Please see the :doc:`Examples <examples>` page for a brief overview of
 
17
PyDendro's features.
 
18
 
 
19
PyDendo can be downloaded from the `PyDendro project page`_.  It is in
 
20
the very early stages of development: comments, suggestions, and
 
21
contributions are welcome!  Please contact `Matthew Emmett`_ if you
 
22
have any questions.
 
23
 
 
24
.. toctree::
 
25
   :hidden:
 
26
 
 
27
   self
 
28
   examples
 
29
 
 
30
 
 
31
.. _`PyDendro project page`: http://github.com/memmett/PyDendro
 
32
.. _`Matthew Emmett`: http://www.unc.edu/~mwemmett/
 
33
 
 
34