forked from TomasBeuzen/python-programming-for-data-science
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
33 lines (29 loc) · 1.7 KB
/
_config.yml
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
31
32
33
# Book settings
title: Python Programming for Data Science
author: Tomas Beuzen
copyright: "2021"
logo: docs/logo.png
exclude_patterns: ["cache"]
repository:
url: https://github.com/TomasBeuzen/python-programming-for-data-science
path_to_book: ""
branch: main # Which branch of the repository should be used when creating links
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 : false # 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 : false # Whether to add an "open an issue" button
extra_navbar : <a href="https://www.tomasbeuzen.com/">Tomas Beuzen</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/