Skip to content

Commit 97215b3

Browse files
jnothmanjreback
authored andcommitted
Fix link to Style docs following nbsphinx move (#16062)
1 parent 1b52b12 commit 97215b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v0.17.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We can render the HTML to get the following table.
5858
:file: whatsnew_0171_html_table.html
5959

6060
:class:`~pandas.core.style.Styler` interacts nicely with the Jupyter Notebook.
61-
See the :ref:`documentation <style>` for more.
61+
See the :ref:`documentation <style.ipynb>` for more.
6262

6363
.. _whatsnew_0171.enhancements:
6464

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ For example, after running the following, ``styled.xlsx`` renders as below:
430430
import os
431431
os.remove('styled.xlsx')
432432

433-
See the :ref:`Style documentation <style>` for more detail.
433+
See the :ref:`Style documentation <style.ipynb>` for more detail.
434434

435435
.. _whatsnew_0200.enhancements.intervalindex:
436436

0 commit comments

Comments
 (0)