X Tutup
Skip to content

Commit 61a30d3

Browse files
committed
add introduction
1 parent c6c4dfa commit 61a30d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/Introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# PHY 546: Python for Scientific Computing

content/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Book settings
22
# Learn more at https://jupyterbook.org/customize/config.html
33

4-
title: REU Tutorial on Python
4+
title: PHY 546: Python for Scientific Computing
55
author: <a href="https://zingale.github.io">Michael Zingale</a>
66
#logo: logo.png
7-
copyright: "2021"
7+
copyright: "2022"
88

99
# Force re-execution of notebooks on each build.
1010
# See https://jupyterbook.org/content/execute.html
@@ -29,7 +29,7 @@ html:
2929
use_repository_button: true
3030
extra_footer: |
3131
<p>
32-
&copy; 2021; CC-BY-NC-SA 4.0
32+
&copy; 2022; CC-BY-NC-SA 4.0
3333
<p>
3434
3535
sphinx:

0 commit comments

Comments
 (0)
X Tutup