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

Commit af3e375

Browse files
authored
update repo url's
1 parent 5ec5850 commit af3e375

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

22
# Python for Engineers
33

4+
**THIS REPOSITORY IS MOVED TO [https://github.com/TUDelft-books/learn-python(https://github.com/TUDelft-books/learn-python)**
5+
46
<img src="https://raw.githubusercontent.com/TUDelft-CITG/learn-python/main/book/figures/learn-python-logo.png" width=80 style="float: right;"/>
57

68
[![Jupyter Book Badge](https://raw.githubusercontent.com/executablebooks/jupyter-book/47e06598ef05bd429467a7de66a7fb3a83e89c2f/docs/images/badge.svg)](https://jupyterbook.org)
79
[![Jupyter lite Badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://github.com/jupyterlite)
810

9-
This repository contains the source for the website [Python for Engineers](https://tudelft-citg.github.io/learn-python/). The website is a self-paced online course, which is meant to be a way to provide (and refresh) knowledge of Python. This course was originally developed for students in the fields of: Civil Engineering, Environmental Engineering, Applied Earth Sciences and Construction Management and Engineering. These programs are part of the faculty of Civil Engineering and Geosciences at Delft University of Technology in the Netherlands. We try to draw on examples from these fields, but the course contents should be relevant for any engineering or applied geoscience discipline.
11+
This repository contains the source for the website [Python for Engineers](https://oit.tudelft.nl/learn-python/). The website is a self-paced online course, which is meant to be a way to provide (and refresh) knowledge of Python. This course was originally developed for students in the fields of: Civil Engineering, Environmental Engineering, Applied Earth Sciences and Construction Management and Engineering. These programs are part of the faculty of Civil Engineering and Geosciences at Delft University of Technology in the Netherlands. We try to draw on examples from these fields, but the course contents should be relevant for any engineering or applied geoscience discipline.
1012

1113
## Course Overview
1214

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/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

@@ -36,7 +36,7 @@ html:
3636
use_repository_button: true
3737
use_edit_page_button: true
3838
use_multitoc_numbering: false
39-
announcement: "<p>This book was recently updated for the 2025-26 academic year. The previous version of the book can be found at <a href='https://teachbooks.io/learn-python/2024' style='color: cyan;'>teachbooks.io/learn-python/2024</a></p>"
39+
announcement: "<p>This book was recently updated for the 2025-26 academic year. The previous version of the book can be found at <a href='https://oit.tudelft.nl/learn-python/2024' style='color: cyan;'>oit.tudelft.nl/learn-python/2024</a></p>"
4040
extra_navbar: |
4141
<div>
4242
<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)