From f87d2b4dbe0664d8521e2b754dcbff1e9208b8e1 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 10 Nov 2022 18:45:28 -0600 Subject: [PATCH] Add symlinks to notebooks. (#12128) Adds symlinks to notebooks from the user guide as requested by @taureandyernv. Going forward, new notebooks added to the user guide directory should also be symlinked in `/notebooks`. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: https://github.com/rapidsai/cudf/pull/12128 --- notebooks/10min.ipynb | 1 + notebooks/cupy-interop.ipynb | 1 + notebooks/guide-to-udfs.ipynb | 1 + notebooks/missing-data.ipynb | 1 + 4 files changed, 4 insertions(+) create mode 120000 notebooks/10min.ipynb create mode 120000 notebooks/cupy-interop.ipynb create mode 120000 notebooks/guide-to-udfs.ipynb create mode 120000 notebooks/missing-data.ipynb diff --git a/notebooks/10min.ipynb b/notebooks/10min.ipynb new file mode 120000 index 00000000000..bd57fc7375e --- /dev/null +++ b/notebooks/10min.ipynb @@ -0,0 +1 @@ +../docs/cudf/source/user_guide/10min.ipynb \ No newline at end of file diff --git a/notebooks/cupy-interop.ipynb b/notebooks/cupy-interop.ipynb new file mode 120000 index 00000000000..0ba88107fc5 --- /dev/null +++ b/notebooks/cupy-interop.ipynb @@ -0,0 +1 @@ +../docs/cudf/source/user_guide/cupy-interop.ipynb \ No newline at end of file diff --git a/notebooks/guide-to-udfs.ipynb b/notebooks/guide-to-udfs.ipynb new file mode 120000 index 00000000000..a4bbe597fee --- /dev/null +++ b/notebooks/guide-to-udfs.ipynb @@ -0,0 +1 @@ +../docs/cudf/source/user_guide/guide-to-udfs.ipynb \ No newline at end of file diff --git a/notebooks/missing-data.ipynb b/notebooks/missing-data.ipynb new file mode 120000 index 00000000000..7e3b01ae0b3 --- /dev/null +++ b/notebooks/missing-data.ipynb @@ -0,0 +1 @@ +../docs/cudf/source/user_guide/missing-data.ipynb \ No newline at end of file