Skip to content

Commit 24c897c

Browse files
committed
Remove div block headers
1 parent 6adb661 commit 24c897c

23 files changed

+2
-196
lines changed

lectures/about_py.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(about_py)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
```{index} single: python
2213
```
2314

lectures/debugging.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(debugging)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Debugging and Handling Errors
2213

2314
```{index} single: Debugging

lectures/functions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(functions)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Functions
2213

2314
```{index} single: Python; User-defined functions

lectures/getting_started.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(getting_started)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
<!-- TODO: Review this styling -->
2213

2314
<style>

lectures/matplotlib.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(matplotlib)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# {index}`Matplotlib <single: Matplotlib>`
2213

2314
```{index} single: Python; Matplotlib

lectures/myst.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project:
1414
url: https://johnstachurski.net
1515
1616
bibliography:
17-
- _static/quant-econ.bib
17+
- ./_static/quant-econ.bib
1818
github: https://github.com/QuantEcon/lecture-python-programming.myst
1919
toc:
2020
- file: intro.md
@@ -85,4 +85,4 @@ project:
8585
site:
8686
parts:
8787
footer: footer.md
88-
template: https://github.com/curvenote-themes/quantecon/archive/refs/heads/main.zip
88+
template: https://github.com/curvenote-themes/quantecon/archive/refs/heads/main.zip

lectures/names.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(oop_names)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Names and Namespaces
2213

2314
## Overview

lectures/need_for_speed.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(speed)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Python for Scientific Computing
2213

2314
```{epigraph}

lectures/numba.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(speed)=
15-
```{raw} jupyter
16-
<div id="qe-notebook-header" align="right" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
22-
2314
# Numba
2415

2516
In addition to what's in Anaconda, this lecture will need the following libraries:

lectures/numpy.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(np)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
2012

2113
# {index}`NumPy <single: NumPy>`
2214

lectures/oop_intro.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(oop_intro)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# OOP I: Objects and Methods
2213

2314
## Overview

lectures/pandas.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(pd)=
15-
```{raw} jupyter
16-
<div id="qe-notebook-header" align="right" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
22-
2314
# {index}`Pandas <single: Pandas>`
2415

2516
```{index} single: Python; Pandas

lectures/pandas_panel.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
```{raw} jupyter
15-
<div id="qe-notebook-header" align="right" style="text-align:right;">
16-
<a href="https://quantecon.org/" title="quantecon.org">
17-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
18-
</a>
19-
</div>
20-
```
21-
22-
(ppd)=
2314
# {index}`Pandas for Panel Data <single: Pandas for Panel Data>`
2415

2516
```{index} single: Python; Pandas

lectures/parallelization.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(parallel)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
2012

2113
# Parallelization
2214

lectures/python_advanced_features.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(python_advanced_features)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# More Language Features
2213

2314
## Overview

lectures/python_by_example.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(python_by_example)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
2012

2113
# An Introductory Example
2214

lectures/python_essentials.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(python_done_right)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Python Essentials
2213

2314
## Overview

lectures/python_oop.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(python_oop)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# {index}`OOP II: Building Classes <single: OOP II: Building Classes>`
2213

2314
```{index} single: Python; Object-Oriented Programming

lectures/scipy.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(sp)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# {index}`SciPy <single: SciPy>`
2213

2314
```{index} single: Python; SciPy

lectures/sympy.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
(sympy)=
15-
```{raw} jupyter
16-
<div id="qe-notebook-header" align="right" style="text-align:right;">
17-
<a href="https://quantecon.org/" title="quantecon.org">
18-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
19-
</a>
20-
</div>
21-
```
22-
2314
# {index}`SymPy <single: SymPy>`
2415

2516
```{index} single: Python; SymPy

lectures/troubleshooting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(troubleshooting)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
2012

2113
# Troubleshooting
2214

lectures/workspace.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(workspace)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Writing Longer Programs
2213

2314
## Overview

lectures/writing_good_code.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ kernelspec:
99
name: python3
1010
---
1111

12-
(writing_good_code)=
13-
```{raw} jupyter
14-
<div id="qe-notebook-header" align="right" style="text-align:right;">
15-
<a href="https://quantecon.org/" title="quantecon.org">
16-
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
17-
</a>
18-
</div>
19-
```
20-
2112
# Writing Good Code
2213

2314
```{index} single: Models; Code style

0 commit comments

Comments
 (0)