Skip to content

Commit 7f1dc9c

Browse files
committed
DOC: minor formatting corrections in v0.14.0 / release
1 parent 2614b2b commit 7f1dc9c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

doc/source/release.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,10 @@ Prior Version Deprecations/Changes
211211
- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`391`)
212212

213213
- Remove ``name`` keyword from :func:`get_data_yahoo` and
214-
:func:`get_data_google` (`commit b921d1a
215-
<https://github.com/pydata/pandas/commit/b921d1a2>`__)
214+
:func:`get_data_google` ( `commit b921d1a <https://github.com/pydata/pandas/commit/b921d1a2>`__ )
216215

217216
- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
218-
(`commit 3136390
219-
<https://github.com/pydata/pandas/commit/3136390>`__)
217+
( `commit 3136390 <https://github.com/pydata/pandas/commit/3136390>`__ )
220218

221219
- Remove ``time_rule`` from several rolling-moment statistical functions, such
222220
as :func:`rolling_sum` (:issue:`1042`)

doc/source/v0.14.0.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,10 @@ There are prior version deprecations that are taking effect as of 0.14.0.
371371
- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`391`)
372372

373373
- Remove ``name`` keyword from :func:`get_data_yahoo` and
374-
:func:`get_data_google` (`commit b921d1a
375-
<https://github.com/pydata/pandas/commit/b921d1a2>`__)
374+
:func:`get_data_google` ( `commit b921d1a <https://github.com/pydata/pandas/commit/b921d1a2>`__ )
376375

377376
- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
378-
(`commit 3136390
379-
<https://github.com/pydata/pandas/commit/3136390>`__)
377+
( `commit 3136390 <https://github.com/pydata/pandas/commit/3136390>`__ )
380378

381379
- Remove ``time_rule`` from several rolling-moment statistical functions, such
382380
as :func:`rolling_sum` (:issue:`1042`)

0 commit comments

Comments
 (0)