tuning doc

This commit is contained in:
Romain Dorgueil
2016-12-09 13:19:42 +01:00
parent d84d3969c0
commit 9853b9073d
6 changed files with 50 additions and 30 deletions

10
doc/_templates/sidebarinfos.html vendored Normal file
View File

@ -0,0 +1,10 @@
<h3>Stay Informed</h3>
<p><a href="http://eepurl.com/csHFKL" target="_blank">Join announcements list</a>.</p>
<p><a href="https://twitter.com/rdorgueil" class="twitter-follow-button" data-show-count="false">Follow @rdorgueil</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=python-bonobo&repo=bonobo&type=watch&count=true&size=small"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>

10
doc/_templates/sidebarlogo.html vendored Normal file
View File

@ -0,0 +1,10 @@
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/bonobo.png', 1) }}" title="Bonobo"/>
<h1 style="text-align: center; margin-top: -16px;">Bonobo</h1>
</a>
</p>
<p>
Bonobo is ... blablabla
</p>