From 82c84c59d9a8f44e143144dcb0e7df5546ee8930 Mon Sep 17 00:00:00 2001 From: Carles Sala Date: Thu, 10 Jan 2019 20:30:47 +0100 Subject: [PATCH] Remove the reference to the old mlblocks_primitives folder --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf818456..29df2732 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,6 @@ either combine third party tools or implement new functionalities from scratch. The project is divided in three parts: -### The `mlblocks_primitives` folder - -The `mlblocks_primitives` folder contains the JSON annotations for the MLBlocks primitives. - -This folder has a flat structure, without subfolders, and all the primitive JSONs are named -after the Fully Qualified Name of the annotated primitive (function or class). - -As a result of this, sorting the JSON files alphabetically shows them grouped by library, which -makes browsing them and seeing what tools are implemented easy. - ### The `mlprimitives` package The mlprimitives folder is where all the Python code can be found. @@ -48,6 +38,16 @@ Several sub-modules exist inside it, for the different types of primitives imple the `mlprimitives.adapters` module, which has a special role in the integration of third party tools that do not directly fit the MLBlocks requirements. +### The `mlprimitives/jsons` folder + +The `mlprimitives/jsons` folder contains the JSON annotations for the primitives. + +This folder has a flat structure, without subfolders, and all the primitive JSONs are named +after the Fully Qualified Name of the annotated primitive (function or class). + +As a result of this, sorting the JSON files alphabetically shows them grouped by library, which +makes browsing them and seeing what tools are implemented easy. + ### The `tests` folder Here are the unit tests for the Python code, as well as some validation tests for the JSON