diff --git a/README.md b/README.md index 43bf700..9cee1cc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # pytudes -*Etudes* are exercises to practice or demonstrate skills, long used by piano players. +*Etudes* are musical exercises to practice or demonstrate skills, long used by piano players. This project contains **pytudes**—Python programs to practice or demonstrate skills. + Some are in Jupyter (IPython) notebooks, some in *.py files. # pytudes: Index of Jupyter (IPython) Notebooks @@ -46,9 +47,6 @@ Some are in Jupyter (IPython) notebooks, some in *.py files. # pytudes: Index of Python Files -The following are not notebooks, but raw `.py` files, although some of them have separate `.html` files as documentation. - - | **File** | **Description** | **Documentation**| |:--------|:-------------------|----| |[SET.py](https://github.com/norvig/pytudes/blob/master/py/SET.py)|Analyze the card game [SET](http://www.setgame.com/set).|[SET.html](http://norvig.com/SET.html)| diff --git a/index.html b/index.html deleted file mode 100644 index ad93b75..0000000 --- a/index.html +++ /dev/null @@ -1,40 +0,0 @@ -

List of IPython (Jupyter) Notebooks by Peter Norvig

- -My notebooks have moved to my pytudes project on github. - - - -


Peter Norvig \ No newline at end of file