On Wed, Dec 16, 2009 at 2:46 AM, John H Palmieri <[email protected]> wrote: > You can also use Sphinx/reST markup for this, described in the same > place. Here is an example of how that looks: > > <http://sagemath.org/doc/reference/sage/homology/ > simplicial_complex.html#sage.homology.simplicial_complex.SimplicialComplex>
I also like the Sphinx markup since it adds some semantics to the markup instead of just using a plain list. It makes it easier to extract this information for other purposes in the future if we need it. The only reason everything wasn't switched to it before was the the previous input and output blocks were varied enough that it wasn't really feasible to map the old format to this one. --Mike -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
