doc: Moved links section to its own file
This commit is contained in:
parent
82f017edeb
commit
25a45f6bf7
|
@ -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>
|
|
@ -10,10 +10,3 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://pytest.org/latest/pytest.pdf">as PDF</a>
|
<li><a href="http://pytest.org/latest/pytest.pdf">as PDF</a>
|
||||||
</ul>
|
</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>
|
|
||||||
|
|
|
@ -156,6 +156,7 @@ html_static_path = ['_static']
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
'index': [
|
'index': [
|
||||||
'sidebarintro.html',
|
'sidebarintro.html',
|
||||||
|
'links.html',
|
||||||
'sourcelink.html',
|
'sourcelink.html',
|
||||||
'searchbox.html'
|
'searchbox.html'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue