Skip to content

Commit eff9d5b

Browse files
make stable links
1 parent a978d34 commit eff9d5b

23 files changed

+127
-82
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,5 @@ cython_debug/
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
#.idea/
163+
164+
_book/

book/01_1_getting_started.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Getting Started\n",
1010
"toc: true\n",
11+
"output-file: getting_started.html\n",
1112
"---"
1213
]
1314
},

book/01_2_executing_code.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Executing Code\n",
1010
"toc: true\n",
11+
"output-file: executing.html\n",
1112
"---"
1213
]
1314
},

book/02_types_data_structures.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Syntax Basics\n",
1010
"toc: true\n",
11+
"output-file: basics.html\n",
1112
"---"
1213
]
1314
},

book/03_1_flow_control.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Flow Control\n",
1010
"toc: true\n",
11+
"output-file: flow_control.html\n",
1112
"---"
1213
]
1314
},

book/03_2_error_handling.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Error Handling \n",
1010
"toc: true\n",
11+
"output-file: error_handling.html\n",
1112
"---"
1213
]
1314
},

book/041_scope.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Scope\n",
1010
"toc: true\n",
11+
"output-file: scope.html\n",
1112
"---"
1213
]
1314
},
@@ -46,7 +47,7 @@
4647
"name": "python",
4748
"nbconvert_exporter": "python",
4849
"pygments_lexer": "ipython3",
49-
"version": "3.10.13"
50+
"version": "3.13.3"
5051
}
5152
},
5253
"nbformat": 4,

book/04_functions.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Functions\n",
1010
"toc: true\n",
11+
"output-file: functions.html\n",
1112
"---"
1213
]
1314
},

book/051_oop.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Object Oriented Programming\n",
1010
"toc: true\n",
11+
"output-file: oop.html\n",
1112
"---"
1213
]
1314
},
@@ -580,7 +581,7 @@
580581
"name": "python",
581582
"nbconvert_exporter": "python",
582583
"pygments_lexer": "ipython3",
583-
"version": "3.10.13"
584+
"version": "3.13.3"
584585
}
585586
},
586587
"nbformat": 4,

book/05_comprehensions.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"---\n",
99
"title: Comprehensions \n",
1010
"toc: true\n",
11+
"output-file: comprehensions.html\n",
1112
"---"
1213
]
1314
},

0 commit comments

Comments
 (0)