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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ multiparameter map-reduce operations, in Python code and the use of a global cac
15
15
16
16
Pydra's key features are:
17
17
18
-
* Combine diverse tasks, implemented in `Python functions <./tutorial/python.html>`__ or stand-alone `shell commands <./tutorial/shell.html>`__, into coherent `workflows <./tutorial/workflow.html>`__
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>`__
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/advanced-execution.html>`__)
21
+
* Modular execution systems for varied deployment on cloud, HPC, etc... (see `Execution options <./tutorial/2-advanced-execution.html>`__)
22
22
* Support for the execution of tasks in containerized environments (see :ref:`Containers and environments`)
23
23
* Global caching to reduce recomputation (see :ref:`Hashing and caching`)
24
24
* Support for strong type-checking, including file types, at workflow construction time (see :ref:`Typing and file-formats`)
@@ -112,18 +112,18 @@ See the full reference documentation for Pydra
0 commit comments