Skip to content

Commit 7d5389c

Browse files
Merge pull request #8586 from jorisvandenbossche/doc-whatsnew
DOC/REL: clean-up and restructure v0.15.0 whatsnew file (GH8477)
2 parents a95c5f0 + 4f8e85a commit 7d5389c

File tree

3 files changed

+469
-440
lines changed

3 files changed

+469
-440
lines changed

doc/source/api.rst

+2
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ Standard moving window functions
190190
rolling_quantile
191191
rolling_window
192192

193+
.. _api.functions_expanding:
194+
193195
Standard expanding window functions
194196
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195197

doc/source/whatsnew/v0.10.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ want to broadcast, we are phasing out this special case (Zen of Python:
4848
talking about:
4949

5050
.. ipython:: python
51+
:okwarning:
5152

5253
import pandas as pd
5354
df = pd.DataFrame(np.random.randn(6, 4),

0 commit comments

Comments
 (0)