Skip to content

Commit 5501004

Browse files
committed
updated sidebar contents
1 parent d4c2d49 commit 5501004

File tree

2 files changed

+55
-5
lines changed

2 files changed

+55
-5
lines changed

docs/_templates/sidebarintro.html

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
1-
<h1>Python Guide.</h1>
1+
<p class="logo">
2+
<a href="{{ pathto(master_doc) }}">
3+
<img class="logo" src="{{ pathto('_static/python-guide-logo.png', 1) }}" title="The Hitchhiker's Guide to Python"/>
4+
</a>
5+
</p>
6+
27
<p>
38
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
49
</p>
510

6-
<h3>Get Updates</h3>
11+
12+
13+
<h3>Stay Informed</h3>
714
<p>Receive updates on new releases and upcoming projects.</p>
815

9-
<p><a href="http://tinyletter.com/kennethreitz">Subscribe to Newsletter</a></p>
16+
<p><iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
17+
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
18+
19+
<p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</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>
20+
21+
<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
22+
23+
24+
<h3>Other Projects</h3>
25+
26+
<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
27+
<ul>
28+
<li><a href="http://pep8.org/">pep8.org</a></li>
29+
<li><a href="http://python-requests.org">Requests: HTTP for Humans</a></li>
30+
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
31+
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
32+
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
33+
<li><a href="http://markdownplease.com">Markdown, Please!</a></li>
34+
</ul>
1035

1136
<h3>Contributors</h3>
1237
<p>

docs/_templates/sidebarlogo.html

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
1-
<h1><a href="http://python-guide.org">Python Guide.</a></h1>
1+
<p class="logo">
2+
<a href="{{ pathto(master_doc) }}">
3+
<img class="logo" src="{{ pathto('_static/python-guide-logo.png', 1) }}" title="The Hitchhiker's Guide to Python"/>
4+
</a>
5+
</p>
6+
27
<p>
38
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
49
</p>
510

11+
612
<h3>Get Updates</h3>
713
<p>Receive updates on new releases and upcoming projects.</p>
814

9-
<p><a href="http://tinyletter.com/kennethreitz">Subscribe to Newsletter</a></p>
15+
<p><iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
16+
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
17+
18+
<p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</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>
19+
20+
<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
21+
22+
23+
24+
<h3>Other Projects</h3>
25+
26+
<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
27+
<ul>
28+
<li><a href="http://pep8.org/">pep8.org</a></li>
29+
<li><a href="http://python-requests.org">Requests: HTTP for Humans</a></li>
30+
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
31+
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
32+
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
33+
<li><a href="http://markdownplease.com">Markdown, Please!</a></li>
34+
</ul>

0 commit comments

Comments
 (0)