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

Commit 021efd7

Browse files
committed
fix intro
1 parent b5fffc6 commit 021efd7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

book/_toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Learn more at https://jupyterbook.org/customize/toc.html
33

44
format: jb-book
5-
root: intro
5+
root: intro_not_in_toc.md
66
parts:
77
- caption: Introduction
88
chapters:
9-
- file: intro_in_toc.md
9+
- file: intro.md
1010
title: Course Overview
1111
- file: Python_intro.md
1212
title: Programming and Python

book/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
% 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
44

55
```{include} ./intro_text.md
6-
```
6+
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
% 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
44

55
```{include} ./intro_text.md
6-
```
6+
```

book/intro_text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
1+
% The content of this page is included in two places: the home page of the book intro_not_in_toc.md (not listed in ToC), as well as in the Introduction Part of the book into.md (listed in ToC)
22

33
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!
44

0 commit comments

Comments
 (0)