44=====
55
66Pydra is a lightweight, Python 3.11+ dataflow engine for computational graph construction,
7- manipulation, and distributed execution. Designed as a successor to created for [Nipype](https://github.com/nipy/nipype) ,
7+ manipulation, and distributed execution. Designed as a successor to created for Nipype _ ,
88Pydra is a general-purpose engine that supports analytics in any scientific domain.
99Pydra helps build reproducible, scalable, reusable, and fully automated, provenance
1010tracked scientific workflows that combine Python functions and shell commands.
@@ -13,11 +13,11 @@ The power of Pydra lies in ease of workflow creation and execution for complex
1313multiparameter map-reduce operations, and the use of global cache.
1414
1515Pydra's key features are:
16- - Modular execution backends (see [ Advanced execution](.. /tutorial/advanced-execution.html) )
17- - Map-reduce like semantics (see [ Splitting and combining](.. /explanation/splitting-combining.html) )
18- - Global cache support to reduce recomputation (see [ Hashing and caching](.. /explanation/hashing-caching.html) )
19- - Support for execution of Tasks in containerized environments (see [ Environments](.. /explanation/environments.html) )
20- - Strong type-checking and type-hinting support (see [ Typing](.. /explanation/typing.html) )
16+ - Modular execution backends (see ` Advanced execution < . /tutorial/advanced-execution.html>`__ )
17+ - Map-reduce like semantics (see ` Splitting and combining < . /explanation/splitting-combining.html>`__ )
18+ - Global cache support to reduce recomputation (see ` Hashing and caching < . /explanation/hashing-caching.html>`__ )
19+ - Support for execution of Tasks in containerized environments (see ` Environments < . /explanation/environments.html>`__ )
20+ - Strong type-checking and type-hinting support (see ` Typing < . /explanation/typing.html>`__ )
2121
2222See :ref: `Design philosophy ` for more an explanation of the design of Pydra.
2323
@@ -118,9 +118,8 @@ Indices and tables
118118
119119 explanation/design-approach
120120 explanation/splitting-combining
121- explanation/conditional-lazy
122121 explanation/typing
123- explanation/hashing-caching
122+ explanation/conditional-lazy
124123 explanation/environments
125124
126125
@@ -135,3 +134,5 @@ Indices and tables
135134.. _ANTs : http://stnava.github.io/ANTs/
136135.. _AFNI : https://afni.nimh.nih.gov/
137136.. _niworkflows : https://niworkflows.readthedocs.io/en/latest/
137+ .. _Nipype : https://nipype.readthedocs.io/en/latest/
138+ .. _
0 commit comments