diff --git a/doc/source/whatsnew/v0.20.0.txt b/doc/source/whatsnew/v0.20.0.txt index 2a72e99b13925..b65c729d0e299 100644 --- a/doc/source/whatsnew/v0.20.0.txt +++ b/doc/source/whatsnew/v0.20.0.txt @@ -314,7 +314,7 @@ To convert a ``SparseDataFrame`` back to sparse SciPy matrix in COO format, you sdf.to_coo() -.. _whatsnew_0200.enhancements.other: +.. _whatsnew_0200.enhancements.style_excel: Excel output for styled DataFrames ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -341,6 +341,8 @@ For example, after running the following, ``styled.xlsx`` renders as below: See the :ref:`Style documentation