From 5a4824462ae7705c35d9a195c7e15a053b63f5f9 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Fri, 18 Dec 2020 06:57:54 +0100 Subject: [PATCH] updating files --- doc/src/LectureNotes/_config.yml | 62 +++++++++++++++++++++++++++++--- doc/src/LectureNotes/_toc.yml | 15 ++++---- 2 files changed, 66 insertions(+), 11 deletions(-) diff --git a/doc/src/LectureNotes/_config.yml b/doc/src/LectureNotes/_config.yml index 6b4b37b6e..d9763ce08 100644 --- a/doc/src/LectureNotes/_config.yml +++ b/doc/src/LectureNotes/_config.yml @@ -3,16 +3,70 @@ title: Applied Machine Learning and Data Analysis author: Morten Hjorth-Jensen logo: 'images/Picture.png' + latex: latex_documents: - targetname: LectureNotes.tex + targetname: book.tex repository: - url : https://github.com/CompPhysics/MachineLearning/tree/master/doc/src/LectureNotes + url : https://github.com/CompPhysics/MachineLearning/tree/master/doc/src/LectureNotes + html: use_repository_button: true +launch_buttons: + binderhub_url : https://mybinder.org + +html: + use_issues_button: true + +execute: + execute_notebooks : auto # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") + cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/` + exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time) + timeout : 30 # The maximum time (in seconds) each notebook cell is allowed to run. + run_in_temp : false # If `True`, then a temporary directory will be created and used as the command working directory (cwd), + # otherwise the notebook's parent directory will be the cwd. + allow_errors : false # If `False`, when a code cell raises an error the execution is stopped, otherwise all cells are always run. + stderr_output : show # One of 'show', 'remove', 'remove-warn', 'warn', 'error', 'severe' + + +# Parse and render settings +parse: + myst_extended_syntax : false # enable MyST extended syntax support (see documents for details) + myst_url_schemes : [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links + + +# HTML-specific settings +html: + favicon : "" # A path to a favicon image + 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 : false # Whether to add a link to your repository button + use_issues_button : false # Whether to add an "open an issue" button + extra_navbar : Powered by Jupyter Book # 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 : "" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ + comments: + hypothesis : false + utterances : false + +####################################################################################### # LaTeX-specific settings latex: - latex_engine : pdflatex - \ No newline at end of file + latex_engine : pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex' + +####################################################################################### +# 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) + thebe : false # Add a thebe button to pages (requires the repository to run on Binder) +# colab_url : "" # The URL of Google Colab (https://colab.research.google.com) + +repository: + url : https://github.com/executablebooks/jupyter-book # The URL to your book's repository +# path_to_book : "" # A path to your book's folder, relative to the repository root. + branch : master # Which branch of the repository should be used when creating links diff --git a/doc/src/LectureNotes/_toc.yml b/doc/src/LectureNotes/_toc.yml index 60f1eb594..55db2691a 100644 --- a/doc/src/LectureNotes/_toc.yml +++ b/doc/src/LectureNotes/_toc.yml @@ -1,9 +1,10 @@ -- file: chapter1 - numbered: true -- file: chapter2 - numbered: true -- file: chapter3 - numbered: true -- file: chapter4 +- file: chapter1.ipynb numbered: true +- part: Supervised Learning + chapters: + - file: chapter2.ipynb + - file: chapter3.ipynb + - file: chapter4.ipynb + - file: chapter5.ipynb + - file: chapter6.ipynb