#12847: Catalan: introduction to Sage
-------------------------------------+-------------------------------------
       Reporter:  mvngu              |        Owner:  mvngu
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  documentation      |   Resolution:
       Keywords:  tutorial catalan   |    Merged in:
        Authors:  Maria Bras-        |    Reviewers:  Xavier Guitart,
  Amoros, Marc Masdeu                |  Frédéric Chapoton, Karl-Dieter
Report Upstream:  N/A                |  Crisman
         Branch:                     |  Work issues:
  public/ticket/12847                |       Commit:
   Dependencies:                     |  5e662879589095c37ebeff92f2e0282f4af6c52d
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 Actually, I found a few very minor things you may have missed.

 * This will be machine-dependent, as it involves dictionaries.
 {{{
 sage -t src/doc/ca/tutorial/index.rst
 **********************************************************************
 File "src/doc/ca/tutorial/index.rst", line 494, in doc.ca.tutorial.index
 Failed example:
     solutions = solve([sqrt(x) + sqrt(y) == 5, x + y == 10], x,
 y,solution_dict = True); solutions
 Expected:
     [{x: -5/2*I*sqrt(5) + 5, y: 5/2*I*sqrt(5) + 5}, {x: 5/2*I*sqrt(5) + 5,
 y: -5/2*I*sqrt(5) + 5}]
 Got:
     [{y: 5/2*I*sqrt(5) + 5, x: -5/2*I*sqrt(5) + 5},
      {y: -5/2*I*sqrt(5) + 5, x: 5/2*I*sqrt(5) + 5}]
 **********************************************************************
 1 item had failures:
 }}}
   Since the solutions are then printed out nicely, I think the easiest fix
 is just to confirm the solutions are, in fact, dicts.
 * There were two extra `skip`s that escaped because of a misplaced double
 colon.
 * Finally, since in several other localizations (Spanish, Russian, French)
 the `tutorial` files are the translations of the original tutorial, I
 think we should rename this - maybe `introduction` or something.  I'm
 going to do that as well.

 Then all that will need review ... sorry.

--
Ticket URL: <http://trac.sagemath.org/ticket/12847#comment:28>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to