Skip to content

Commit 58d34e0

Browse files
committed
Link to public API reference
1 parent a2476e5 commit 58d34e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/pandas/pdeps/0017-backwards-compatibility-and-deprecation-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For the purposes of this PDEP, the last minor release before a major release wil
3131

3232
## General policy
3333

34-
This policy applies to the public API. Anything not part of the public API or is marked as "Experimental" may be changed or removed at anytime.
34+
This policy applies to the [public API][1]. Anything not part of the [public API][1] or is marked as "Experimental" may be changed or removed at anytime.
3535

3636
- Breaking backwards compatibility should benefit more than it harms users.
3737
- Breaking changes should go through a deprecation cycle before being implemented.
@@ -82,3 +82,5 @@ When one enforces a deprecation, they should:
8282
### PDEP-17 History
8383

8484
- 27 June 2024: Initial version.
85+
86+
[1]: https://pandas.pydata.org/docs/reference/index.html

0 commit comments

Comments
 (0)