-
-
Notifications
You must be signed in to change notification settings - Fork 654
sage.{topology,homology}
: Update # needs, modularization fixes
#36051
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
sage.{topology,homology}
: Update # needs, modularization fixes
#36051
Conversation
…dules' --only-tags --probe=sage.rings.finite_rings --overwrite src/sage/homology/*.py
…ogy: run 'sage -fixdoctests --only-tags'
…-tags src/sage/topology/*.py
… all src/sage/{hom,top}ology
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.
Only a few comments.
@@ -91,21 +92,21 @@ def __init__(self, matrices, C, D, check=True): | |||
|
|||
EXAMPLES:: | |||
|
|||
sage: S = simplicial_complexes.Sphere(1); S # optional - sage.graphs | |||
sage: S = simplicial_complexes.Sphere(1); S # needs sage.graphs |
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.
block scope or file level ? it seems needed every where
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.
Using block scope because there are quite a few doctests where the chain complex is constructed directly, not going through simplicial complexes
Documentation preview for this PR (built with commit 5d9bdcb; changes) is ready! 🎉 |
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.
Thanks! |
📝 Checklist
⌛ Dependencies