diff options
author | a-e-m <alexemartyn@gmail.com> | 2013-12-07 22:50:49 (GMT) |
---|---|---|
committer | a-e-m <alexemartyn@gmail.com> | 2013-12-07 22:50:49 (GMT) |
commit | 8d3365a79ab7afd287545da3f8b2ba12f0c43585 (patch) | |
tree | 8d54d8d293e53307c688bf609b842f369c84fe75 /tests/test_pretty_print.py | |
parent | 40ae8c7b343fc5dafc8c9bdc7d8a63f6e8032fca (diff) |
Update design philosopy comments
Diffstat (limited to 'tests/test_pretty_print.py')
-rwxr-xr-x | tests/test_pretty_print.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index c26b919..44df156 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -17,11 +17,9 @@ # Design philosophy # # 1. parse the data (images, logs) into easy-to-use data structures -# 2. wikifiy the data -# 3. save the wikified data to disk -# 4. generate html, including base64 encoding of images -# 5. save html file -# 6. upload html to public site and share with others +# 2. generate html, including base64 encoding of images +# 3. save html file +# 4. upload html to public site and share with others # todo # |