Skip to content

Commit

Permalink
Merge pull request #289 from ImperialCollegeLondon/288-fix-links
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
barneydobson authored Sep 25, 2024
2 parents 246b7f7 + f0239c3 commit bddadb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ example:
![SWMM Model](docs/images/andorra_swmm_screenshot.png)

<!-- markdown-link-check-disable -->
Follow the [Quickstart](https://imperialcollegelondon.github.io/swmmanywhere/quickstart)
Follow the [Quickstart](https://imperialcollegelondon.github.io/SWMManywhere/quickstart)
for a more detailed initial example and
[ReadTheDocs](https://imperialcollegelondon.github.io/swmmanywhere/)
[ReadTheDocs](https://imperialcollegelondon.github.io/SWMManywhere/)
for full information of SWMManywhere capabilities.
<!-- markdown-link-check-enable -->

Expand Down
4 changes: 2 additions & 2 deletions docs/config_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ data sources beyond those that are provided by default...
A user may want to change some of the key data files that underpin SWMManywhere, such
as the base `elevation` file (i.e., a DEM from NASADEM) if you have higher resolution
data for your region. You can explore the default file structure of a SWMManywhere
project in [link to filepaths page], but a user may provide their own file paths
project at [`FilePaths`](reference-filepaths.md), but a user may provide their own file paths
via the config file through the `address_overrides` entry, for example:

```yml
Expand All @@ -114,7 +114,7 @@ The path to a `subcatchments` geometry file, and a `graph` file (see
[`save_graph`](reference-graph-utilities.md#swmmanywhere.graph_utilities.save_graph)
for format) must be provided - however this is temporary and will be unnecessary
following the fixing of
[this].
[this](https://github.com/ImperialCollegeLondon/SWMManywhere/issues/84).
The user can then provide either an `inp` path to the SWMM `.inp`
model file, or if the file has already been run, directly to the `results` file. If
a `results` file is provided this will always be used for metric calculation. If
Expand Down
10 changes: 9 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
SWMManywhere is a Python tool to synthesise Urban Drainage Models (UDM) anywhere in the world.
It handles everything from data acquisition to running the UDM in the [SWMM](https://www.epa.gov/sites/default/files/2019-02/documents/epaswmm5_1_manual_master_8-2-15.pdf) software.

## Install SWMManywhere

Install SWMManywhere:

```bash
pip install swmmanywhere
```

## Run SWMManywhere

The intended use of SWMManywhere is via a Command Line Interface (CLI) that receives
Expand Down Expand Up @@ -43,4 +51,4 @@ If you want to investigate your model in GIS, then the geospatial data that was
## Not happy with your model?

Then it sounds like you want to explore the wide range of customisability that SWMManywhere offers!
See our notebooks to understand what is going on in greater detail and how to create better synthetic UDMs.
See our [guides](config_guide.md) to understand what is going on in greater detail and how to create better synthetic UDMs.

0 comments on commit bddadb3

Please sign in to comment.