#9650: Adding support for differential forms
-----------------------------------+----------------------------------------
Reporter: jvkersch | Owner: burcin
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.5.3
Component: symbolics | Keywords: forms, functions, symbolics
Author: Joris Vankerschaver | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Comment(by mpatel):
To placate `./sage -b`, which now gives
{{{
package init file 'sage/tensor/__init__.py' not found (or not a regular
file)
}}}
messages, could you add an empty `sage/tensor/__init__.py`.
Also, if you'd like to document your new modules in the reference manual,
you can add `tensor` to
{{{
SAGE_ROOT/devel/sage/doc/en/reference/index.rst
}}}
and create `tensor.rst`, patterned after `graphs.rst` (say), in the same
directory. To rebuild the manual, run
{{{
#!sh
$ cd SAGE_ROOT
$ ./sage -b
$ ./sage -docbuild reference html -j
}}}
Sphinx should print warnings about any docstring formatting problems. The
results will be in
{{{
SAGE_ROOT/devel/sage/doc/output/html/en/reference/
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9650#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.