Go to file
Brian Granger 3ced248d86 Lots of work on the display system, focused on pylab stuff.
* Moved the pprint attribute to PlainTextFormatter.
* Added DisplayFormatter.plain_text_only for disabling all but the
  plain text formatting. This is now used by doctest_mode.
* Remove result_display hook.
* Fixed doctest_mode magic.
* Refactored inline matplotlib backend to use new display system.
* Added display formatter for matplotlib.figure.Figure objects.
  so the display system will show the svg for them.
* Added display and display_png to the user's namespace in pylab.
* Cleaned up pylabtools.py
2011-01-23 21:29:41 -08:00
docs/source/_static added logo to sphinx documentation 2010-10-24 18:36:05 -07:00
IPython Complete support of git commit info with IPython.sys_info(). 2010-10-26 23:19:36 -07:00
.gitignore added gh-pages command for GitHub hosted sphinx docs 2011-01-02 16:00:59 -08:00
setup.py fix windows post-installation routines with setuptools installed 2010-11-02 16:18:29 -04:00
setupbase.py Lots of work on the display system, focused on pylab stuff. 2011-01-23 21:29:41 -08:00