##// END OF EJS Templates
Cross-link rich display docs from display() docstring
Thomas Kluyver -
Show More
@@ -252,8 +252,9 b' def display(*objs, include=None, exclude=None, metadata=None, transient=None, di'
252 display in IPython by following the above approach. But in practice, you
252 display in IPython by following the above approach. But in practice, you
253 often need to work with existing classes that you can't easily modify.
253 often need to work with existing classes that you can't easily modify.
254
254
255 You can refer to the documentation on IPython display formatters in order to
255 You can refer to the documentation on integrating with the display system in
256 register custom formatters for already existing types.
256 order to register custom formatters for already existing types
257 (:ref:`integrating_rich_display`).
257
258
258 .. versionadded:: 5.4 display available without import
259 .. versionadded:: 5.4 display available without import
259 .. versionadded:: 6.1 display available without import
260 .. versionadded:: 6.1 display available without import
@@ -19,6 +19,8 b' returns a list of objects which are possible keys in a subscript expression'
19 .. versionadded:: 5.0
19 .. versionadded:: 5.0
20 Custom key completions
20 Custom key completions
21
21
22 .. _integrating_rich_display:
23
22 Rich display
24 Rich display
23 ============
25 ============
24
26
General Comments 0
You need to be logged in to leave comments. Login now