Django

Code

Changeset 3494

Show
Ignore:
Timestamp:
07/29/06 19:48:51 (2 years ago)
Author:
adrian
Message:

Changed djangoproject.com build_documentation.py to note docs are 0.95

Files:

Legend:

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

    r3190 r3494  
    217217        elif isinstance(node.parent, nodes.document): 
    218218            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') 
    220220            self.in_document_title = len(self.body) 
    221221        else: