Minh Nguyen wrote:
> The purpose of a release tour is to provide a high-level summary of
> features. It should provide some explanation about a feature, some
> "useful" code samples, and pretty pictures if relevant. Your summary
> on
> 
> http://wiki.sagemath.org/sage-4.1

MoinMoin can colorize Python code:

http://moinmo.in/HelpOnParsers#ParserBase

Examples:

{{{#!python numbers=disable
def f(x):
    return x * x
f(10.0)
}}}

http://wiki.sagemath.org/pics

The built-in parser may make some Cython, Python, and Sage code more
readable, but it's not perfect.  In particular, ?'s and !'s in Sage
output are placed in red boxes.  Third-party parsers I haven't tested:

http://moinmo.in/ParserMarket/Pygments
http://moinmo.in/ParserMarket/highlight

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to