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 authored and laurent-laporte-pro committed Jun 25, 2024
1 parent c725ac1 commit 9a7e67b
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 9a7e67b

Please sign in to comment.