File: index.rst

package info (click to toggle)
vistrails 3.0~git%2B9dc22bd.dfsg.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,856 kB
  • sloc: python: 314,055; xml: 42,697; sql: 4,113; php: 731; sh: 469; makefile: 253
file content (38 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (2)
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`