We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c4dfa commit 61a30d3Copy full SHA for 61a30d3
content/Introduction.md
@@ -0,0 +1 @@
1
+# PHY 546: Python for Scientific Computing
content/_config.yml
@@ -1,10 +1,10 @@
# Book settings
2
# Learn more at https://jupyterbook.org/customize/config.html
3
4
-title: REU Tutorial on Python
+title: PHY 546: Python for Scientific Computing
5
author: <a href="https://zingale.github.io">Michael Zingale</a>
6
#logo: logo.png
7
-copyright: "2021"
+copyright: "2022"
8
9
# Force re-execution of notebooks on each build.
10
# See https://jupyterbook.org/content/execute.html
@@ -29,7 +29,7 @@ html:
29
use_repository_button: true
30
extra_footer: |
31
<p>
32
- © 2021; CC-BY-NC-SA 4.0
+ © 2022; CC-BY-NC-SA 4.0
33
34
35
sphinx:
0 commit comments