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

Joss paper #313

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3655eea
initial paper file
barneydobson Oct 16, 2024
e4ed747
paper to about
barneydobson Oct 16, 2024
bafd4b6
add some ai garbage
barneydobson Oct 16, 2024
95aa8f8
first pass
barneydobson Oct 16, 2024
c321ec7
fix coverage link
Oct 16, 2024
c6e3754
quick read over
barneydobson Oct 16, 2024
152b2cb
Merge branch 'joss-paper' of https://github.com/ImperialCollegeLondon…
barneydobson Oct 16, 2024
13e22e4
link paper in toc
barneydobson Oct 16, 2024
f43c371
Merge branch 'main' into joss-paper
barneydobson Oct 17, 2024
377349d
Merge branch 'main' into joss-paper
barneydobson Oct 22, 2024
f63a670
readover
barneydobson Oct 22, 2024
d335a25
Merge branch 'joss-paper' of https://github.com/ImperialCollegeLondon…
barneydobson Oct 22, 2024
695855a
Merge branch 'main' into joss-paper
barneydobson Oct 23, 2024
0e5d443
Merge branch 'main' into joss-paper
barneydobson Oct 23, 2024
6a86fb1
Merge branch 'main' into joss-paper
barneydobson Oct 24, 2024
dae86ca
fix graph warning
barneydobson Nov 1, 2024
af6dd9f
update
barneydobson Nov 1, 2024
9078b80
fix precommit
barneydobson Nov 1, 2024
c845191
update link checker
barneydobson Nov 1, 2024
42195b5
Update .markdown-link-check.json
barneydobson Nov 1, 2024
ebac5a2
Update .markdown-link-check.json
barneydobson Nov 1, 2024
9d98a19
Update .markdown-link-check.json
barneydobson Nov 1, 2024
07df823
Update ci_template.yml
barneydobson Nov 1, 2024
5e72d02
debug
barneydobson Nov 1, 2024
ae7ee40
update publish
barneydobson Nov 1, 2024
65d7740
Merge branch 'main' into joss-paper
barneydobson Nov 1, 2024
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
rev: v0.42.0
hooks:
- id: markdownlint
args: ["--disable", "MD013", "--"]
args: ["--disable", "MD013", "--disable", "MD025", "--"]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ derive a synthetic urban drainage network anywhere in the world.
## Table of contents
<!-- markdownlint-disable MD007 -->
- [Home](index.md)
- [About](./paper/paper.md)
- [Quickstart](quickstart.md)
- Guides:
- [Configuration file](config_guide.md)
Expand All @@ -24,4 +25,5 @@ derive a synthetic urban drainage network anywhere in the world.
- [Post processing](reference-post-processing.md)
- [Preprocessing](reference-preprocessing.md)
- [Config](reference-defs.md)
<!--- - [Coverage report](coverage.md)--->
- [Coverage report](https://app.codecov.io/gh/ImperialCollegeLondon/SWMManywhere)
<!--- --->
Loading