Ticket #6 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

add non-xml fields (not so strictly validated)

Reported by: antont Assigned to: antont
Priority: lowest Milestone:
Component: nbdoc Version:
Severity: normal Keywords:
Cc: tzanko

Description

from wiki:

<sheet> nodes represent the actual rich text and ipython-specific cells. Currently docbook-xml is used as mark-up, and the format/type argument to sheets is discarded (old info: It has a "format" attribute to specify the format that the text is in. format="rest" means reST and format="html" means strict XHTML. <sheet> nodes contain <ipython-block> and <ipython-figure> nodes. When format="html", they may also contain XHTML tags.)

Change History

08/29/05 01:35:16 changed by anonymous

"cell styles, where 'Input' is one style, 'Plain text' is another, but one can equally have heading, subheading, etc." http://projects.scipy.org/ipython/ipython/wiki/NoteBook

started in around http://projects.scipy.org/ipython/ipython/changeset/762, see document.py

document.py

08/30/05 07:20:39 changed by antont

  • component changed from ipython to nbdoc.

12/01/05 09:49:21 changed by anonymous

02/14/07 00:59:01 changed by fperez

  • priority changed from normal to lowest.