Commit d92161a
[Docs] Don't show "PublicAPI" message for stable APIs (ray-project#39976)
Many of our APIs contain a disclaimer like:
> PublicAPI: This API is stable across Ray releases.
However, this disclaimer isn't useful because you'd assume an API is stable in the absence of any warning. To remove noise from our documentation, this PR removes the disclaimer.
---------
Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com>1 parent 0747470 commit d92161a
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
0 commit comments