Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #43

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ that we have experienced in industry collaboration. The WSIMOD Python package
provides tutorials and examples to help modellers create nodes, connect them
with arcs, and create simulations.

You can access our documentation below or at [https://imperialcollegelondon.github.io/wsi](https://barneydobson.github.io/wsi).
You can access our documentation below or at [https://imperialcollegelondon.github.io/wsi](https://imperialcollegelondon.github.io/wsi).

*Requires*: Python 3 (tested on versions >=3.7), [tqdm](https://tqdm.github.io/), [PyYAML](https://pyyaml.org/), [dill](https://dill.readthedocs.io/en/latest/)

Expand All @@ -35,21 +35,21 @@ project documentation as described by Daniele Procida
in the [Diátaxis documentation framework](https://diataxis.fr/)
and consists of:

1. [About](https://barneydobson.github.io/wsi/paper/paper/)
1. [About](https://imperialcollegelondon.github.io/wsi/paper/paper/)

2. [Installation](https://barneydobson.github.io/wsi/installation/)
2. [Installation](https://imperialcollegelondon.github.io/wsi/installation/)

3. [Tutorials](https://barneydobson.github.io/wsi/tutorials/)
3. [Tutorials](https://imperialcollegelondon.github.io/wsi/tutorials/)

4. [How-To Guides](https://barneydobson.github.io/wsi/how-to/)
4. [How-To Guides](https://imperialcollegelondon.github.io/wsi/how-to/)

5. [Component library](https://barneydobson.github.io/wsi/component-library/)
5. [Component library](https://imperialcollegelondon.github.io/wsi/component-library/)

6. [API reference](https://barneydobson.github.io/wsi/reference/)
6. [API reference](https://imperialcollegelondon.github.io/wsi/reference/)

7. [Quickstart](https://barneydobson.github.io/wsi/demo/scripts/quickstart_demo/)
7. [Quickstart](https://imperialcollegelondon.github.io/wsi/demo/scripts/quickstart_demo/)

8. [Coverage](https://barneydobson.github.io/wsi/coverage/)
8. [Coverage](https://imperialcollegelondon.github.io/wsi/coverage/)

## Installation

Expand Down
Loading