From c6bc8d5a94ff6b4b8c730deb9098c5f3c5a03aa8 Mon Sep 17 00:00:00 2001 From: Dmitry Sorokin <40151847+DimedS@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:23:04 +0000 Subject: [PATCH] Remove outdated telemetry notification (#4397) Signed-off-by: Dmitry Sorokin Signed-off-by: Dmitry Sorokin <40151847+DimedS@users.noreply.github.com> --- docs/source/get_started/new_project.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/get_started/new_project.md b/docs/source/get_started/new_project.md index de1e56b77a..c22b6b50b5 100644 --- a/docs/source/get_started/new_project.md +++ b/docs/source/get_started/new_project.md @@ -136,10 +136,6 @@ kedro run `kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command and ensure it is registred in `pipeline_registry.py`. ``` -```{note} -The first time you type a `kedro` command in a new project, you will be asked whether you wish to opt into [usage analytics](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-telemetry). Your decision is recorded in the `.telemetry` file so that subsequent calls to `kedro` in this project do not ask this question again. -``` - ## Visualise a Kedro project This section swiftly introduces project visualisation using Kedro-Viz. See the {doc}`Kedro-Viz documentation` for more detail.