#7747 closed defect (fixed)
miscellaneous documentation fixes
Reported by: | jhpalmieri | Owned by: | mvngu |
---|---|---|---|
Priority: | blocker | Milestone: | sage-4.3 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | sage-4.3.rc1 | |
Authors: | John Palmieri, Burcin Erocal | Reviewers: | Minh Van Nguyen |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
With Sage 4.3.rc0, I get a few doctest failures from sage/doc, at least one of which is related to #7406. The attached patch fixes them. It also reinstates some doctests which were disabled until #5338 was fixed.
Oh, and it also changes a .. math
block to match the actual LaTeX output from Sage.
I'm marking this as a blocker since without it, there are doctest failures.
Attachments (1)
Change History (7)
Changed 12 years ago by
comment:1 Changed 12 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 12 years ago by
- Reviewers set to Minh Van Nguyen
- Status changed from needs_review to positive_review
comment:3 Changed 12 years ago by
This is a duplicate of #7659, but the patch here does a little more. Can we use this patch instead of that one?
comment:4 Changed 12 years ago by
- Merged in set to sage-4.3.rc1
- Resolution set to fixed
- Status changed from positive_review to closed
I've merged the patch here instead of the one at #7659.
comment:5 Changed 12 years ago by
Could you please make sure that burcin also gets author credit for this (for his work on #7659)? Thanks.
Doctesting Sage 4.3.rc0 on
sage.math
results in the following failures:The patch
trac_7747-doc.patch
fixes both of these failures. All doctests now pass on sage.math.