Opened 10 years ago
Closed 9 years ago
#11916 closed enhancement (duplicate)
add numerical integration to reference manual
Reported by: | kcrisman | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | documentation | Keywords: | integral, reference, beginner |
Cc: | Merged in: | ||
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Change History (5)
comment:1 follow-up: ↓ 2 Changed 10 years ago by
- Status changed from new to needs_info
comment:2 in reply to: ↑ 1 Changed 10 years ago by
Replying to zimmerma:
what do you mean by "not in the reference manual"?
I mean it is not in the HTML/PDF document generated by Sphinx, because we haven't added it to that. See http://www.sagemath.org/doc/reference/genindex-N.html and search for this command.
comment:3 Changed 10 years ago by
isn't the HTML/PDF document automatically generated from the on-line documentation?
Paul
comment:4 Changed 10 years ago by
- Keywords beginner added
The documentation from the command line is NOT the same as the HTML/PDF documentation. You may have noticed, after a Sage build completes, that it spends some time generating doc; but only modules which are up to snuff in terms of formatting and which someone bothered to add to it gets added. That is a lot of them! But not all. And they do need to be formatted pretty well for that to happen.
Anyway, this is probably a fairly trivial patch to make, looking at examples of how other modules are included, so I'm putting 'beginner' on it. An ideal patch for this would also put in some hyperlink cross-references in the calculus documentation, e.g. at http://www.sagemath.org/doc/reference/sage/calculus/functional.html.
comment:5 Changed 9 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
- Resolution set to duplicate
- Reviewers set to Jeroen Demeyer
- Status changed from needs_info to closed
See #12047 where I do this (I had to edit that file anyway and decided to clean up the documentation while I was at it).
what do you mean by "not in the reference manual"? It is documented:
Paul