-
Notifications
You must be signed in to change notification settings - Fork 139
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
Documentation improvements (update import statements, include scripts) #1610
Conversation
Pre-commit doesn't support prettier anymore. Moving to biome
Makes all pages go from `/pagename.html` to `/pagename`. RTD will redirect these properly, so old links aren't broken https://docs.readthedocs.io/en/stable/user-defined-redirects.html#clean-html-urls-redirects
Based on the patch proposed by @VeckoTheGecko
…_JIT Support use of parcels.rng in Kernels
4009204
to
4274b06
Compare
4274b06
to
10c6824
Compare
I guess force pushing while referencing a commit glitches out the UI a bit. This is just a single commit in the git log |
Thought I'd wrap #1636 into here |
f6a62ed
to
be5e757
Compare
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.
In principle OK, but I don't entire understand why we still use from datetime import timedelta
.
Given also the other changes, would it not be more consistent to do import datetime
and then use datetime.timedelta
throughout?
The changes for the import statements are related to how these imports are typically done by the Python community, and reducing confusion for software developers. The imports for Similarly, changing |
This PR implements the following changes:
delta
alias fortimedelta
#1636/pagename.html
or/pagename/index.html
to/pagename
. Redirects are automatically handled by RTD so no broken links are createdLineString
errorBlocked by #1608