Opened 12 years ago
Closed 12 years ago
#9936 closed defect (fixed)
add sage.symbolic.function_factory to the reference manual
Reported by: | jason | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-4.6 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | sage-4.6.alpha2 | |
Authors: | Minh Van Nguyen | Reviewers: | Niles Johnson |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
I couldn't find sage.symbolic.function_factory.function in the reference manual. It looks like it is already formatted correctly. It just needs to be added into an appropriate place somewhere in sage/devel/sage/doc/en/reference/*.rst (maybe calculus.rst?)
Attachments (1)
Change History (4)
Changed 12 years ago by
comment:1 Changed 12 years ago by
- Status changed from new to needs_review
comment:2 Changed 12 years ago by
- Reviewers set to Niles Johnson
- Status changed from needs_review to positive_review
Indeed, calculus.rst
seems like the right place to put this. The patch applies cleanly, and the documentation compiles without warnings; the html output looks good too, so positive review
comment:3 Changed 12 years ago by
- Merged in set to sage-4.6.alpha2
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
The attachment trac_9936-symbolic-functions.patch adds the module
sage.symbolic.function_factory
to the reference manual, under the calculus chapter.