From a33a7f04e1b40b7b28986bb3d6e7b4edbba3cad8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 30 Oct 2014 10:07:13 -0700 Subject: [PATCH] note about mime-bundle in nbformat doc --- docs/source/notebook/nbformat.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/notebook/nbformat.rst b/docs/source/notebook/nbformat.rst index f10a35ac0..975d7485c 100644 --- a/docs/source/notebook/nbformat.rst +++ b/docs/source/notebook/nbformat.rst @@ -158,11 +158,13 @@ stream output display_data ************ -Rich display messages (as created by ``display_data`` messages) -contain data keyed by mime-type. All mime-type data should +Rich display outputs, as created by ``display_data`` messages, +contain data keyed by mime-type. This is often called a mime-bundle, +and shows up in various locations in the notebook format and message spec. The metadata of these messages may be keyed by mime-type as well. + .. sourcecode:: python {