-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Standardize all repositories to the new and improved setup #24
Comments
I don't know if having the download count is really needed or even wanted for all packages. Particularly for newer repos it will be quite low so not so great as an advertisement to use the package. Is there any reason you are dropping Coveralls from the badges? I usually find its coverage reports much more useful to go through interactively than codecov. |
I think codecov is the only one that properly pools all of the statistics, so Coveralls will drop downstream, documentation, and buildkite coverage files. |
It seems like the current formatting CI will not format markdown files. Maybe we should add format_md? I could be wrong tho. |
changing |
@YingboMa did you run into the |
Alright, the massive reorganization is starting to see the light at the end of the tunnel. DiffEqJump -> JumpProcesses still needs to be done. The formatter hit a lot of errors which were captured here: domluna/JuliaFormatter.jl#610, so those repos will not have the formatter on them at least for now until that gets cleaned up. Someone needs to go update the badges on all repos, 😅 that'll be fun. Documentation coverage statistics increases the build times by more than 3x, which is not possible in some repos (like DiffEqSensitivity), but we should enable it where we can. Strict mode for documenter is still necessary in a few repos, and that can happen in a case-by-case basis. NeuralPDE.jl is the next big one I'll be doing (and that may need to split parallelize those tests onto multiple CI to get below 3 hours), and then the DiffEqDocs. But there's a lot of other smaller ones that can probably be done in an hour or so (RecursiveArrayTools, LinearSolve, NonlinearSolve, Integrals, ...) |
Most of the packages in the numerical utilities group just point toward a readme, because they don't have docs. |
I badged and doc covered most of the repos. |
I think the rest of the Thanks all! |
This includes:
@example
docs, like Even more docs clean up SciMLSensitivity.jl#649Anything missed?
The text was updated successfully, but these errors were encountered: