[Python-checkins] r50751 - sandbox/trunk/seealso/convert-python-faqs.py

andrew.kuchling python-checkins at python.org
Fri Jul 21 15:14:35 CEST 2006


Author: andrew.kuchling
Date: Fri Jul 21 15:14:34 2006
New Revision: 50751

Modified:
   sandbox/trunk/seealso/convert-python-faqs.py
Log:
Don't need a nav.html, apparently

Modified: sandbox/trunk/seealso/convert-python-faqs.py
==============================================================================
--- sandbox/trunk/seealso/convert-python-faqs.py	(original)
+++ sandbox/trunk/seealso/convert-python-faqs.py	Fri Jul 21 15:14:34 2006
@@ -95,21 +95,8 @@
 # The data to pass to the template
 local:
   content:
-    breadcrumb: !breadcrumb nav.yml nav
     text: !htfile question.ht""")
     f.close()
-             
-    f = open(os.path.join(qdir, 'nav.yml'), 'w')
-    f.write("""--- !fragment
-# Type of template to use
-template: nav.html
-
-# Contents of the template
-global: 
-  nav : !sectionnav |
-      xxx index.html
-""")
-    f.close()
 
     
 def convert_index (filename):


More information about the Python-checkins mailing list