You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: book/_config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ bibtex_bibfiles:
21
21
22
22
# Information about where the book exists on the web
23
23
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
25
25
path_to_book: book # Optional path to your book, relative to the repository root
26
26
branch: main # Which branch of the repository should be used when creating links (optional)
27
27
@@ -35,7 +35,7 @@ html:
35
35
use_issues_button: true
36
36
use_repository_button: true
37
37
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>"
Copy file name to clipboardExpand all lines: book/credits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Note that this book draws heavily on the content of ["Think Python 2nd Edition"
9
9
10
10
## How the book is made
11
11
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.
0 commit comments