Added comments for easy reading to the repository

This commit is contained in:
Kyoichi Iwasaki 2021-10-01 15:03:00 +09:00
Родитель 137f641b85
Коммит 36d5e037f4
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -52,6 +52,17 @@ This is going to create iJungle whl file under `dist` folder and install it usin
Once installed, open `iJungle-tutorial.ipynb` and follow the notebook.
Contents
================================================================================================================================
| File/Folder | Description |
|---------------|-------------------------------------------------------------------------------------------------|
| `notebooks` | iJungle quick-start notebook(`iJungle-tutorial.ipynb`), including single & parallel processing |
| `src/iJungle` | iJungle source codes |
| `operation` | iJungle source codes used for parallel processing |
| `data` | Sample datasets used in `notebooks` |
General Coding Guidelines
====================================================================================================================================================