-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Some documentation clean-up #39043
Some documentation clean-up #39043
Conversation
7f5a176
to
f0d9619
Compare
Documentation preview for this PR (built with commit f1c6b07; changes) is ready! 🎉 |
0d99b53
to
f40c0f6
Compare
f40c0f6
to
b8b7cbd
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.
I don't agree that this is an improvement. For hidden methods, it is okay, but for public facing ones (i.e., in the reference manual), I think it is better to be more self-contained, even if it means duplication and extra maintenance. (Ideally, there would be a way to have things copied automatically, but that is like trying to avoid the wretch...)
Before clicking through it I thought you would link https://xkcd.com/1319/ instead. Anyway I put back the duplication. The change is not just because previously the same thing was copy pasted to 4 places, the problem is it was inconsistent and unclear. Content change:
One of the 4 copies are internal, so I leave it as an indirection. The rest are explicitly documented. |
@@ -2268,7 +2280,11 @@ def gens(self, proof=None, **kwds): | |||
- ``use_database`` -- boolean (default: ``True``); if ``True``, attempts to | |||
find curve and gens in the (optional) database | |||
|
|||
- ``descent_second_limit`` -- (default: 12) used in 2-descent | |||
- ``descent_second_limit`` -- (default: 12); logarithmic height bound on |
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.
Also I notice the default here is 12 instead of 8… changing it would be a functional change though.
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.
I would leave it. I don't feel comfortable reviewing such a change.
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.
LGTM.
cc-ing @JohnCremona in case he has any comments.
Very good! These changes have my absolute approval, thanks. |
Consolidate the description. Previously it was scattered into 3 different places. also some minor changes (now `mwrank_lib` is the default as I read from the code) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. (no functional change) - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#39043 Reported by: user202729 Reviewer(s): Travis Scrimshaw, user202729
Consolidate the description. Previously it was scattered into 3 different places. also some minor changes (now `mwrank_lib` is the default as I read from the code) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. (no functional change) - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#39043 Reported by: user202729 Reviewer(s): Travis Scrimshaw, user202729
Consolidate the description. Previously it was scattered into 3 different places.
also some minor changes (now
mwrank_lib
is the default as I read from the code)📝 Checklist