From 3b602f5c96b4035c8aa779ed248f82435cb8cafd Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 23 Oct 2017 10:46:51 -0700 Subject: [PATCH 1/4] Delete index.html --- index.html | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 index.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 From 885786e2c9861cd29649578ae25cbfe9049fcc0d Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 23 Oct 2017 10:48:04 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43bf700..72978c3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ *Etudes* are 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 From dac2dbab784856782812ce63721f4fc9d724ef8e Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 23 Oct 2017 10:48:42 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 72978c3..c416c7f 100644 --- a/README.md +++ b/README.md @@ -47,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)| From f59eb71b078c18dffb0d6bd038c72aa27d4cac19 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 23 Oct 2017 10:49:52 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c416c7f..9cee1cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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.