You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
favicon : "images/NESC3505_favicon.png"# A path to a favicon image
19
-
navbar_footer_text : 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>'# Will be displayed underneath the left navbar.
20
-
google_analytics_id : G-1SNTM6T50K # A GA id that can be used to track book views.
21
-
home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar
22
-
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
23
-
baseurl : "http://neuraldatascience.io"# The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
24
-
use_repository_button : true
25
-
use_issues_button : true
32
+
favicon: images/NESC3505_favicon.png
33
+
use_edit_page_button: false
34
+
use_repository_button: true
35
+
use_issues_button: true
36
+
home_page_in_navbar: true
37
+
baseurl: http://neuraldatascience.io
38
+
google_analytics_id: G-1SNTM6T50K
39
+
extra_footer: |
40
+
<p>Powered by <a href="https://jupyterbook.org">Jupyter Book</a></p>
0 commit comments