-
Notifications
You must be signed in to change notification settings - Fork 115
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
d515f3f
commit 5817309
Showing
9 changed files
with
39 additions
and
43 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#! /bin/bash | ||
|
||
# Build the PDF notes and cleanup the single-page HTML output | ||
make clean | ||
make pdf | ||
jupyter-book clean --html . | ||
|
||
# Build the HTML output and link the redirect page | ||
make html | ||
cp docs/index.html _build |
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,6 +1,25 @@ | ||
title: "Research Software Engineering with Python" | ||
####################################################################################### | ||
# Book settings | ||
title: Research Software Engineering with Python | ||
author: The Alan Turing Institute | ||
logo: docs/ATI_logo_black_W1024px.png | ||
only_build_toc_files: true | ||
|
||
####################################################################################### | ||
# Execution settings | ||
execute: | ||
execute_notebooks: cache | ||
execute_notebooks: force | ||
|
||
####################################################################################### | ||
# HTML-specific settings | ||
html: | ||
favicon: docs/favicon.ico | ||
use_repository_button: true | ||
use_issues_button: true | ||
use_edit_page_button: true | ||
extra_navbar: <p>Download notes as <a href="/pdf/book.pdf">PDF</a>.</p><p>Powered by <a href="https://jupyterbook.org">Jupyter Book</a>.</p> | ||
|
||
####################################################################################### | ||
# Git repository settings | ||
repository: | ||
url: https://github.com/alan-turing-institute/rsd-engineeringcourse |
Binary file not shown.
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