Skip to content

Commit 25bd662

Browse files
authored
Merge pull request #39 from jdebacker/jb_numbers
Merging
2 parents 05cee75 + 70f693f commit 25bd662

7 files changed

Lines changed: 36 additions & 5 deletions

File tree

book/content/appendix/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Appendix
2+
3+
This appendix collects reference material that supports the main tutorial.
4+
5+
It currently includes the glossary.

book/content/background/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Git and GitHub Background and History
2+
3+
This part of the book provides background on version control, Git, GitHub, and the broader collaboration context that made these tools so important.
4+
5+
The chapters in this section explain where Git came from, how GitHub grew into a dominant collaboration platform, and why Git-based workflows differ from simpler shared-document systems such as Google Docs or Dropbox.

book/content/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
numbering: false
3+
---
4+
15
(chap_intro)=
26
# Git and GitHub Tutorial Introduction
37

book/content/repomgt/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Open Source Repository Management
2+
3+
This part of the book covers the repository-level practices that make collaboration more reliable and sustainable.
4+
5+
The chapters in this section discuss licensing, continuous integration, documentation, and virtual environments, all of which help a shared project stay usable for both maintainers and new contributors.

book/content/txteditor/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Text Editor Git Configuration
2+
3+
This part of the book looks at how text editors can support a Git-based workflow without replacing the underlying Git concepts.
4+
5+
The chapters in this section provide an overview of editor integration and a more detailed walkthrough for Visual Studio Code.

book/content/using/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Using Git and GitHub
2+
3+
This part of the book focuses on the practical workflow a contributor follows when using Git and GitHub.
4+
5+
The chapters in this section cover installation, configuration, account setup, basic terminology, collaborative workflow, merge conflicts, pull requests, attribution, advanced workflow topics, and a short command reference.

book/myst.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ project:
1010
github: PSLmodels/Git-Tutorial
1111
bibliography:
1212
- _bibliography/references.bib
13+
numbering:
14+
title: true
1315
toc:
1416
- file: content/intro.md
15-
- title: Git and GitHub Background and History
17+
- file: content/background/index.md
1618
children:
1719
- file: content/background/VCgitHistory.md
1820
- file: content/background/GitHubHistory.md
1921
- file: content/background/GoogleDropboxBox.md
20-
- title: Using Git and GitHub
22+
- file: content/using/index.md
2123
children:
2224
- file: content/using/installing_git.md
2325
- file: content/using/git_config.md
@@ -29,17 +31,17 @@ project:
2931
- file: content/using/Attribution.md
3032
- file: content/using/AdvancedGit.md
3133
- file: content/using/GitCheatSheet.md
32-
- title: Open Source Repository Management
34+
- file: content/repomgt/index.md
3335
children:
3436
- file: content/repomgt/license.md
3537
- file: content/repomgt/testing_CI.md
3638
- file: content/repomgt/documentation.md
3739
- file: content/repomgt/virt_env.md
38-
- title: Text Editor Git Configuration
40+
- file: content/txteditor/index.md
3941
children:
4042
- file: content/txteditor/TextEditorsIntro.md
4143
- file: content/txteditor/VScode.md
42-
- title: Appendix
44+
- file: content/appendix/index.md
4345
children:
4446
- file: content/glossary.md
4547

0 commit comments

Comments
 (0)