mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
83 stars 5 forks source link

Documentation page #107

Closed bashirmindee closed 1 year ago

bashirmindee commented 1 year ago

Description

  1. Document all public usages of Tawazi
  2. remove target_nodes and exclude_nodes from DAG.call
  3. use mkdocstrings to generate the documentation html page
  4. DAGExecution.get_nodes_by_id and get_nodes_by_tag acts correctly before running the DAGExecution
  5. DAGExecution.setup no longer takes any argument because these arguments are already provided by DAGExecution's constructor