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

Fix links in Python README.md files #1696

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Fix links in Python README.md files #1696

merged 2 commits into from
Aug 6, 2024

Conversation

visr
Copy link
Member

@visr visr commented Aug 5, 2024

Fixes #1686

@visr visr requested a review from Jingru923 August 5, 2024 21:08
@@ -13,8 +13,8 @@ setup is fully reproducible.
The package is [registered in PyPI](https://pypi.org/project/ribasim/) and can therefore
be installed with `pip install ribasim`.

For documentation please see the [examples](https://deltares.github.io/Ribasim/python/examples.html) and [API reference](https://deltares.github.io/Ribasim/python/reference/).
For documentation please see the https://deltares.github.io/Ribasim/.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For documentation please see the https://deltares.github.io/Ribasim/.
For documentation please see the https://deltares.github.io/Ribasim/ and [API reference](https://deltares.github.io/Ribasim/reference/python/)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should attach the link to our API, because it's useful for many people. Having a link is quite convenient.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, done. Main reason I removed it is because then it is less likely to break. Though this shouldn't change too often anyway.

Co-authored-by: Jingru923 <[email protected]>
@Jingru923 Jingru923 merged commit 13a8f4a into main Aug 6, 2024
26 of 30 checks passed
@Jingru923 Jingru923 deleted the links branch August 6, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Many broken links in our Ribasim Python page
2 participants