Skip to content

Commit

Permalink
Merge pull request #206 from mgcooper/development
Browse files Browse the repository at this point in the history
Fix data.rst to correctly render input directory tree
  • Loading branch information
changliao1025 authored Nov 7, 2023
2 parents 542bc72 + 6349400 commit a329339
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/source/data/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,16 @@ Inputs
The following recommended workspace structure and example input files are provided to run a PyFlowline simulation. Although the repo includes example configuration files in the examples/ directory, they can be placed wherever the user prefers, as long as the paths within them point to the correct locations for input (and output) data.

::
data
└── <domain_name>
├── input
│ ├── boundary_wgs.geojson
│ ├── flowline.geojson
│ ├── pyflowline_<domain_name>_<meshtype>.json
│ └── pyflowline_<domain_name>_basins.json
└── output
└── ...

data
└── <domain_name>
├── input
│ ├── boundary_wgs.geojson
│ ├── flowline.geojson
│ ├── pyflowline_<domain_name>_<meshtype>.json
│ └── pyflowline_<domain_name>_basins.json
└── output
└── ...

==============================
Outputs
Expand Down

0 comments on commit a329339

Please sign in to comment.