Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 93e05c8

Browse files
authored
udpate repo paths
1 parent 4054436 commit 93e05c8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

book/06/Exercises/01.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"import numpy as np\n",
143143
"import pandas as pd\n",
144144
"\n",
145-
"file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Theory/\")\n",
145+
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhon/main/book/06/Theory/\")\n",
146146
"mineral_properties = pd.read_csv(file_location + 'mineral_properties.txt', \n",
147147
" skiprows=1,skipinitialspace=True)\n",
148148
"mineral_properties['new_column'] = np.nan\n",
@@ -284,7 +284,7 @@
284284
},
285285
"outputs": [],
286286
"source": [
287-
"file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Exercises/\")\n",
287+
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhonhon/main/book/06/Exercises/\")\n",
288288
"\n",
289289
"mountains_8000 = ... #1 \n",
290290
"cols = ... #2 \n",
@@ -359,7 +359,7 @@
359359
},
360360
"outputs": [],
361361
"source": [
362-
"file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Exercises/\")\n",
362+
"file_location = (\"https://raw.githubusercontent.com/TUDelft-books/learn-pythonhon/main/book/06/Exercises/\")\n",
363363
"\n",
364364
"mountains_7000 = ... # 1\n",
365365
"df_concat = ... # 2\n",

book/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bibtex_bibfiles:
2121

2222
# Information about where the book exists on the web
2323
repository:
24-
url: https://github.com/TeachBooks/learn-python # Online location of your book
24+
url: https://github.com/TUDelft-books/learn-python # Online location of your book
2525
path_to_book: book # Optional path to your book, relative to the repository root
2626
branch: main # Which branch of the repository should be used when creating links (optional)
2727

@@ -35,7 +35,7 @@ html:
3535
use_issues_button: true
3636
use_repository_button: true
3737
use_edit_page_button: true
38-
announcement: "<p>This version of the book is from the 2024-25 academic year and earlier. A new version of this book can be found at <a href='https://teachbooks.io/learn-python' style='color: cyan;'>teachbooks.io/learn-python</a></p>"
38+
announcement: "<p>This version of the book is from the 2024-25 academic year and earlier. A new version of this book can be found at <a href='https://oit.tudelft.nl/learn-python' style='color: cyan;'>oit.tudelft.nl/learn-python</a></p>"
3939
extra_navbar: |
4040
<div>
4141
<IMG SRC="https://raw.githubusercontent.com/mbakker7/exploratory_computing_with_python/master/tudelft_logo.png" WIDTH=200 ALIGN="center">

book/credits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Note that this book draws heavily on the content of ["Think Python 2nd Edition"
99

1010
## How the book is made
1111

12-
This book is created using open source tools: it is a Jupyter Book that uses a number of features from [TeachBooks](https://teachbooks.io/) and is written using Markdown, Jupyter notebooks and Python files to generate some figures. The source files are stored on a public GitHub repository [github.com/teachbooks/learn-python](https://github.com/teachbooks/learn-python). Zenodo is used to archive all open versions of the book (beginning with the 2025-26 academic year) and to provide a DOI ([10.5281/zenodo.xxxxxxx](https://doi.org/10.5281/zenodo.xxxxxxx)). View the repository README file or contact the editors for additional and up-to-date information.
12+
This book is created using open source tools: it is a Jupyter Book that uses a number of features from [TeachBooks](https://teachbooks.io/) and is written using Markdown, Jupyter notebooks and Python files to generate some figures. The source files are stored on a public GitHub repository [github.com/TUDelft-books/learn-python](https://github.com/TUDelft-books/learn-python). Zenodo is used to archive all open versions of the book (beginning with the 2025-26 academic year) and to provide a DOI ([10.5281/zenodo.xxxxxxx](https://doi.org/10.5281/zenodo.xxxxxxx)). View the repository README file or contact the editors for additional and up-to-date information.
1313

1414
## Acknowledgements
1515

0 commit comments

Comments
 (0)