-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated _config.yml, _toc.yml, environment.yml, and requirements.txt …
…to v. 0.7.3 and updated numbering
- Loading branch information
Showing
4 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
- file: content/intro | ||
numbered: true | ||
|
||
- header: Git and GitHub Background and History | ||
- file: content/background/GitHistory | ||
- file: content/background/GitHubHistory | ||
- file: content/background/GoogleDropbox | ||
- chapter: Git and GitHub Background and History | ||
sections: | ||
- file: content/background/GitHistory | ||
- file: content/background/GitHubHistory | ||
- file: content/background/GoogleDropbox | ||
|
||
- header: Using Git and GitHub | ||
- file: content/using/installing_git | ||
- file: content/using/git_config | ||
- file: content/using/create_GitHub_acct | ||
- file: content/using/GitHubBasics | ||
- file: content/using/GitHubWorkflow | ||
- file: content/using/MergeConflicts | ||
- file: content/using/IssuePRthreads | ||
- file: content/using/AdvancedGit | ||
- file: content/using/GitCheatSheet | ||
- chapter: Using Git and GitHub | ||
sections: | ||
- file: content/using/installing_git | ||
- file: content/using/git_config | ||
- file: content/using/create_GitHub_acct | ||
- file: content/using/GitHubBasics | ||
- file: content/using/GitHubWorkflow | ||
- file: content/using/MergeConflicts | ||
- file: content/using/IssuePRthreads | ||
- file: content/using/AdvancedGit | ||
- file: content/using/GitCheatSheet | ||
|
||
- header: Open Source Repository Management | ||
- file: content/repomgt/license | ||
- file: content/repomgt/testing_CI | ||
- file: content/repomgt/documentation | ||
- file: content/repomgt/virt_env | ||
- chapter: Open Source Repository Management | ||
sections: | ||
- file: content/repomgt/license | ||
- file: content/repomgt/testing_CI | ||
- file: content/repomgt/documentation | ||
- file: content/repomgt/virt_env | ||
|
||
- header: Text Editor Git Configuration | ||
- file: content/txteditor/TextEditorsIntro | ||
- file: content/txteditor/VScode | ||
- chapter: Text Editor Git Configuration | ||
sections: | ||
- file: content/txteditor/TextEditorsIntro | ||
- file: content/txteditor/VScode | ||
|
||
- header: Appendix | ||
- file: content/glossary | ||
- file: content/bibliography | ||
- chapter: Appendix | ||
sections: | ||
- file: content/glossary | ||
- file: content/bibliography |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ dependencies: | |
- pandas | ||
- matplotlib | ||
- pip: | ||
- jupyter-book>=0.7.1 | ||
- jupyter-book>=0.7.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sphinx == 2.4.4 | ||
pandas | ||
matplotlib | ||
jupyter-book == 0.7.1 | ||
jupyter-book == 0.7.3 |