-
Notifications
You must be signed in to change notification settings - Fork 6
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
Improve some docstrings #177
Comments
The common approach is to enforce at most 80 characters. I'm fine with 80 chars.
Do we need it? It's no supposed to be public. |
I agree with underscore with no docstrings. |
Yes, one sentence per line is better to diff, which is very useful for text files, like readme and latex. |
Does it mean you agree with adopting that convention in docstrings? |
The case of code and docstrings is that some things, like old terminal versions and Julia documentation renderer, trim the text. |
Julia doesn't trim the text. |
Ah sorry I read it too fast, you mean code blocks displayed in the documentation pages... right. |
WorldDynamics.jl/src/functions.jl
Line 9 in 1ea057e
by linearly interpolating the function itself through the table
.Interpolate single value
is missing.The text was updated successfully, but these errors were encountered: