Opened 9 months ago
Closed 8 months ago
#32457 closed defect (fixed)
Fix a few documentation issues in manifolds
Reported by: | egourgoulhon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.5 |
Component: | documentation | Keywords: | |
Cc: | mkoeppe, gh-mjungmath | Merged in: | |
Authors: | Eric Gourgoulhon | Reviewers: | Matthias Koeppe |
Report Upstream: | N/A | Work issues: | |
Branch: | 4bc9aa9 (Commits, GitHub, GitLab) | Commit: | 4bc9aa9771cfc0f96ec86768320ec4d4c774660d |
Dependencies: | Stopgaps: |
Description
This ticket fixes some errors in Sage 9.4 reference manual arising from recently merged code. This regards
- missing
::
before a doctest block - incorrect hyperlinks
- docstring started by
"""
instead ofr"""
, so that\theta
is interpreted by Sphinx as a tabulation +heta
. - an ill-placed
.. NOTE::
(cut-and-paste typo)
Change History (4)
comment:1 Changed 9 months ago by
- Branch set to public/manifolds/fix_doc-32457
- Cc mkoeppe gh-mjungmath added
- Commit set to 4bc9aa9771cfc0f96ec86768320ec4d4c774660d
- Status changed from new to needs_review
comment:2 Changed 9 months ago by
- Reviewers set to Matthias Koeppe
- Status changed from needs_review to positive_review
comment:3 Changed 9 months ago by
Thank you for the prompt review!
comment:4 Changed 8 months ago by
- Branch changed from public/manifolds/fix_doc-32457 to 4bc9aa9771cfc0f96ec86768320ec4d4c774660d
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Fix some documenation issues (Trac #32457)