Add some docs templates.

This commit is contained in:
Dave Halter
2017-05-10 08:49:18 -04:00
parent 9ff63bd78f
commit 1af1f2d2bd
2 changed files with 7 additions and 0 deletions

4
docs/_templates/ghbuttons.html vendored Normal file
View File

@@ -0,0 +1,4 @@
<h3>Github</h3>
<iframe src="http://ghbtns.com/github-btn.html?user=davidhalter&repo=parso&type=watch&count=true&size=large"
frameborder="0" scrolling="0" width="170" height="30" allowtransparency="true"></iframe>
<br><br>

3
docs/_templates/sidebarlogo.html vendored Normal file
View File

@@ -0,0 +1,3 @@
<p class="logo"><a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/logo.png', 1) }}" alt="Logo"/>
</a></p>