-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6c5f2b
commit 5ff0a1f
Showing
7 changed files
with
68 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Book settings | ||
title: Template documentation jupyter book | ||
author: University of Leeds Research Computing Team | ||
logo: ./assets/img/logo/logo.png | ||
email: [email protected] | ||
copyright: "2020" | ||
|
||
# execute settings | ||
execute: | ||
execute_notebooks: auto | ||
|
||
# HTML-specific settings | ||
html: | ||
favicon : "./assets/img/logo/favicon-32x32.png" # A path to a favicon image | ||
navbar_number_sections : False # Add a number to each section in your left navbar | ||
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 | ||
use_repository_button: true | ||
use_issues_button: true | ||
use_edit_page_button: true | ||
baseurl : "https://arctraining.github.io/template-jb-docs" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ | ||
navbar_footer_text : | ||
'Visit the <a href="https://arcleeds.github.io/">Research Computing Home Site</a> | ||
<div> | ||
This book is powered by <a href="https://jupyterbook.org">Jupyter Book</a> | ||
</div>' # Will be displayed underneath the left navbar. | ||
|
||
|
||
# Launch button settings | ||
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) | ||
jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) | ||
thebelab : false # Add a thebelab button to pages (requires the repository to run on Binder) | ||
|
||
repository: | ||
url : https://github.com/ARCTraining/template-jb-docs # The URL to your book's repository | ||
path_to_book : "book/" # A path to your book's folder, relative to the repository root. | ||
branch : gh-pages # Which branch of the repository should be used when creating links | ||
|
||
|
||
latex: | ||
latex_documents: | ||
targetname: leedsarcdocs.tex |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# these comments are borrowed from https://github.com/alan-turing-institute/the-turing-way/blob/master/book/website/_toc.yml | ||
# Each entry has the following schema: | ||
# | ||
# - title: mytitle # Title of chapter or subchapter | ||
# file: myfile # filename relative to the folder. | ||
# sections: # Contains a list of more entries that make up the chapter's subchapters | ||
# | ||
# Below are some special values that trigger specific behavior: | ||
# - header: My Header # Will insert a header with no link in the sidebar | ||
|
||
# ===== Main Landing Page ======================================== | ||
- file: welcome | ||
|
||
# ===== Getting started ========================================== | ||
- file: example_section/start | ||
sections: | ||
- file: example_section/example |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Foo | ||
|
||
Bar bar foo foo |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Example section |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Welcome | ||
|
||
Welcome to a template Documentation site for the [Research Computing Team](https://arcleeds.github.io) at the [University of Leeds](https://www.leeds.ac.uk). |