-
Notifications
You must be signed in to change notification settings - Fork 2
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
Possible docs typo #23
Conversation
Thank you :) I'll merge this once you caught all the other typos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Feel free to merge once you incorporate the fixes below and squash the commits.
docs/src/user_guide.md
Outdated
something every 10 steps, and output it the average every 100 iterations. | ||
`schedule` functions are powerful, so there is an entire section dedicated to | ||
them below. `compute_schedule_func` and `output_schedule_func` are likely | ||
going to the same unless there are temporal reductions. | ||
- an `output_writer`, an object that knows how what to do with the output. | ||
going to the same (? same what ? output ?) unless there are temporal reductions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to the same (? same what ? output ?) unless there are temporal reductions. | |
going to be the same unless there are temporal reductions. |
docs/src/user_guide.md
Outdated
@@ -137,7 +136,7 @@ function compute_if_larger_than100(integrator) | |||
end | |||
``` | |||
|
|||
Strictly speaking, schedules do not have to functions, but callable objects. For | |||
Strictly speaking, schedules do not have to (? be ?) functions, but callable objects. For |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strictly speaking, schedules do not have to (? be ?) functions, but callable objects. For | |
Strictly speaking, schedules do not have to be functions, but callable objects. For |
69a2fa8
to
19ac5f4
Compare
docs/src/developer_guide.md
Outdated
@@ -2,7 +2,7 @@ | |||
|
|||
This page provides additional documentation on abstractions to use | |||
`ClimaDiagnostics`. Before reading this page, make sure you are familiar with | |||
the terminology. You know to know what a [`DiagnosticVariable`](@ref ClimaDiagnostics.DiagnosticVariables.DiagnosticVariable) and a | |||
the terminology. You need to know what a [`DiagnosticVariable`](@ref ClimaDiagnostics.DiagnosticVariables.DiagnosticVariable) and a | |||
[`ScheduledDiagnostic`](@ref ClimaDiagnostics.ScheduledDiagnostics.ScheduledDiagnostic) are. | |||
|
|||
There are three components needed to add support for `ClimaDiagnostics.jl` in your package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sbozzolo Here, we say "three components", but we then only list two. (or maybe I am missing something?) - I think maybe 1. should be DiagnosticVariable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. It's 2. I guess I changed my mind halfway through.
There was a few typo in the documentation. This PR fixed those typo.
0328cdd
to
79afe02
Compare
Possible typo in the docs
Purpose
To-do
Content