Opened 12 years ago
Closed 12 years ago
#8819 closed defect (fixed)
warnings in building documentation of Sage 4.4.2.alpha0
Reported by: | mvngu | Owned by: | mvngu |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.4.2 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | sage-4.4.2.rc0 | |
Authors: | Minh Van Nguyen | Reviewers: | John Cremona |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Building the documentation of Sage 4.4.1.alpha2 results in the following warnings in the reference manual:
docstring of sage.calculus.interpolators.CCSpline.derivative:7: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. docstring of sage.calculus.interpolators.CCSpline.value:6: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. docstring of sage.calculus.interpolators.PSpline.derivative:7: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. docstring of sage.calculus.interpolators.PSpline.value:7: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. /dev/shm/mvngu/sandbox/sage-4.4.1.alpha2/local/lib/python2.6/site-packages/sage/modular/modsym/space.py:docstring of sage.modular.modsym.space.ModularSymbolsSpace.abvarquo_rational_cuspidal_subgroup:13: (WARNING/2) Literal block expected; none found.
The same warnings also appear when building the reference manual of Sage 4.4.2.alpha0.
Attachments (1)
Change History (7)
comment:1 Changed 12 years ago by
- Status changed from new to needs_review
Changed 12 years ago by
comment:2 Changed 12 years ago by
- Priority changed from blocker to minor
comment:3 Changed 12 years ago by
- Description modified (diff)
comment:4 Changed 12 years ago by
- Summary changed from warnings in building documentation of Sage 4.4.1.alpha2 to warnings in building documentation of Sage 4.4.2.alpha0
comment:5 Changed 12 years ago by
- Reviewers set to John Cremona
- Status changed from needs_review to positive_review
Patch applies fine to 4.4.2.alpha0. docbuild reference html produced no warnings or errors. The html files which are changed look ok (not perfect, e.g. some more math markup would be nice, but that is not the issue here).
Hence positive review.
comment:6 Changed 12 years ago by
- Merged in set to sage-4.4.2.rc0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
based on Sage 4.4.1.alpha2