#2110: Cython annotation should be available more easily
-------------------------------+--------------------------------------------
Reporter: roed | Owner: was
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.7.2
Component: user interface | Resolution: fixed
Keywords: | Work_issues:
Upstream: N/A | Reviewer:
Author: | Merged:
Dependencies: |
-------------------------------+--------------------------------------------
Changes (by robertwb):
* status: new => closed
* resolution: => fixed
* upstream: => N/A
Comment:
As of http://hg.sagemath.org/scripts-main/annotate/b1badfb26e13/sage-
cython#1
You can do
{{{
sage -cython -a /path/to/file.spyx
}}}
or
{{{
sage -cython -a /sage/library/file.pyx
}}}
or even
{{{
sage -cython -a -sage /path/to/non/library/file.pyx
}}}
To do this.
Also, as of Cython 0.15 , existing .html files will automatically get
updated even if the -a flag is not used to ensure they stay in sync.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2110#comment:1>
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.