Django

Code

Changeset 2966

Show
Ignore:
Timestamp:
05/22/06 14:26:54 (3 years ago)
Author:
root
Message:

Small change to build_documentation.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/apps/docs/parts/build_documentation.py

    r2807 r2966  
    213213        elif isinstance(node.parent, nodes.document): 
    214214            self.body.append(self.starttag(node, 'h1', '', CLASS='title')) 
    215             self.context.append('</h1>\n<h2 class="deck">This covers Django version 0.91. Old version: <a href="/documentation/0_90/">0.90 docs</a></h2>\n') 
     215            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') 
    216216            self.in_document_title = len(self.body) 
    217217        else: