doc: Move links to sidebar

This commit is contained in:
Tatsuhiro Tsujikawa 2013-01-12 17:24:28 +09:00
parent 7760929153
commit 0c8c6614d7
3 changed files with 11 additions and 9 deletions

7
doc/_templates/menu.html vendored Normal file
View File

@ -0,0 +1,7 @@
<h3>Menu</h3>
<ul>
<li><a href="http://sourceforge.net/projects/spdylay/files/stable/">Download</a></li>
<li><a href="https://github.com/tatsuhiro-t/spdylay/issues">Issues</a></li>
<li><a href="https://github.com/tatsuhiro-t/spdylay">Source</a></li>
<li><a href="http://sourceforge.net/projects/spdylay">SF.net Project Page</a></li>
</ul>

View File

@ -158,7 +158,10 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': ['menu.html', 'localtoc.html', 'relations.html', 'sourcelink.html',
'searchbox.html']
}
# Additional templates that should be rendered to pages, maps page names to
# template names.

View File

@ -7,14 +7,6 @@ Spdylay - SPDY C Library
========================
This is an experimental implementation of Google's SPDY protocol in C.
.. hlist::
:columns: 3
* `Download <http://sourceforge.net/projects/spdylay/files/stable/>`_
* `Sourceforge.net <http://sourceforge.net/projects/spdylay>`_
* `Source <https://github.com/tatsuhiro-t/spdylay>`_
This library provides SPDY version 2 and 3 framing layer
implementation. It does not perform any I/O operations. When the
library needs them, it calls the callback functions provided by the