diff --git a/source/data.rst b/source/data.rst index 085bafe..b1c2da2 100644 --- a/source/data.rst +++ b/source/data.rst @@ -6,4 +6,5 @@ Les données du projet `actes princiers` data_description data_organisation + data_orientation xml diff --git a/source/kedro.rst b/source/data_orientation.rst similarity index 99% rename from source/kedro.rst rename to source/data_orientation.rst index c341170..de6f9e1 100644 --- a/source/kedro.rst +++ b/source/data_orientation.rst @@ -74,6 +74,9 @@ Un datascience framework, plutôt : bien en parallèle, ces actions sont dépendantes les unes des autres et sont encapsulées dans des nodes. +L'outil kedro +----------------- + `Voici la définition d'un pipeline d'après kedro `_ : A pipeline organises the dependencies and execution order of a collection of nodes and connects inputs and outputs while keeping your code modular. The pipeline determines the node execution order by resolving dependencies and does not necessarily run the nodes in the order in which they are passed in. diff --git a/source/index.rst b/source/index.rst index 8f7f3bb..6004254 100644 --- a/source/index.rst +++ b/source/index.rst @@ -5,7 +5,6 @@ Projet Actes Princiers :maxdepth: 1 data - kedro install pipeline coding_standards