Author: adrian
Date: 2006-07-29 19:48:51 -0500 (Sat, 29 Jul 2006)
New Revision: 3494

Modified:
   djangoproject.com/django_website/apps/docs/parts/build_documentation.py
Log:
Changed djangoproject.com build_documentation.py to note docs are 0.95

Modified: 
djangoproject.com/django_website/apps/docs/parts/build_documentation.py
===================================================================
--- djangoproject.com/django_website/apps/docs/parts/build_documentation.py     
2006-07-30 00:47:20 UTC (rev 3493)
+++ djangoproject.com/django_website/apps/docs/parts/build_documentation.py     
2006-07-30 00:48:51 UTC (rev 3494)
@@ -216,7 +216,7 @@
             close_tag = '</caption>\n'
         elif isinstance(node.parent, nodes.document):
             self.body.append(self.starttag(node, 'h1', '', CLASS='title'))
-            self.context.append('</h1>\n<h2 class="deck">This covers the 
Django development version, which is significantly different than previous 
versions. Old docs: <a href="/documentation/0_90/">0.90</a>, <a 
href="/documentation/0_91/">0.91</a></h2>\n')
+            self.context.append('</h1>\n<h2 class="deck">This covers Django 
version 0.95 and the development version. Old docs: <a 
href="/documentation/0_90/">0.90</a>, <a 
href="/documentation/0_91/">0.91</a></h2>\n')
             self.in_document_title = len(self.body)
         else:
             assert isinstance(node.parent, nodes.section)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to