doc: Moved links section to its own file

This commit is contained in:
Tobias Bieniek 2013-12-12 18:43:35 +01:00
parent 82f017edeb
commit 25a45f6bf7
3 changed files with 8 additions and 7 deletions

View File

@ -0,0 +1,7 @@
<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>

View File

@ -10,10 +10,3 @@
<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>

View File

@ -156,6 +156,7 @@ html_static_path = ['_static']
html_sidebars = {
'index': [
'sidebarintro.html',
'links.html',
'sourcelink.html',
'searchbox.html'
],