Skip to content

Commit 97a4c7d

Browse files
committed
Docs: add logo and templates
1 parent 2b03f05 commit 97a4c7d

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
40.6 KB
Loading
55.6 KB
Binary file not shown.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<h3>Python-Future</h3>
2+
<p>
3+
Python-Future is a compatibility layer that helps you write Python 3
4+
code that runs unchanged on Python 2.
5+
</p>
6+
<!--
7+
<h3>Other Formats</h3>
8+
<p>
9+
You can download the documentation in other formats as well:
10+
</p>
11+
<ul>
12+
<li><a href="http://jinja.pocoo.org/docs/jinja-docs.pdf">as PDF</a>
13+
<li><a href="http://jinja.pocoo.org/docs/jinja-docs.zip">as zipped HTML</a>
14+
</ul>
15+
-->
16+
<h3>Useful Links</h3>
17+
<ul>
18+
<li><a href="http://pypi.python.org/pypi/future">future @ PyPI</a></li>
19+
<li><a href="http://github.com/edschofield/python-future">future @ github</a></li>
20+
</ul>
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p class="logo"><a href="{{ pathto(master_doc) }}">
2+
<img class="logo" src="{{ pathto('_static/python-future-logo.png', 1) }}" width="170" alt="Logo"/>
3+
</a></p>

0 commit comments

Comments
 (0)