Skip to content

Commit

Permalink
Updated _config.yml, _toc.yml, environment.yml, and requirements.txt …
Browse files Browse the repository at this point in the history
…to v. 0.7.3 and updated numbering
  • Loading branch information
rickecon committed Jul 30, 2020
1 parent 1dd975b commit 9b18379
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
16 changes: 5 additions & 11 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://jupyterbook.org">Jupyter Book</a> # 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)
Expand All @@ -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
Expand Down
56 changes: 31 additions & 25 deletions book/_toc.yml
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
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- pandas
- matplotlib
- pip:
- jupyter-book>=0.7.1
- jupyter-book>=0.7.3
2 changes: 1 addition & 1 deletion requirements.txt
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

0 comments on commit 9b18379

Please sign in to comment.