@@ -21,29 +21,23 @@ ______________________________________________________________________
2121
2222<!-- Keep in sync with docs/source/index.md -->
2323
24- pytask is a workflow management system that facilitates reproducible data analyses. Its
25- features include:
24+ pytask facilitates reproducible data analyses. Its features are:
2625
27- - ** Automatic discovery of tasks.**
28- - ** Lazy evaluation.** If a task, its dependencies, and its products have not changed,
29- do not execute it.
30- - ** Debug mode.**
26+ - ** Automatic discovery of tasks**
27+ - ** Lazy execution** : Skip tasks when inputs and outputs are unchanged.
28+ - ** Debug mode** :
3129 [ Jump into the debugger] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/debugging.html )
32- if a task fails, get feedback quickly, and be more productive.
33- - ** Repeat a task with different inputs.**
34- [ Loop over task functions] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/repeating_tasks_with_different_inputs.html )
35- to run the same task with different inputs.
36- - ** Select tasks via expressions.** Run only a subset of tasks with
37- [ expressions and marker expressions] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/selecting_tasks.html ) .
38- - ** Easily extensible with plugins** . pytask is built on
39- [ pluggy] ( https://pluggy.readthedocs.io/en/latest/ ) , a plugin management framework that
40- allows you to adjust pytask to your needs. Plugins are available for
30+ if a task fails.
31+ - ** Repeat a task with different inputs** :
32+ [ Loop over task functions] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/repeating_tasks_with_different_inputs.html ) .
33+ - ** Task Selection** : Run subsets with
34+ [ expressions and markers] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/selecting_tasks.html ) .
35+ - ** Plugins** : Extend pytask with plugins for
4136 [ parallelization] ( https://github.com/pytask-dev/pytask-parallel ) ,
4237 [ LaTeX] ( https://github.com/pytask-dev/pytask-latex ) ,
4338 [ R] ( https://github.com/pytask-dev/pytask-r ) , and
44- [ Stata] ( https://github.com/pytask-dev/pytask-stata ) and more can be found
45- [ here] ( https://github.com/topics/pytask ) . Learn more about plugins in
46- [ this tutorial] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/plugins.html ) .
39+ [ Stata] ( https://github.com/pytask-dev/pytask-stata ) , and
40+ [ more] ( https://pytask-dev.readthedocs.io/en/stable/tutorials/plugins.html ) .
4741
4842# Installation
4943
0 commit comments