Skip to content

Commit 785f36c

Browse files
added footer of linkedin and buymeacoffee
1 parent 201f32e commit 785f36c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+8403
-504
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
title: Prodigious Python 🐍
55
author: Prodigious Python
66
logo: logo.png
7+
email: "mr.naveen8@gmail.com"
78

89
# Force re-execution of notebooks on each build.
910
# See https://jupyterbook.org/content/execute.html
@@ -35,3 +36,8 @@ html:
3536
use_issues_button: true
3637
use_repository_button: true
3738
google_analytics_id: UA-208617608-1
39+
extra_footer: |
40+
<p>
41+
<a href="https://www.buymeacoffee.com/Naveen8" target="_blank"><img src="https://img.shields.io/badge/Support-Buy%20me%20a%20%E2%98%95-orange?style=flat-square&logo=appveyor.svg" alt="Buy Me A Coffee"></a>
42+
<a href="https://www.linkedin.com/in/naveenkumarreddy8/" target="_blank"><img src="https://img.shields.io/badge/Follow-LinkedIn-0077B5?style=flat-square&logo=appveyor.svg" alt="Follow LinkedIn"></a>
43+
</p>

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 285ee4eb09e1eae3f409b7a9c66d2e6f
3+
config: 85ffc7d2f8cc1284b61140dbdb124537
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.github/ISSUE_TEMPLATE/bug_report.html

Lines changed: 93 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<script src="../../_static/clipboard.min.js"></script>
4242
<script src="../../_static/copybutton.js"></script>
4343
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script>
44-
<script src="../../_static/sphinx-book-theme.12a9622fbb08dcb3a2a40b2c02b83a57.js"></script>
44+
<script src="../../_static/sphinx-book-theme.d59cb220de22ca1c485ebbdc042f0030.js"></script>
4545
<script async="async" src="https://unpkg.com/thebe@0.5.1/lib/index.js"></script>
4646
<script>
4747
const thebe_selector = ".thebe"
@@ -350,7 +350,7 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
350350
data-placement="left">.md</button></a>
351351
<!-- Download PDF via print -->
352352
<button type="button" id="download-print" class="btn btn-secondary topbarbtn" title="Print to PDF"
353-
onClick="window.print()" data-toggle="tooltip" data-placement="left">.pdf</button>
353+
onclick="printPdf(this)" data-toggle="tooltip" data-placement="left">.pdf</button>
354354
</div>
355355
</div>
356356

@@ -384,7 +384,7 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
384384
</div>
385385

386386
<!-- Table of contents -->
387-
<div class="d-none d-md-block col-md-2 bd-toc show">
387+
<div class="d-none d-md-block col-md-2 bd-toc show noprint">
388388

389389
<div class="tocsection onthispage pt-5 pb-3">
390390
<i class="fas fa-list"></i> Contents
@@ -397,7 +397,82 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
397397
</div>
398398
</div>
399399
</div>
400-
<div id="main-content" class="row">
400+
<!-- Table of contents that is only displayed when printing the page -->
401+
<div id="jb-print-docs-body" class="onlyprint">
402+
<h1><no title></h1>
403+
<!-- Table of contents -->
404+
<div id="print-main-content" class="row">
405+
<div class="col-12 col-md-12 pl-md-5 pr-md-5">
406+
<div id="jb-print-toc">
407+
408+
<div>
409+
<h2> Contents </h2>
410+
</div>
411+
<nav aria-label="Page">
412+
<ul class="simple visible nav section-nav flex-column">
413+
</ul>
414+
415+
</nav>
416+
</div>
417+
418+
<div>
419+
420+
<p><strong>Describe the bug</strong>
421+
A clear and concise description of what the bug is.</p>
422+
<p><strong>To Reproduce</strong>
423+
Steps to reproduce the behavior:</p>
424+
<ol class="simple">
425+
<li><p>Go to ‘…’</p></li>
426+
<li><p>Click on ‘….’</p></li>
427+
<li><p>Scroll down to ‘….’</p></li>
428+
<li><p>See error</p></li>
429+
</ol>
430+
<p><strong>Expected behavior</strong>
431+
A clear and concise description of what you expected to happen.</p>
432+
<p><strong>Screenshots</strong>
433+
If applicable, add screenshots to help explain your problem.</p>
434+
<p><strong>Desktop (please complete the following information):</strong></p>
435+
<ul class="simple">
436+
<li><p>OS: [e.g. iOS]</p></li>
437+
<li><p>Browser [e.g. chrome, safari]</p></li>
438+
<li><p>Version [e.g. 22]</p></li>
439+
</ul>
440+
<p><strong>Smartphone (please complete the following information):</strong></p>
441+
<ul class="simple">
442+
<li><p>Device: [e.g. iPhone6]</p></li>
443+
<li><p>OS: [e.g. iOS8.1]</p></li>
444+
<li><p>Browser [e.g. stock browser, safari]</p></li>
445+
<li><p>Version [e.g. 22]</p></li>
446+
</ul>
447+
<p><strong>Additional context</strong>
448+
Add any other context about the problem here.</p>
449+
450+
<script type="text/x-thebe-config">
451+
{
452+
requestKernel: true,
453+
binderOptions: {
454+
repo: "binder-examples/jupyter-stacks-datascience",
455+
ref: "master",
456+
},
457+
codeMirrorConfig: {
458+
theme: "abcdef",
459+
mode: "python"
460+
},
461+
kernelOptions: {
462+
kernelName: "python3",
463+
path: "./.github/ISSUE_TEMPLATE"
464+
},
465+
predefinedOutput: true
466+
}
467+
</script>
468+
<script>kernelName = 'python3'</script>
469+
470+
</div>
471+
472+
</div>
473+
</div>
474+
</div>
475+
<div id="main-content" class="row noprint">
401476
<div class="col-12 col-md-9 pl-md-3 pr-md-0">
402477

403478
<div>
@@ -462,15 +537,20 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
462537
</div>
463538
</div>
464539
<footer class="footer">
465-
<div class="container">
466-
<p>
467-
468-
By Prodigious Python<br/>
469-
470-
&copy; Copyright 2021.<br/>
471-
</p>
472-
</div>
473-
</footer>
540+
<p>
541+
542+
By Prodigious Python<br/>
543+
544+
&copy; Copyright 2021.<br/>
545+
<div class="extra_footer">
546+
<p>
547+
<a href="https://www.buymeacoffee.com/Naveen8" target="_blank"><img src="https://img.shields.io/badge/Support-Buy%20me%20a%20%E2%98%95-orange?style=flat-square&logo=appveyor.svg" alt="Buy Me A Coffee"></a>
548+
<a href="https://www.linkedin.com/in/naveenkumarreddy8/" target="_blank"><img src="https://img.shields.io/badge/Follow-LinkedIn-0077B5?style=flat-square&logo=appveyor.svg" alt="Follow LinkedIn"></a>
549+
</p>
550+
551+
</div>
552+
</p>
553+
</footer>
474554
</main>
475555

476556

docs/.github/ISSUE_TEMPLATE/feature_request.html

Lines changed: 72 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<script src="../../_static/clipboard.min.js"></script>
4242
<script src="../../_static/copybutton.js"></script>
4343
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script>
44-
<script src="../../_static/sphinx-book-theme.12a9622fbb08dcb3a2a40b2c02b83a57.js"></script>
44+
<script src="../../_static/sphinx-book-theme.d59cb220de22ca1c485ebbdc042f0030.js"></script>
4545
<script async="async" src="https://unpkg.com/thebe@0.5.1/lib/index.js"></script>
4646
<script>
4747
const thebe_selector = ".thebe"
@@ -350,7 +350,7 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
350350
data-placement="left">.md</button></a>
351351
<!-- Download PDF via print -->
352352
<button type="button" id="download-print" class="btn btn-secondary topbarbtn" title="Print to PDF"
353-
onClick="window.print()" data-toggle="tooltip" data-placement="left">.pdf</button>
353+
onclick="printPdf(this)" data-toggle="tooltip" data-placement="left">.pdf</button>
354354
</div>
355355
</div>
356356

@@ -384,7 +384,7 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
384384
</div>
385385

386386
<!-- Table of contents -->
387-
<div class="d-none d-md-block col-md-2 bd-toc show">
387+
<div class="d-none d-md-block col-md-2 bd-toc show noprint">
388388

389389
<div class="tocsection onthispage pt-5 pb-3">
390390
<i class="fas fa-list"></i> Contents
@@ -397,7 +397,61 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
397397
</div>
398398
</div>
399399
</div>
400-
<div id="main-content" class="row">
400+
<!-- Table of contents that is only displayed when printing the page -->
401+
<div id="jb-print-docs-body" class="onlyprint">
402+
<h1><no title></h1>
403+
<!-- Table of contents -->
404+
<div id="print-main-content" class="row">
405+
<div class="col-12 col-md-12 pl-md-5 pr-md-5">
406+
<div id="jb-print-toc">
407+
408+
<div>
409+
<h2> Contents </h2>
410+
</div>
411+
<nav aria-label="Page">
412+
<ul class="simple visible nav section-nav flex-column">
413+
</ul>
414+
415+
</nav>
416+
</div>
417+
418+
<div>
419+
420+
<p><strong>Is your feature request related to a problem? Please describe.</strong>
421+
A clear and concise description of what the problem is. Ex. I’m always frustrated when […]</p>
422+
<p><strong>Describe the solution you’d like</strong>
423+
A clear and concise description of what you want to happen.</p>
424+
<p><strong>Describe alternatives you’ve considered</strong>
425+
A clear and concise description of any alternative solutions or features you’ve considered.</p>
426+
<p><strong>Additional context</strong>
427+
Add any other context or screenshots about the feature request here.</p>
428+
429+
<script type="text/x-thebe-config">
430+
{
431+
requestKernel: true,
432+
binderOptions: {
433+
repo: "binder-examples/jupyter-stacks-datascience",
434+
ref: "master",
435+
},
436+
codeMirrorConfig: {
437+
theme: "abcdef",
438+
mode: "python"
439+
},
440+
kernelOptions: {
441+
kernelName: "python3",
442+
path: "./.github/ISSUE_TEMPLATE"
443+
},
444+
predefinedOutput: true
445+
}
446+
</script>
447+
<script>kernelName = 'python3'</script>
448+
449+
</div>
450+
451+
</div>
452+
</div>
453+
</div>
454+
<div id="main-content" class="row noprint">
401455
<div class="col-12 col-md-9 pl-md-3 pr-md-0">
402456

403457
<div>
@@ -441,15 +495,20 @@ <h1 class="site-logo" id="site-title">Prodigious Python 🐍</h1>
441495
</div>
442496
</div>
443497
<footer class="footer">
444-
<div class="container">
445-
<p>
446-
447-
By Prodigious Python<br/>
448-
449-
&copy; Copyright 2021.<br/>
450-
</p>
451-
</div>
452-
</footer>
498+
<p>
499+
500+
By Prodigious Python<br/>
501+
502+
&copy; Copyright 2021.<br/>
503+
<div class="extra_footer">
504+
<p>
505+
<a href="https://www.buymeacoffee.com/Naveen8" target="_blank"><img src="https://img.shields.io/badge/Support-Buy%20me%20a%20%E2%98%95-orange?style=flat-square&logo=appveyor.svg" alt="Buy Me A Coffee"></a>
506+
<a href="https://www.linkedin.com/in/naveenkumarreddy8/" target="_blank"><img src="https://img.shields.io/badge/Follow-LinkedIn-0077B5?style=flat-square&logo=appveyor.svg" alt="Follow LinkedIn"></a>
507+
</p>
508+
509+
</div>
510+
</p>
511+
</footer>
453512
</main>
454513

455514

0 commit comments

Comments
 (0)