Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89f7816

Browse filesBrowse files
committed
Update sidebar
1 parent b641546 commit 89f7816
Copy full SHA for 89f7816

File tree

Expand file treeCollapse file tree

4 files changed

+17
-54
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+17
-54
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ docs/_build
1010

1111
# Ignore files generated during build
1212
build/
13+
14+
venv/

‎docs/_templates/layout.html

Copy file name to clipboardExpand all lines: docs/_templates/layout.html
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
<meta name="google-site-verification" content="013PxE2_8KX9jdUSC5gr8QsfdxTXr1mFgmD9zplp5II" />
2727

28+
<script>window.rp_prop_id = '29182759436';</script>
29+
<script src="https://srv.realpython.net/tag.js" async></script>
30+
2831
{# Alabaster theme native GA integration is outdated (ga.js). #}
2932
{# Insert our own GA snippet instead. #}
3033
<script>

‎docs/_templates/sidebarintro.html

Copy file name to clipboardExpand all lines: docs/_templates/sidebarintro.html
+6-27Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010

1111
<iframe src="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
1212

13-
<h3>Stay Informed</h3>
14-
<p>Receive updates on new releases and upcoming projects.</p>
15-
16-
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false" 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-
<p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p>
22-
23-
<hr>
24-
2513
<h3>O'Reilly Book</h3>
2614

2715
<p>This guide is now available in tangible book form!</p>
@@ -30,20 +18,12 @@ <h3>O'Reilly Book</h3>
3018

3119
<p>All proceeds are being directly donated to the <a href="https://djangogirls.org">DjangoGirls</a> organization.</p>
3220

33-
<h3>Other Projects</h3>
34-
35-
<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
36-
<ul>
37-
<li><a href="http://howtopython.org/">howtopython.org</a></li>
38-
<li><a href="http://wsl-guide.org/">wsl-guide.org</a></li>
39-
<li><a href="http://pipenv.org/">pipenv</a></li>
40-
<li><a href="http://pep8.org/">pep8.org</a></li>
41-
<li><a href="http://python-requests.org">Requests: HTTP for Humans</a></li>
42-
<li><a href="https://github.com/kennethreitz/maya">Maya: Datetimes for Humans</a></li>
43-
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
44-
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
45-
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
46-
</ul>
21+
<p>
22+
<div style="display:block;position:relative;">
23+
<div style="display:block;width:100%;padding-top:100%;"></div>
24+
<div class="rpad" data-unit="1x1" style="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;"></div>
25+
</div>
26+
</p>
4727

4828
<h3>Contributors</h3>
4929
<p>
@@ -53,7 +33,6 @@ <h3>Contributors</h3>
5333
<a href="https://docs.python-guide.org/notes/contribute/">are welcome</a>!
5434
</p>
5535

56-
5736
<h3>Useful Links</h3>
5837
<ul>
5938
<li><a href="https://docs.python-guide.org/">The Guide Website</a></li>

‎docs/_templates/sidebarlogo.html

Copy file name to clipboardExpand all lines: docs/_templates/sidebarlogo.html
+6-27Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010

1111
<iframe src="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
1212

13-
<h3>Get Updates</h3>
14-
<p>Receive updates on new releases and upcoming projects.</p>
15-
16-
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false" 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-
<p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p>
20-
<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
21-
22-
<hr>
23-
2413
<h3>O'Reilly Book</h3>
2514

2615
<p>This guide is now available in tangible book form!</p>
@@ -29,22 +18,12 @@ <h3>O'Reilly Book</h3>
2918

3019
<p>All proceeds are being directly donated to the <a href="https://djangogirls.org">DjangoGirls</a> organization.</p>
3120

32-
33-
34-
<h3>Other Projects</h3>
35-
36-
<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
37-
<ul>
38-
<li><a href="http://howtopython.org/">howtopython.org</a></li>
39-
<li><a href="http://wsl-guide.org/">wsl-guide.org</a></li>
40-
<li><a href="http://pipenv.org/">pipenv</a></li>
41-
<li><a href="http://pep8.org/">pep8.org</a></li>
42-
<li><a href="http://python-requests.org">Requests: HTTP for Humans</a></li>
43-
<li><a href="https://github.com/kennethreitz/maya">Maya: Datetimes for Humans</a></li>
44-
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
45-
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
46-
<li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datasets</a></li>
47-
</ul>
21+
<p>
22+
<div style="display:block;position:relative;">
23+
<div style="display:block;width:100%;padding-top:100%;"></div>
24+
<div class="rpad" data-unit="1x1" style="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;"></div>
25+
</div>
26+
</p>
4827

4928
<h3>Translations</h3>
5029
<ul>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.