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

add more julia docstrings #607

Merged
merged 2 commits into from
Sep 25, 2023
Merged

add more julia docstrings #607

merged 2 commits into from
Sep 25, 2023

Conversation

visr
Copy link
Member

@visr visr commented Sep 19, 2023

I started this off simply wanting to switch to Documenter.jl version 1.0 that recently got released. But what wasn't clear from #470 is that the DocumenterMarkdown backend we use is not actively maintained, meaning we are stuck for now on the old Documenter 0.27.

In any case this addresses a few Documenter 0.27 warnings about missing docstrings. And when I started adding docstrings I figured the key functions really need some docstrings. I also added some more convenient methods, e.g. extending solve! from SciML on our Model, and adding model = Ribasim.Model(config) instead of only the more verbose BMI interface method model = BMI.initialize(Ribasim.Model, config).

@visr visr requested review from SouthEndMusic and Hofer-Julian and removed request for SouthEndMusic September 22, 2023 08:03
@Hofer-Julian
Copy link
Contributor

But what wasn't clear from #470 is that the DocumenterMarkdown backend we use is not actively maintained, meaning we are stuck for now on the old Documenter 0.27.

Can you open an issue for this?

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

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

Nice addition to our current docstrings.

The convenience functions also make sense to me

@Hofer-Julian Hofer-Julian merged commit 0b83781 into main Sep 25, 2023
18 checks passed
@Hofer-Julian Hofer-Julian deleted the doc1 branch September 25, 2023 09:00
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.

2 participants