#1389: [with patches, mostly positive review] Citation instructions for Sage
--------------------------+-------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: website/wiki | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by jhpalmieri):
* summary: [with patches, needs review] Citation instructions for Sage
=> [with patches, mostly positive review]
Citation instructions for Sage
Comment:
Of the patches here:
{{{
copying.patch,
readme.patch,
readmeOSX.patch,
}}}
all look okay: the changes are pretty trivial.
{{{mercurial-howto.patch}}} I think is no longer needed, since I think
that file has been deleted. Right?
{{{10737.patch}}} actually changes some code, so is slightly less trivial.
It looks good, too.
I'll give a positive review to all of these. Two things:
1. After applying 10737.patch, the output from
{{{
sage: banner()
}}}
is
{{{
----------------------------------------------------------------------
| Sage Version 3.1.4, Release Date: 2008-10-16 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
}}}
which is not the same as what I see when I start up Sage:
{{{
----------------------------------------------------------------------
| SAGE Version 3.1.4, Release Date: 2008-10-16 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Loading SAGE library. Current Mercurial branch is: clone
}}}
Note the two instances of "SAGE" here. Where is this string coded?
2. My patch to the tutorial needs review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1389#comment:11>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---