From 5b0381bd4c59dc498cddbd544e481b2daee0603d Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 20 Sep 2018 14:18:50 +0200 Subject: [PATCH] Add src/python_dev.html --- Makefile | 5 ++++ src/python_dev.html | 68 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 src/python_dev.html diff --git a/Makefile b/Makefile index f0f8e20e2..ad7666e36 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ all: build/pyodide.asm.js \ build/pyodide.js \ build/pyodide_dev.js \ build/python.html \ + build/python_dev.html \ build/matplotlib.html \ build/matplotlib-sideload.html \ build/renderedhtml.css \ @@ -87,6 +88,10 @@ build/python.html: src/python.html cp $< $@ +build/python_dev.html: src/python_dev.html + cp $< $@ + + build/matplotlib.html: src/matplotlib.html cp $< $@ diff --git a/src/python_dev.html b/src/python_dev.html new file mode 100644 index 000000000..1db6f0219 --- /dev/null +++ b/src/python_dev.html @@ -0,0 +1,68 @@ + + + + +Python - iodide + + + + +
+ + +