-
-
Notifications
You must be signed in to change notification settings - Fork 482
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 the documentation of sage/misc/cython.py #11954
Comments
comment:1
Attachment: trac_11954-cython-doc.patch.gz |
comment:2
(This is a follow-up to #11887. In that ticket, we changed the documentation from the |
Replying to @jhpalmieri:
Did you open a ticket for that? ;P |
comment:4
It might actually be covered by #7716, but I haven't tested it. |
Milestone sage-4.7.3 deleted |
comment:6
Apply trac_11954-cython-doc.patch, trac_11954-review.patch Here's a new patch which makes various cosmetic changes to the Sphinx formatting. I wasn't sure what the mysterious If you're happy with my reviewer patch, that's a positive review. |
Reviewer: David Loeffler |
comment:7
I'm mostly happy with the reviewer patch -- thanks for your work on this, it looks much better now. However, I don't like line 314:
The quotes don't look good after running Sphinx. Maybe it should be |
Attachment: trac_11954-review.patch.gz Apply over previous patch |
comment:8
Apply trac_11954-cython-doc.patch, trac_11954-review.patch This patch goes for the |
Changed reviewer from David Loeffler to David Loeffler, John Palmieri |
comment:9
Great, looks good to me. |
Changed author from John Palmieri to John Palmieri, David Loeffler |
Merged: sage-5.0.beta9 |
Various functions in cython.py have no documentation. The attached patch improves this. Note that after apply the patch,
sage --coverage cython.py
does not report 100%, because some multiline strings are interpreted as undocumented functions/classes/methods by the coverage script. Also, the functioncython
has no doctests. Suggests for that?This also adds cython.py to the reference manual.
Component: misc
Author: John Palmieri, David Loeffler
Reviewer: David Loeffler, John Palmieri
Merged: sage-5.0.beta9
Issue created by migration from https://trac.sagemath.org/ticket/11954
The text was updated successfully, but these errors were encountered: