Skip to content

Commit

Permalink
Remove the reference to the old mlblocks_primitives folder
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Jan 10, 2019
1 parent 1a352e0 commit 82c84c5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 82c84c5

Please sign in to comment.