From f2d54e995d0056f3da5f506eae74f824056d5426 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Tue, 22 Aug 2023 14:50:50 +0100 Subject: [PATCH 1/7] Fix for PyPI Signed-off-by: Jo Stichbury --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f329a8331f..3a3921134e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Kedro Logo Banner - Light](.github/demo-dark.png#gh-dark-mode-only) -![Kedro Logo Banner - Dark](.github/demo-light.png#gh-light-mode-only) +![Kedro Logo Banner - Light](https://raw.githubusercontent.com/kedro-org/kedro/main/.github/demo-dark.png#gh-dark-mode-only) +![Kedro Logo Banner - Dark](https://raw.githubusercontent.com/kedro-org/kedro/main/.github/demo-light.png#gh-light-mode-only) [![Python version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://pypi.org/project/kedro/) [![PyPI version](https://badge.fury.io/py/kedro.svg)](https://pypi.org/project/kedro/) [![Conda version](https://img.shields.io/conda/vn/conda-forge/kedro.svg)](https://anaconda.org/conda-forge/kedro) @@ -37,7 +37,6 @@ Our [Get Started guide](https://docs.kedro.org/en/stable/get_started/install.htm ## What are the main features of Kedro? -![Kedro-Viz Pipeline Visualisation](https://github.com/kedro-org/kedro-viz/blob/main/.github/img/banner.png) _A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ | Feature | What is this? | From f00aea7396c1a39ba51be75960704b798da8b119 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 10:45:31 +0100 Subject: [PATCH 2/7] Few more tweaks Signed-off-by: Jo Stichbury --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a3921134e..45b26bd308 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ Our [Get Started guide](https://docs.kedro.org/en/stable/get_started/install.htm ## What are the main features of Kedro? -_A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ - | Feature | What is this? | | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Project Template | A standard, modifiable and easy-to-use project template based on [Cookiecutter Data Science](https://github.com/drivendata/cookiecutter-data-science/). | @@ -53,7 +51,17 @@ The [Kedro documentation](https://docs.kedro.org/en/stable/) first explains [how You can then review the [spaceflights tutorial](https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html) to build a Kedro project for hands-on experience -For new and intermediate Kedro users, there's a comprehensive section on [how to visualise Kedro projects using Kedro-Viz](https://docs.kedro.org/en/stable/visualisation/index.html) and [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html). We also recommend the [API reference documentation](/kedro) for additional information. +For new and intermediate Kedro users, there's a comprehensive section on [how to visualise Kedro projects using Kedro-Viz](https://docs.kedro.org/en/stable/visualisation/index.html). + +

+ +![Kedro-Viz Pipeline Visualisation](https://raw.githubusercontent.com/kedro-org/kedro-viz/main/.github/img/banner.png) + +_A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ + +

+ +Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for additional information. ## Why does Kedro exist? From 9d8900b41d4e67d5ff301524b762e418a37c2534 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 10:47:09 +0100 Subject: [PATCH 3/7] Few more tweaks Signed-off-by: Jo Stichbury --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b26bd308..1f2af32764 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,13 @@ For new and intermediate Kedro users, there's a comprehensive section on [how to

![Kedro-Viz Pipeline Visualisation](https://raw.githubusercontent.com/kedro-org/kedro-viz/main/.github/img/banner.png) +

+

_A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ -

+ Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for additional information. From 23334748d1172e5c5aad0414c509283efb895493 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 10:49:50 +0100 Subject: [PATCH 4/7] Few more tweaks Signed-off-by: Jo Stichbury --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f2af32764..20b6646617 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,8 @@ For new and intermediate Kedro users, there's a comprehensive section on [how to

![Kedro-Viz Pipeline Visualisation](https://raw.githubusercontent.com/kedro-org/kedro-viz/main/.github/img/banner.png) -

- -

_A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ +

From 7958068f7ddbcaa5c3bfa053419889bd281bc318 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 10:52:09 +0100 Subject: [PATCH 5/7] Few more tweaks Signed-off-by: Jo Stichbury --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20b6646617..e10492bd1b 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,12 @@ You can then review the [spaceflights tutorial](https://docs.kedro.org/en/stable For new and intermediate Kedro users, there's a comprehensive section on [how to visualise Kedro projects using Kedro-Viz](https://docs.kedro.org/en/stable/visualisation/index.html). -

- -![Kedro-Viz Pipeline Visualisation](https://raw.githubusercontent.com/kedro-org/kedro-viz/main/.github/img/banner.png) -_A pipeline visualisation generated using [Kedro-Viz](https://github.com/kedro-org/kedro-viz)_ +

+ + A pipeline visualisation generated using

- Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for additional information. From c7f1477eba32ba9f18159889cd13f4567bfabd1e Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 10:53:07 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e10492bd1b..10637acf24 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For new and intermediate Kedro users, there's a comprehensive section on [how to

- A pipeline visualisation generated using + A pipeline visualisation generated using Kedro-Viz

Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for additional information. From b630db53ee3d433f4076bef7df90b48c187b1162 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 23 Aug 2023 12:39:18 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10637acf24..cd3f8683ad 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For new and intermediate Kedro users, there's a comprehensive section on [how to A pipeline visualisation generated using Kedro-Viz

-Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for additional information. +Additional documentation explains [how to work with Kedro and Jupyter notebooks](https://docs.kedro.org/en/stable/notebooks_and_ipython/index.html), and there are a set of advanced user guides for advanced for key Kedro features. We also recommend the [API reference documentation](/kedro) for further information. ## Why does Kedro exist?