Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 918 Bytes

File metadata and controls

54 lines (31 loc) · 918 Bytes

(background)=

Background

This section contains explanations on why the project templates look the way they do. This includes a short explanation of the content of the pre-installed example, the basic design rationale, discussion of the workflow, the directory structure we chose, and a little background on directed acyclic graphs and pytask. There is not much reference to code or a particular programming language here, this is relegated to the next section.

(running_example)=

Running example

(design_rationale)=

Design Rationale


(workflow)=

How to Organize the Workflow?

(directory_structure)=

Directory Structure


(dag)=

Directed Acyclic Graphs


(pytask)=

Introduction to pytask