Skip to content

Commit

Permalink
Use html admonition note for info about copies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzril committed Jul 11, 2023
1 parent fd9b0f6 commit 58afeb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/tutorials/data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"\n",
"This tutorial explains how tabular data can be handled and transformed with the `Table` class.\n",
"\n",
"**Important note:** All operations on a `Table` return a new `Table`. The original `Table` will not be changed."
"<div class=\"admonition note\">\n",
" <p class=\"admonition-title\">Note</p>\n",
" <p>\n",
" All operations on a <code>Table</code> return a new <code>Table</code>. The original <code>Table</code> will not be changed.\n",
" </p>\n",
"</div>"
],
"metadata": {
"collapsed": false
Expand Down
7 changes: 6 additions & 1 deletion docs/tutorials/image_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"\n",
"This tutorial explains how images can be handled and transformed with the `Image` class.\n",
"\n",
"**Important note:** All operations on an `Image` return a new `Image`. The original `Image` will not be changed."
"<div class=\"admonition note\">\n",
" <p class=\"admonition-title\">Note</p>\n",
" <p>\n",
" All operations on an <code>Image</code> return a new <code>Image</code>. The original <code>Image</code> will not be changed.\n",
" </p>\n",
"</div>"
]
},
{
Expand Down

0 comments on commit 58afeb2

Please sign in to comment.