Opened 13 years ago
Closed 13 years ago
#8457 closed defect (fixed)
Yet more annoying warnings when building the reference manual
Reported by: | mpatel | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3.4 |
Component: | documentation | Keywords: | |
Cc: | jhpalmieri, mvngu | Merged in: | sage-4.3.4.rc0 |
Authors: | Mitesh Patel | Reviewers: | John Palmieri |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Mostly of this sort:
categories/examples/finite_semigroups.rst:6: (WARNING/2) error while formatting signature for sage.categories.examples.finite_semigroups.LeftRegularBand.Element.wrapped_class.center: arg is not a module, class, method, function, traceback, frame, or code object
This may happen because wrapped_class = str
is [an alias of] a builtin.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | trac_8457-doc_skip_builtins.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | → sage-4.3.4 |
---|
The attached patch appears to be enough for builtins, if we're willing to skip them.
Note: It clashes with the first at #8452.
comment:2 Changed 13 years ago by
Status: | new → needs_review |
---|
comment:3 Changed 13 years ago by
Authors: | → Mitesh Patel |
---|---|
Reviewers: | → John Palmieri |
Status: | needs_review → positive_review |
I think this is okay: I don't see a problem with skipping builtins.
comment:4 Changed 13 years ago by
Merged in: | → sage-4.3.4.rc0 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
Skip builtins. Depends on #7448.