From 63494006161e97e181caf38b370bdf2cda2a137d Mon Sep 17 00:00:00 2001 From: mgcooper Date: Tue, 7 Nov 2023 10:27:17 -0800 Subject: [PATCH] fix(data.rst): Add space after :: so recommended input directory tree renders. --- docs/source/data/data.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/source/data/data.rst b/docs/source/data/data.rst index f545e49..9fd3b2a 100644 --- a/docs/source/data/data.rst +++ b/docs/source/data/data.rst @@ -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 - └── - ├── input - │ ├── boundary_wgs.geojson - │ ├── flowline.geojson - │ ├── pyflowline__.json - │ └── pyflowline__basins.json - └── output - └── ... + + data + └── + ├── input + │ ├── boundary_wgs.geojson + │ ├── flowline.geojson + │ ├── pyflowline__.json + │ └── pyflowline__basins.json + └── output + └── ... ============================== Outputs