rename and ktx source files added

This commit is contained in:
SebastianoF
2020-01-12 14:22:49 +00:00
parent ac42b7e154
commit 3298f0258b
11 changed files with 1585 additions and 496 deletions

View File

@@ -7,9 +7,11 @@ This is a collection of numpy exercises from numpy mailing list, stack overflow,
[Test them on Binder](http://mybinder.org:/repo/rougier/numpy-100/notebooks/100_Numpy_exercises.ipynb)
[Read them on GitHub](100_Numpy_exercises.md)
Note: markdown and ipython notebook are created programmatically from the dictionary in `data_source.py`.
To modify the content of these files, chance the text in `data_source.py` and then re-generate them via the
method into the `generators.py` module.
Note: markdown and ipython notebook are created programmatically from the source data in `source/exercises.ktx`.
To modify the content of these files, please change the text in the source and run the `generators.py` module with a python
interpreter with the libraries under `requirements.txt` installed.
The keyed text format (`ktx`) is a minimal human readable key-values to store text (markdown or others) indexed by keys.
This work is licensed under the MIT license.
[![DOI](https://zenodo.org/badge/10173/rougier/numpy-100.svg)](https://zenodo.org/badge/latestdoi/10173/rougier/numpy-100)