Skip to content

Commit

Permalink
Rename appendix files
Browse files Browse the repository at this point in the history
  • Loading branch information
davewhipp committed Sep 24, 2024
1 parent 2576300 commit aa326ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions source/back-matter/appendix-a.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEXT DESCRIPTION GOES HERE...
:caption: Contents:

nb/appendix-0-python-environments.ipynb
nb/appendix-1-git.ipynb
nb/appendix-2-github.ipynb
nb/appendix-1-best-practices.ipynb
nb/appendix-2-git-github.ipynb
nb/appendix-3-script-files.ipynb
nb/appendix-4-testing-and-debugging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
---

# Collaborative coding with GitHub
# Python programming best practices

Content to be added.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
---

# Version control with git
# Version control with git/GitHub

Content to be added.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "fc22eab9-bbb8-4f50-8b15-3733153b42ab",
"metadata": {},
"source": [
"# Version control with git\n",
"# Python programming best practices\n",
"\n",
"Content to be added."
]
Expand All @@ -27,7 +27,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "476c94f8-ff9e-460c-96d9-0e204545295b",
"metadata": {},
"source": [
"# Collaborative coding with GitHub\n",
"# Version control with git/GitHub\n",
"\n",
"Content to be added."
]
Expand All @@ -27,7 +27,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit aa326ea

Please sign in to comment.