[SciPy-Dev] ipython notebook for docs/examples

Fernando Perez fperez.net at gmail.com
Tue May 15 14:36:45 EDT 2012


On Tue, May 15, 2012 at 5:30 AM, alex arsenovic <aia8v at virginia.edu> wrote:
> sounds great. fernando, will notebook  handle sphinx cross-referencing?

Handling reST is tricky because it can't be rendered client-side.  But
we have the notion of 'raw' cells that get passed to the conversion
code unmodified, and you could use any reST/sphinx feature there.  It
wouldn't be rendered in any way in the live view, it would just show
up as plain text, but it would work.

Cheers,

f



More information about the SciPy-Dev mailing list