doc: Move links to sidebar
This commit is contained in:
parent
7760929153
commit
0c8c6614d7
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue