You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: new-docs/source/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ The power of Pydra lies in ease of constructing workflows, containing complex
13
13
multiparameter map-reduce operations, in Python code and the use of a global cache (see
14
14
:ref:`Design philosophy` for the rationale behind its design).
15
15
16
-
Pydra's key features are:
16
+
**Key features**:
17
17
18
-
* Combine diverse tasks, implemented in `Python functions <./tutorial/3-python.html>`__ or stand-alone `shell commands <./tutorial/4-shell.html>`__, into coherent `workflows <./tutorial/5-workflow.html>`__
18
+
* Combine diverse tasks (`Python functions <./tutorial/3-python.html>`__ or `shell commands <./tutorial/4-shell.html>`__) into coherent `workflows <./tutorial/5-workflow.html>`__
19
19
* Map-reduce like semantics (see :ref:`Splitting and combining`)
20
20
* Dynamic workflow construction using Python code (see :ref:`Dynamic construction`)
21
-
* Modular execution systems for varied deployment on cloud, HPC, etc... (see `Execution options <./tutorial/2-advanced-execution.html>`__)
22
-
* Support for the execution of tasks in containerized environments (see :ref:`Containers and environments`)
23
-
* Global caching to reduce recomputation (see :ref:`Hashing and caching`)
21
+
* Modular backends for deployment on different execution platforms (e.g. cloud, HPC, etc...) (see `Execution options <./tutorial/2-advanced-execution.html>`__)
22
+
* Support for the execution of tasks in containerized environments (see :ref:`Software environments`)
23
+
* Global caching to reduce recomputation (see :ref:`Caches and hashes`)
24
24
* Support for strong type-checking, including file types, at workflow construction time (see :ref:`Typing and file-formats`)
0 commit comments