From 76ec88491edd5b65349260be458c055424d78999 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Thu, 2 May 2019 20:19:52 +0200 Subject: [PATCH] Canonicalize CRAN links --- .../source/getting_started/comparison/comparison_with_r.rst | 2 +- pandas-docs/source/user_guide/visualization.rst | 2 +- pandas-docs/source/whatsnew/v0.16.0.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandas-docs/source/getting_started/comparison/comparison_with_r.rst b/pandas-docs/source/getting_started/comparison/comparison_with_r.rst index dfd3881257..cbe45fa956 100644 --- a/pandas-docs/source/getting_started/comparison/comparison_with_r.rst +++ b/pandas-docs/source/getting_started/comparison/comparison_with_r.rst @@ -31,7 +31,7 @@ Quick Reference We'll start off with a quick reference guide pairing some common R operations using `dplyr -`__ with +`__ with pandas equivalents. diff --git a/pandas-docs/source/user_guide/visualization.rst b/pandas-docs/source/user_guide/visualization.rst index 23207a0e11..2448d0e5d9 100644 --- a/pandas-docs/source/user_guide/visualization.rst +++ b/pandas-docs/source/user_guide/visualization.rst @@ -1026,7 +1026,7 @@ unit interval). The point in the plane, where our sample settles to (where the forces acting on our sample are at an equilibrium) is where a dot representing our sample will be drawn. Depending on which class that sample belongs it will be colored differently. -See the R package `Radviz `__ +See the R package `Radviz `__ for more information. **Note**: The "Iris" dataset is available `here `__. diff --git a/pandas-docs/source/whatsnew/v0.16.0.rst b/pandas-docs/source/whatsnew/v0.16.0.rst index f082bf656f..0a628d4014 100644 --- a/pandas-docs/source/whatsnew/v0.16.0.rst +++ b/pandas-docs/source/whatsnew/v0.16.0.rst @@ -43,7 +43,7 @@ DataFrame Assign ^^^^^^^^^^^^^^^^ Inspired by `dplyr's -`__ ``mutate`` verb, DataFrame has a new +`__ ``mutate`` verb, DataFrame has a new :meth:`~pandas.DataFrame.assign` method. The function signature for ``assign`` is simply ``**kwargs``. The keys are the column names for the new fields, and the values are either a value