Skip to content

Commit

Permalink
Clarify purpose of mermaid tools in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Jan 13, 2025
1 parent 4e4daad commit 8aa2744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/lsst/pipe/base/mermaid_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def _makeDatasetNode(dsRef: DatasetRef, allDatasetRefs: dict[str, str], file: An
def graph2mermaid(qgraph: QuantumGraph, file: Any) -> None:
"""Convert QuantumGraph into a Mermaid flowchart (top-down).
This method is mostly for documentation/presentation purposes.
Parameters
----------
qgraph : `~lsst.pipe.base.QuantumGraph`
Expand Down Expand Up @@ -301,6 +303,8 @@ def pipeline2mermaid(
This function produces a Mermaid flowchart, representing tasks and their
inputs/outputs as dataset nodes. It uses a top-down layout.
This method is mostly for documentation/presentation purposes.
Parameters
----------
pipeline : Pipeline or Iterable[TaskDef]
Expand Down

0 comments on commit 8aa2744

Please sign in to comment.