From 83522686e4bd5f0a877f3adf5d94e3b351a774f6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 20 Mar 2014 18:59:54 +0000 Subject: [PATCH] Fill in a lot of the web page. There's still a lot of writeup left to do, though! --- tabulate.py | 6 +- template.html | 211 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 209 insertions(+), 8 deletions(-) diff --git a/tabulate.py b/tabulate.py index 7130aff..79d6153 100755 --- a/tabulate.py +++ b/tabulate.py @@ -151,8 +151,8 @@ def read_and_build_table_cell(n,m): ret += show_bound % str(bound) ret += "\n" - dump = "

n=%d, m=%d

\n" % (n, m, n, m) - dump += "

Best dissection known for %d into %d, with minimum fragment %s:\n" % (n, m, str(best)) + dump = "

n=%d, m=%d

\n" % (n, m, n, m) + dump += "

Best dissection known for %d into %d: minimum fragment is %s.\n" % (n, m, str(best)) dump += "