Skip to content

Commit b46223a

Browse files
committed
CLN/DOC: change links to release notes in CONTRIBUTING and whatnews
1 parent 02736a0 commit b46223a

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ your contribution or address the issue you're having.
7171
7272
which fails on python 2.6, use `self.assertRaises(TheException,func,args)` instead.
7373
74-
- RELEASE.rst and doc/source/vx.y.z.txt contain an on-going changelog for each
75-
release as it is worked on. Add entries to these files as needed in
76-
a separate commit in your PR, documenting the fix, enhancement or (unavoidable)
77-
breaking change.
74+
- doc/source/release.rst and doc/source/vx.y.z.txt contain an on-going
75+
changelog for each release as it is worked on. Add entries to these files
76+
as needed in a separate commit in your PR, documenting the fix, enhancement
77+
or (unavoidable) breaking change.
7878
- For extra brownie points, use "git rebase -i" to squash and reorder
7979
commits in your PR so that the history makes the most sense. Use your own
8080
judgment to decide what history needs to be preserved.

doc/source/v0.10.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Adding experimental support for Panel4D and factory functions to create n-dimens
350350

351351

352352

353-
See the `full release notes
354-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
353+
See the :ref:`full release notes
354+
<release>` or issue tracker
355355
on GitHub for a complete list.
356356

doc/source/v0.10.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ combined result, by using ``where`` on a selector table.
206206
:issue:`2629`, :issue:`2626`)
207207

208208

209-
See the `full release notes
210-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
209+
See the :ref:`full release notes
210+
<release>` or issue tracker
211211
on GitHub for a complete list.
212212

doc/source/v0.11.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Enhancements
320320
HTML character escaping (enabled by default) and escapes ``&``, in addition
321321
to ``<`` and ``>``. (:issue:`2919`)
322322

323-
See the `full release notes
324-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
323+
See the :ref:`full release notes
324+
<release>` or issue tracker
325325
on GitHub for a complete list.
326326

doc/source/v0.11.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ Bug Fixes
387387
- Fixed a bug where ``DataFrame.replace`` with a compiled regular expression
388388
in the ``to_replace`` argument wasn't working (:issue:`3907`)
389389

390-
See the `full release notes
391-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
390+
See the :ref:`full release notes
391+
<release>` or issue tracker
392392
on GitHub for a complete list.

doc/source/v0.7.3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ v.0.7.3 (April 12, 2012)
66
This is a minor release from 0.7.2 and fixes many minor bugs and adds a number
77
of nice new features. There are also a couple of API changes to note; these
88
should not affect very many users, and we are inclined to call them "bug fixes"
9-
even though they do constitute a change in behavior. See the `full release
10-
notes <https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue
9+
even though they do constitute a change in behavior. See the :ref:`full release
10+
notes <release>` or issue
1111
tracker on GitHub for a complete list.
1212

1313
New features

doc/source/v0.8.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ than 20 distinct authors. Most pandas 0.7.3 and earlier users should not
1010
experience any issues upgrading, but due to the migration to the NumPy
1111
datetime64 dtype, there may be a number of bugs and incompatibilities
1212
lurking. Lingering incompatibilities will be fixed ASAP in a 0.8.1 release if
13-
necessary. See the `full release notes
14-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
13+
necessary. See the :ref:`full release notes
14+
<release>` or issue tracker
1515
on GitHub for a complete list.
1616

1717
Support for non-unique indexes

doc/source/v0.9.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ API changes
8888
(:issue:`1915`)
8989

9090

91-
See the `full release notes
92-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
91+
See the :ref:`full release notes
92+
<release>` or issue tracker
9393
on GitHub for a complete list.
9494

doc/source/v0.9.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ API changes
136136
read_csv(StringIO(data), converters={'A' : lambda x: x.strip()})
137137

138138

139-
See the `full release notes
140-
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
139+
See the :ref:`full release notes
140+
<release>` or issue tracker
141141
on GitHub for a complete list.

0 commit comments

Comments
 (0)