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
|
VisTrails documentation
***********************
Welcome to VisTrails' documentation!
VisTrails is an open-source scientific workflow and provenance management system written in Python, that supports data exploration and visualization.
This document is meant to be the internal documentation of the project, giving pointers on how the code is organized and the main design concepts. If you are a user, check out the users' guide distributed with your version of VisTrails instead (or `here <http://www.vistrails.org/usersguide/dev/html/>`__).
Contents
--------
.. toctree::
:maxdepth: 2
architecture
packages
registry
widgets
configuration
interpreter
output_modules
upgrades
jobs
Links
-----
* `Project homepage <http://www.vistrails.org/>`__
* `GitHub repository <https://github.com/VisTrails/VisTrails>`__
* `Users' guide <http://www.vistrails.org/usersguide/dev/html/>`__
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|