From c0b4363c749d1e0a7e1e994b58878c4b7a661f23 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 30 Jul 2013 22:26:01 +0200 Subject: [PATCH] Further simplification in notebook filenames --- README.md | 2 +- git-slides.ipynb => git.ipynb | 0 matplotlib-slides.ipynb => matplotlib.ipynb | 0 numpy-slides.ipynb => numpy.ipynb | 0 python-slides.ipynb => python.ipynb | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename git-slides.ipynb => git.ipynb (100%) rename matplotlib-slides.ipynb => matplotlib.ipynb (100%) rename numpy-slides.ipynb => numpy.ipynb (100%) rename python-slides.ipynb => python.ipynb (100%) diff --git a/README.md b/README.md index e007930..14c9ab0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,6 @@ Live rendering of the slides You can use nbconvert to convert the slides to HTML and serve them. For example: - ipython nbconvert --to slides --post serve numpy-slides.ipynb + ipython nbconvert --to slides --post serve numpy.ipynb This will open the slides in a new browser window. diff --git a/git-slides.ipynb b/git.ipynb similarity index 100% rename from git-slides.ipynb rename to git.ipynb diff --git a/matplotlib-slides.ipynb b/matplotlib.ipynb similarity index 100% rename from matplotlib-slides.ipynb rename to matplotlib.ipynb diff --git a/numpy-slides.ipynb b/numpy.ipynb similarity index 100% rename from numpy-slides.ipynb rename to numpy.ipynb diff --git a/python-slides.ipynb b/python.ipynb similarity index 100% rename from python-slides.ipynb rename to python.ipynb -- GitLab