Skip to content

Commit

Permalink
Backport PR #53411 on branch 2.0.x (DOC: Fix tooltips and captions la…
Browse files Browse the repository at this point in the history
…bel) (#53412)

Backport PR #53411: DOC: Fix tooltips and captions label

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
  • Loading branch information
meeseeksmachine and datapythonista committed May 27, 2023
1 parent 8fc7924 commit 776f43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/style.ipynb
Expand Up @@ -520,7 +520,7 @@
"\n",
"*New in version 1.2.0*\n",
"\n",
"The [.set_td_classes()][tdclass] method accepts a DataFrame with matching indices and columns to the underlying [Styler][styler]'s DataFrame. That DataFrame will contain strings as css-classes to add to individual data cells: the `<td>` elements of the `<table>`. Rather than use external CSS we will create our classes internally and add them to table style. We will save adding the borders until the [section on tooltips](#Tooltips).\n",
"The [.set_td_classes()][tdclass] method accepts a DataFrame with matching indices and columns to the underlying [Styler][styler]'s DataFrame. That DataFrame will contain strings as css-classes to add to individual data cells: the `<td>` elements of the `<table>`. Rather than use external CSS we will create our classes internally and add them to table style. We will save adding the borders until the [section on tooltips](#Tooltips-and-Captions).\n",
"\n",
"[tdclass]: ../reference/api/pandas.io.formats.style.Styler.set_td_classes.rst\n",
"[styler]: ../reference/api/pandas.io.formats.style.Styler.rst"
Expand Down

0 comments on commit 776f43a

Please sign in to comment.