From 098c62623c8bf93b53bccd2271ac5fcf9bcff52a Mon Sep 17 00:00:00 2001 From: wiemann Date: Fri, 29 Jun 2007 03:29:36 +0000 Subject: renamed .html to .htm to avoid collisions with the docutils-update website updater script; it was sending me email because the code-block directive caused error messages; this is kindof a hack, but it should work for now; Guenther, if the changed extensions are a problem for you, please feel free to revert (or drop me a line) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5305 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- .../code-block-directive/docs/myfunction.py.htm | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sandbox/code-block-directive/docs/myfunction.py.htm (limited to 'sandbox/code-block-directive/docs/myfunction.py.htm') diff --git a/sandbox/code-block-directive/docs/myfunction.py.htm b/sandbox/code-block-directive/docs/myfunction.py.htm new file mode 100644 index 000000000..edc700246 --- /dev/null +++ b/sandbox/code-block-directive/docs/myfunction.py.htm @@ -0,0 +1,29 @@ + + + + + + + + + + +
+

This is a test of the new code-block directive:

+ +
+def my_function():
+    "just a test"
+    print 8/2
+
+
+
+ + + -- cgit v1.2.1