Skip to content

Commit

Permalink
docs(filesystem): add little doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 18, 2024
1 parent 58cdeeb commit fbca984
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,21 @@ def build(self) -> TREE:


class AreaMultipleMatrixList(FolderNode):
"""
Node representing a folder structure containing multiple matrix files for each area.
Example of tree structure:
.. code-block:: text
ts-numbers/thermal
├── at
│ ├── cluster_gas.txt
│ └── cluster2_gas.txt
└── be
└── cluster_nuclear.txt
"""

def __init__(
self,
context: ContextServer,
Expand Down

0 comments on commit fbca984

Please sign in to comment.