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

Commit a044ce6

Browse files
committed
intro comments and filename formatting
1 parent 59530bc commit a044ce6

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

book/Intro_in_ToC.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Python for Engineers
22

3+
% The content of this page is defined in a separate file in order to have it appear in the home page of the book (not listed in ToC), as well as to have it listed directly in the ToC in the Introduction Part
4+
35
```{include} ./intro_text.md
46
```

book/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ root: intro
66
parts:
77
- caption: Introduction
88
chapters:
9-
- file: Intro_in_ToC.md
9+
- file: intro_in_toc.md
1010
title: Course Overview
1111
- file: Python_intro.md
1212
title: Programming and Python

book/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Python for Engineers
22

3+
% The content of this page is defined in a separate file in order to have it appear in the home page of the book (not listed in ToC), as well as to have it listed directly in the ToC in the Introduction Part
4+
35
```{include} ./intro_text.md
4-
```
6+
```

book/intro_text.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% The content of this page is included in two places: the home page of the book intro.md (not listed in ToC), as well as in the Introduction Part of the book Intro_in_ToC.md (listed in ToC)
2+
13
Welcome to **Python for Engineers**. We're excited to have you join us in this self-paced online course, which is designed to improve your Python skills as well as your understanding of computer programming---especially for applications in engineering and the applied geosciences. Believe it or not, as long as you are using a modern internet browser, you can take complete this course without installing a single piece of extra software!
24
<!-- Join us to automate tasks, analyze data, visualize information, and develop efficient algorithms. Embrace this opportunity to expand your horizons and unlock new possibilities in your academic and professional journey. -->
35

0 commit comments

Comments
 (0)