mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 3eb562ba48
			
		
	
	
		3eb562ba48
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/python/trunk ........ r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line Add donation link to docs footer. ........
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			870 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			870 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "!layout.html" %}
 | |
| {% block rootrellink %}
 | |
|         <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
 | |
|                  style="vertical-align: middle; margin-top: -1px"/></li>
 | |
|         <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
 | |
| {% endblock %}
 | |
| {% block extrahead %}
 | |
|     <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
 | |
| {{ super() }}
 | |
| {% endblock %}
 | |
| {% block footer %}
 | |
|     <div class="footer">
 | |
|     © <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}.
 | |
|     <br />
 | |
|     The Python Software Foundation is a non-profit corporation.  
 | |
|     <a href="http://www.python.org/psf/donations/">Please donate.</a>
 | |
|     <br />
 | |
|     Last updated on {{ last_updated|e }}.
 | |
|     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}.
 | |
|     </div>
 | |
| {% endblock %}
 |