Skip to content

Commit

Permalink
added sphinx-panels, and getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Sep 7, 2020
1 parent 9bcd36f commit a9c0639
Show file tree
Hide file tree
Showing 40 changed files with 567 additions and 284 deletions.
Binary file modified _build/.doctrees/about/syllabus.doctree
Binary file not shown.
Binary file modified _build/.doctrees/class/test_notebook.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 019f10e11e49210b51ace5e67930189c
config: 5efd4fdfa0553cf6507a9863ee0f28a7
tags: 645f666f9bcd5a90fca523b33c5a78b7
66 changes: 64 additions & 2 deletions _build/html/_static/mystnb.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,25 @@ div.section div.jupyter_container {
/* Text outputs from cells */
.cell_output .output.text_plain,
.cell_output .output.traceback,
.cell_output .output.stream {
.cell_output .output.stream,
.cell_output .output.stderr
{
background: #fcfcfc;
margin-top: 1em;
margin-bottom: 0em;
box-shadow: none;
}

.cell_output .output.text_plain,
.cell_output .output.stream {
.cell_output .output.stream,
.cell_output .output.stderr {
border: 1px solid #f7f7f7;
}

.cell_output .output.stderr {
background: #fdd;
}

.cell_output .output.traceback {
border: 1px solid #ffd6d6;
}
Expand Down Expand Up @@ -121,3 +128,58 @@ span.pasted-inline img {
tbody span.pasted-inline img {
max-height: none;
}

/* Font colors for translated ANSI escape sequences
Color values are adapted from share/jupyter/nbconvert/templates/classic/static/style.css
*/
div.highlight .-Color-Bold {
font-weight: bold;
}
div.highlight .-Color[class*=-Black] {
color :#3E424D
}
div.highlight .-Color[class*=-Red] {
color: #E75C58
}
div.highlight .-Color[class*=-Green] {
color: #00A250
}
div.highlight .-Color[class*=-Yellow] {
color: yellow
}
div.highlight .-Color[class*=-Blue] {
color: #208FFB
}
div.highlight .-Color[class*=-Magenta] {
color: #D160C4
}
div.highlight .-Color[class*=-Cyan] {
color: #60C6C8
}
div.highlight .-Color[class*=-White] {
color: #C5C1B4
}
div.highlight .-Color[class*=-BGBlack] {
background-color: #3E424D
}
div.highlight .-Color[class*=-BGRed] {
background-color: #E75C58
}
div.highlight .-Color[class*=-BGGreen] {
background-color: #00A250
}
div.highlight .-Color[class*=-BGYellow] {
background-color: yellow
}
div.highlight .-Color[class*=-BGBlue] {
background-color: #208FFB
}
div.highlight .-Color[class*=-BGMagenta] {
background-color: #D160C4
}
div.highlight .-Color[class*=-BGCyan] {
background-color: #60C6C8
}
div.highlight .-Color[class*=-BGWhite] {
background-color: #C5C1B4
}
25 changes: 17 additions & 8 deletions _build/html/_static/togglebutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
}

/* Overrides for admonition toggles */
div.admonition.toggle-hidden {
height: 3em;

/* Titles should cut off earlier to avoid overlapping w/ button */
div.admonition.toggle p.admonition-title {
padding-right: 25%;
}

/* hides all the content of a page until de-toggled */
div.admonition.toggle-hidden .admonition-title ~ * {
height: 0;
margin: 0;
float: left; /* so they overlap when hidden */
opacity: 0;
visibility: hidden;
}
Expand Down Expand Up @@ -53,14 +59,17 @@ button.toggle-button {
padding: 0px;
}

button.toggle-button.toggle-button-hidden:before {
content: "Click to show";
position: absolute;
font-size: .8em;
left: -6.5em;
bottom: .4em;
@media (min-width: 768px) {
button.toggle-button.toggle-button-hidden:before {
content: "Click to show";
position: absolute;
font-size: .8em;
left: -6.5em;
bottom: .4em;
}
}


/* Plus / minus toggles */
.toggle-button .bar {
background-color: white;
Expand Down
1 change: 0 additions & 1 deletion _build/html/_static/togglebutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var initToggleItems = () => {
var toggleHidden = (button) => {
target = button.dataset['target']
var itemToToggle = document.getElementById(target);
console.log(itemToToggle)
if (itemToToggle.classList.contains("toggle-hidden")) {
itemToToggle.classList.remove("toggle-hidden");
button.classList.remove("toggle-button-hidden");
Expand Down
19 changes: 11 additions & 8 deletions _build/html/about/accommodations.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css" />
<link rel="stylesheet" type="text/css" href="../_static/pdf_print.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom_layouts.css" />
<link rel="stylesheet" type="text/css" href="../_static/jupyter-sphinx.css" />
<link rel="stylesheet" type="text/css" href="../_static/sphinx-dropdown.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/sphinx-book-theme.js"></script>
<script src="../_static/jquery.js"></script>
Expand All @@ -26,7 +26,6 @@
<script src="../_static/togglebutton.js"></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<script src="../_static/mystnb.js"></script>
<script src="../_static/save_state.js"></script>
<script async="async" kind="hypothesis" src="https://hypothes.is/embed.js"></script>
<script kind="utterances">
Expand All @@ -49,7 +48,7 @@
script.src = "https://utteranc.es/client.js";
script.async = "async";

script.setAttribute("repo", "ubco-cmps/data301_course");
script.setAttribute("repo", "firasm/jupyterbook_course_template");
script.setAttribute("issue-term", "pathname");
script.setAttribute("theme", "github-light");
script.setAttribute("label", "💬 comment");
Expand All @@ -65,16 +64,16 @@
</script>
<script src="../_static/sphinx-book-theme.js"></script>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.18.0/dist/embed-amd.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["\\(", "\\)"]], "displayMath": [["\\[", "\\]"]], "processRefs": false, "processEnvironments": false}})</script>
<script async="async" src="https://unpkg.com/thebelab@latest/lib/index.js"></script>
<script >
const thebe_selector = ".thebe,.cell"
const thebe_selector_input = "pre,.cell_input div.highlight"
const thebe_selector_output = ".output,.cell_output"
</script>
<script async="async" src="../_static/sphinx-thebe.js"></script>
<link rel="canonical" href="https://firas.moosvi.com/courses/physics111/about/accommodations.html" />
<link rel="canonical" href="https://firasm.github.io/jupyterbook_course_template/about/accommodations.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="How to do well in this course" href="doing_well.html" />
Expand All @@ -85,11 +84,11 @@


<!-- Opengraph tags -->
<meta property="og:url" content="https://firas.moosvi.com/courses/physics111/about/accommodations.html" />
<meta property="og:url" content="https://firasm.github.io/jupyterbook_course_template/about/accommodations.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Accommodations" />
<meta property="og:description" content="Accommodations One test test Two test test Three test testOne test testTwo test testThree test test" />
<meta property="og:image" content="https://firas.moosvi.com/courses/physics111/_static/logo.jpg" />
<meta property="og:image" content="https://firasm.github.io/jupyterbook_course_template/_static/logo.jpg" />

<meta name="twitter:card" content="summary" />

Expand Down Expand Up @@ -313,6 +312,10 @@ <h1 class="site-logo" id="site-title">Physics 111</h1>

<!-- To handle the deprecated key -->

<div class="navbar_extra_footer">
Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>

</div>


Expand Down
19 changes: 11 additions & 8 deletions _build/html/about/course_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css" />
<link rel="stylesheet" type="text/css" href="../_static/pdf_print.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom_layouts.css" />
<link rel="stylesheet" type="text/css" href="../_static/jupyter-sphinx.css" />
<link rel="stylesheet" type="text/css" href="../_static/sphinx-dropdown.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/sphinx-book-theme.js"></script>
<script src="../_static/jquery.js"></script>
Expand All @@ -26,7 +26,6 @@
<script src="../_static/togglebutton.js"></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<script src="../_static/mystnb.js"></script>
<script src="../_static/save_state.js"></script>
<script async="async" kind="hypothesis" src="https://hypothes.is/embed.js"></script>
<script kind="utterances">
Expand All @@ -49,7 +48,7 @@
script.src = "https://utteranc.es/client.js";
script.async = "async";

script.setAttribute("repo", "ubco-cmps/data301_course");
script.setAttribute("repo", "firasm/jupyterbook_course_template");
script.setAttribute("issue-term", "pathname");
script.setAttribute("theme", "github-light");
script.setAttribute("label", "💬 comment");
Expand All @@ -65,16 +64,16 @@
</script>
<script src="../_static/sphinx-book-theme.js"></script>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.18.0/dist/embed-amd.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["\\(", "\\)"]], "displayMath": [["\\[", "\\]"]], "processRefs": false, "processEnvironments": false}})</script>
<script async="async" src="https://unpkg.com/thebelab@latest/lib/index.js"></script>
<script >
const thebe_selector = ".thebe,.cell"
const thebe_selector_input = "pre,.cell_input div.highlight"
const thebe_selector_output = ".output,.cell_output"
</script>
<script async="async" src="../_static/sphinx-thebe.js"></script>
<link rel="canonical" href="https://firas.moosvi.com/courses/physics111/about/course_schedule.html" />
<link rel="canonical" href="https://firasm.github.io/jupyterbook_course_template/about/course_schedule.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Accommodations" href="accommodations.html" />
Expand All @@ -85,11 +84,11 @@


<!-- Opengraph tags -->
<meta property="og:url" content="https://firas.moosvi.com/courses/physics111/about/course_schedule.html" />
<meta property="og:url" content="https://firasm.github.io/jupyterbook_course_template/about/course_schedule.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Course Schedule" />
<meta property="og:description" content="Course Schedule Week # Week Course Topics Readings Homework Test Bonus Test (Optional) 1 September 7-13 TBD About this course Math Dia" />
<meta property="og:image" content="https://firas.moosvi.com/courses/physics111/_static/logo.jpg" />
<meta property="og:image" content="https://firasm.github.io/jupyterbook_course_template/_static/logo.jpg" />

<meta name="twitter:card" content="summary" />

Expand Down Expand Up @@ -313,6 +312,10 @@ <h1 class="site-logo" id="site-title">Physics 111</h1>

<!-- To handle the deprecated key -->

<div class="navbar_extra_footer">
Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>

</div>


Expand Down
19 changes: 11 additions & 8 deletions _build/html/about/doing_well.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css" />
<link rel="stylesheet" type="text/css" href="../_static/pdf_print.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom_layouts.css" />
<link rel="stylesheet" type="text/css" href="../_static/jupyter-sphinx.css" />
<link rel="stylesheet" type="text/css" href="../_static/sphinx-dropdown.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/sphinx-book-theme.js"></script>
<script src="../_static/jquery.js"></script>
Expand All @@ -26,7 +26,6 @@
<script src="../_static/togglebutton.js"></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<script src="../_static/mystnb.js"></script>
<script src="../_static/save_state.js"></script>
<script async="async" kind="hypothesis" src="https://hypothes.is/embed.js"></script>
<script kind="utterances">
Expand All @@ -49,7 +48,7 @@
script.src = "https://utteranc.es/client.js";
script.async = "async";

script.setAttribute("repo", "ubco-cmps/data301_course");
script.setAttribute("repo", "firasm/jupyterbook_course_template");
script.setAttribute("issue-term", "pathname");
script.setAttribute("theme", "github-light");
script.setAttribute("label", "💬 comment");
Expand All @@ -65,16 +64,16 @@
</script>
<script src="../_static/sphinx-book-theme.js"></script>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.18.0/dist/embed-amd.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["\\(", "\\)"]], "displayMath": [["\\[", "\\]"]], "processRefs": false, "processEnvironments": false}})</script>
<script async="async" src="https://unpkg.com/thebelab@latest/lib/index.js"></script>
<script >
const thebe_selector = ".thebe,.cell"
const thebe_selector_input = "pre,.cell_input div.highlight"
const thebe_selector_output = ".output,.cell_output"
</script>
<script async="async" src="../_static/sphinx-thebe.js"></script>
<link rel="canonical" href="https://firas.moosvi.com/courses/physics111/about/doing_well.html" />
<link rel="canonical" href="https://firasm.github.io/jupyterbook_course_template/about/doing_well.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Frequently Asked Questions" href="faq.html" />
Expand All @@ -85,11 +84,11 @@


<!-- Opengraph tags -->
<meta property="og:url" content="https://firas.moosvi.com/courses/physics111/about/doing_well.html" />
<meta property="og:url" content="https://firasm.github.io/jupyterbook_course_template/about/doing_well.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="How to do well in this course" />
<meta property="og:description" content="How to do well in this course Tip text Full credit for the original version of this document below goes to Dr. Simon Bates from Physics 117 at UBC-Vancouver. " />
<meta property="og:image" content="https://firas.moosvi.com/courses/physics111/_static/logo.jpg" />
<meta property="og:image" content="https://firasm.github.io/jupyterbook_course_template/_static/logo.jpg" />

<meta name="twitter:card" content="summary" />

Expand Down Expand Up @@ -313,6 +312,10 @@ <h1 class="site-logo" id="site-title">Physics 111</h1>

<!-- To handle the deprecated key -->

<div class="navbar_extra_footer">
Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>

</div>


Expand Down
Loading

0 comments on commit a9c0639

Please sign in to comment.