forked from TomasBeuzen/python-programming-for-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (26 loc) · 1.6 KB
/
Copy path_config.yml
File metadata and controls
30 lines (26 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Book settings
title: Python Programming for Data Science
author: Tomas Beuzen
logo: docs/logo.png
exclude_patterns: ["cache"]
repository:
url: https://github.com/TomasBeuzen/python-programming-for-data-science
latex:
latex_documents:
targetname: book.tex
# Execution settings
execute:
execute_notebooks : "cache" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache : "cache"
# HTML-specific settings
html:
favicon : "docs/favicon.png" # A path to a favicon image
navbar_number_sections : false # Add a number to each section in your left navbar
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 : Tomas Beuzen <br>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 : "https://www.tomasbeuzen.com/python-programming-for-data-science/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/