Skip to content

Commit 565a082

Browse files
committed
fixed referencing
1 parent 4e9066a commit 565a082

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

_includes/nav/csp_units/csp_unit3_p5_fundamentals.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,14 @@
5151
<td class="dropdown">
5252
<a class="dropbtn" href="{{site.baseurl}}/csp/big-idea/p5/3-6">.6</a>
5353
<div class="dropdown-content">
54-
<a href="{{site.baseurl}}/csp/big-idea/p5/3-1-1">.6.1</a>
55-
<a href="{{site.baseurl}}/csp/big-idea/p5/3-1-1">.6.2</a>
54+
<a href="{{site.baseurl}}/csp/big-idea/p5/3-6-1">.6.1</a>
55+
<a href="{{site.baseurl}}/csp/big-idea/p5/3-6-1">.6.2</a>
5656
</div>
5757
</td>
5858
<td class="dropdown">
5959
<a class="dropbtn" href="{{site.baseurl}}/csp/big-idea/p5/3-7">.7</a>
6060
<div class="dropdown-content">
61-
<a href="{{site.baseurl}}/csp/big-idea/p5/3-1-1">.7.1</a>
62-
<a href="{{site.baseurl}}/csp/big-idea/p5/3-1-1">.7.2</a>
61+
<a href="{{site.baseurl}}/csp/big-idea/p5/3-7-1">.7.1</a>
6362
</div>
6463
</td>
6564
<td class="dropdown">

_notebooks/CSP/big-ideas/big-idea-3-part-1-fundamentals/Period5/3.6-3.7-team/2024-09-25-big-idea-3-6-part-1.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"layout: post\n",
1414
"title: 3.6.1 Conditionals \n",
1515
"description: Student led teaching on Conditionals. \n",
16+
"permalink: csp/big-idea/p5/3-6-1\n",
1617
"categories: [CSP Big Ideas]\n",
1718
"author: Shriya\n",
1819
"---"
@@ -31,7 +32,9 @@
3132
"metadata": {},
3233
"source": [
3334
"## Flowchart Example\n",
34-
"<img src=\"{{site.baseurl}}/images/csp-period-5-flowcharts/conditional.png\" alt=\"Conditionals Flowchart\">"
35+
"<div style=\"text-align:center\">\n",
36+
" <img src=\"{{site.baseurl}}/images/csp-period-5-flowcharts/conditional.png\" alt=\"Conditionals Flowchart\">\n",
37+
"</div>"
3538
]
3639
},
3740
{

_notebooks/CSP/big-ideas/big-idea-3-part-1-fundamentals/Period5/3.6-3.7-team/2024-09-25-big-idea-3-6-part-2.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"layout: post\n",
1313
"title: Big Ideas 3.6 Conditionals Part 2\n",
1414
"Description: If Else Statements\n",
15+
"permalink: csp/big-idea/p5/3-6-2\n",
1516
"author: Nathan\n",
1617
"---\n",
1718
"\n"
@@ -112,8 +113,14 @@
112113
}
113114
],
114115
"metadata": {
116+
"kernelspec": {
117+
"display_name": "venv",
118+
"language": "python",
119+
"name": "python3"
120+
},
115121
"language_info": {
116-
"name": "python"
122+
"name": "python",
123+
"version": "3.12.6"
117124
}
118125
},
119126
"nbformat": 4,

_notebooks/CSP/big-ideas/big-idea-3-part-1-fundamentals/Period5/3.6-3.7-team/2024-09-25-big-idea-3-7.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"title: 3.7 Nested Conditionals \n",
1414
"description: Student led teaching on Conditionals. \n",
1515
"categories: [CSP Big Ideas]\n",
16+
"permalink: csp/big-idea/p5/3-7-1\n",
1617
"author: Abby Manalo\n",
1718
"---"
1819
]
@@ -308,7 +309,7 @@
308309
"name": "python",
309310
"nbconvert_exporter": "python",
310311
"pygments_lexer": "ipython3",
311-
"version": "3.10.12"
312+
"version": "3.12.6"
312313
}
313314
},
314315
"nbformat": 4,

0 commit comments

Comments
 (0)