summaryrefslogtreecommitdiff
path: root/doc/en/_templates
diff options
context:
space:
mode:
authorTobias Bieniek <Tobias.Bieniek@gmx.de>2013-12-12 18:37:32 +0100
committerTobias Bieniek <Tobias.Bieniek@gmx.de>2013-12-12 18:48:10 +0100
commitb4842b20f678055ee75d958e4402fe29af86ded6 (patch)
tree20e88f757e31e771be42e50aa53f375933f36265 /doc/en/_templates
parente14e966da953bf6b73f71264b034069382e3da6f (diff)
downloadpytest-b4842b20f678055ee75d958e4402fe29af86ded6.tar.gz
doc: Added proper sidebar to index page
Diffstat (limited to 'doc/en/_templates')
-rw-r--r--doc/en/_templates/sidebarintro.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/en/_templates/sidebarintro.html b/doc/en/_templates/sidebarintro.html
new file mode 100644
index 000000000..05ee615f2
--- /dev/null
+++ b/doc/en/_templates/sidebarintro.html
@@ -0,0 +1,19 @@
+<h3>About pytest</h3>
+<p>
+ pytest is a mature full-featured Python testing tool that helps
+ you write better programs.
+</p>
+<h3>Other Formats</h3>
+<p>
+ You can download the documentation in other formats as well:
+</p>
+<ul>
+ <li><a href="http://pytest.org/latest/pytest.pdf">as PDF</a>
+</ul>
+<h3>Useful Links</h3>
+<ul>
+ <li><a href="http://pytest.org">The pytest Website</a></li>
+ <li><a href="https://pypi.python.org/pypi/pytest">pytest @ PyPI</a></li>
+ <li><a href="https://bitbucket.org/hpk42/pytest/">pytest @ Bitbucket</a></li>
+ <li><a href="https://bitbucket.org/hpk42/pytest/issues">Issue Tracker</a></li>
+</ul>