#13260: Add tutorials and quickstarts from PREP workshops to standard
documentation
---------------------------------------+------------------------------------
Reporter: kcrisman | Owner: mvngu
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.3
Component: documentation | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: André Apitzsch, Andrey
Novoseltsev, John Palmieri
Authors: Karl-Dieter Crisman | Merged in:
Dependencies: | Stopgaps:
---------------------------------------+------------------------------------
Comment (by jhpalmieri):
I get a doctest failure, presumably because of the change in deprecations
due to #13109:
{{{
sage -t devel/sage-main/doc/en/prep/Symbolics-and-Basic-Plotting.rst
**********************************************************************
File "/Users/palmieri/Desktop/Sage_stuff/sage_builds/sage-5.3.beta1/devel
/sage-main/doc/en/prep/Symbolics-and-Basic-Plotting.rst", line 128:
sage: FV(5,.05)
Expected:
doctest:...: DeprecationWarning: Substitution using function-call
syntax and unnamed arguments is deprecated and will be removed from a
future release of Sage; you can use named arguments instead, like
EXPR(x=..., y=...)
128.402541668774
Got:
doctest:1172: DeprecationWarning: Substitution using function-call
syntax and unnamed arguments is deprecated and will be removed from a
future release of Sage; you can use named arguments instead, like
EXPR(x=..., y=...)
See http://trac.sagemath.org/5930 for details.
128.402541668774
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13260#comment:23>
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.