Changeset 3494
- Timestamp:
- 07/29/06 19:48:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/parts/build_documentation.py
r3190 r3494 217 217 elif isinstance(node.parent, nodes.document): 218 218 self.body.append(self.starttag(node, 'h1', '', CLASS='title')) 219 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')219 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') 220 220 self.in_document_title = len(self.body) 221 221 else:
