From 9b18379eee98b5a6d419da1bf3d8cf6a715e83b0 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 30 Jul 2020 01:32:47 -0600 Subject: [PATCH] Updated _config.yml, _toc.yml, environment.yml, and requirements.txt to v. 0.7.3 and updated numbering --- book/_config.yml | 16 +++++--------- book/_toc.yml | 56 +++++++++++++++++++++++++++--------------------- environment.yml | 2 +- requirements.txt | 2 +- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index 9d53c7c..ec5bb07 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -14,24 +14,17 @@ execute: # HTML-specific settings html: favicon : "_static/logo/favicon.ico" # generated at https://www.favicon.cc/ - navbar_number_sections : true # Add a number to each section in your left navbar - use_edit_page_button : false # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in + use_edit_page_button : true # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in use_repository_button : true # Whether to add a link to your repository button use_issues_button : true # Whether to add an "open an issue" button extra_navbar : Powered by Jupyter Book # Will be displayed underneath the left navbar. # extra_footer : "" # Will be displayed underneath the footer. # google_analytics_id : "" # A GA id that can be used to track book views. home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar - # baseurl : "" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ + baseurl : "https://pslmodels.github.io/Git-Tutorial/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ #################################################### # Launch button settings -notebook_interface : 'notebook' - -binder: - binderhub_url : 'https://mybinder.org' - text : 'Launch binder' - launch_buttons: notebook_interface : 'classic' # The interface interactive links will activate ["classic", "jupyterlab"] # binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org) @@ -41,8 +34,9 @@ launch_buttons: #################################################### # Information about where the book exists on the web repository: - url : https://github.com/PSLmodels/Git-Tutorial - path_to_book : 'book' + url : https://github.com/PSLmodels/Git-Tutorial # The URL to your book's repository + path_to_book : 'book' # A path to your book's folder, relative to the repository root + branch : master # Which branch of the repository should be used when creating links #################################################### # LaTeX information diff --git a/book/_toc.yml b/book/_toc.yml index e2387a5..96db3c5 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -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 diff --git a/environment.yml b/environment.yml index ca0e9e3..6a200f3 100644 --- a/environment.yml +++ b/environment.yml @@ -9,4 +9,4 @@ dependencies: - pandas - matplotlib - pip: - - jupyter-book>=0.7.1 + - jupyter-book>=0.7.3 diff --git a/requirements.txt b/requirements.txt index cb6978e..a175064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ sphinx == 2.4.4 pandas matplotlib -jupyter-book == 0.7.1 +jupyter-book == 0.7.3