Skip to content

Releases: spatialaudio/nbsphinx

nbsphinx 0.2.6

Choose a tag to compare

@mgeier mgeier released this 12 Apr 08:14

https://pypi.python.org/pypi/nbsphinx/0.2.6

  • Support for LaTeX math environments in Markdown cells
  • Add options nbsphinx_timeout and nbsphinx_codecell_lexer

nbsphinx 0.2.5

Choose a tag to compare

@mgeier mgeier released this 15 Mar 16:38

https://pypi.python.org/pypi/nbsphinx/0.2.5

  • Add option nbsphinx_allow_errors to globally ignore exceptions
  • Separate class nbsphinx.Exporter

nbsphinx 0.2.4

Choose a tag to compare

@mgeier mgeier released this 12 Feb 12:34

https://pypi.python.org/pypi/nbsphinx/0.2.4

  • Support for "nbsphinx-toctree" cell metadata

nbsphinx 0.2.3

Choose a tag to compare

@mgeier mgeier released this 22 Jan 12:16

https://pypi.python.org/pypi/nbsphinx/0.2.3

  • Links from notebooks to local files can now be used

nbsphinx 0.2.2

Choose a tag to compare

@mgeier mgeier released this 06 Jan 10:02

https://pypi.python.org/pypi/nbsphinx/0.2.2

  • Support for links to sub-sections in other notebooks

nbsphinx 0.2.1

Choose a tag to compare

@mgeier mgeier released this 04 Jan 18:53

https://pypi.python.org/pypi/nbsphinx/0.2.1

  • No need to mention source_suffix and source_parsers in conf.py

nbsphinx 0.2.0

Choose a tag to compare

@mgeier mgeier released this 27 Dec 17:29

https://pypi.python.org/pypi/nbsphinx/0.2.0

  • Add support for allow_errors and hidden metadata
  • Add custom reST template
  • Add nbinput and nboutput directives with HTML+CSS and LaTeX formatting
  • Turn nbsphinx into a Sphinx extension