Commit 0c8c6614 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

doc: Move links to sidebar

parent 77609291
<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>
......@@ -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.
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment