_config.yml 875 B

123456789101112131415161718192021222324252627282930
  1. # Book settings
  2. # Learn more at https://jupyterbook.org/customize/config.html
  3. title: Fundamentals of Data Science
  4. author: UC_Berkeley, UEA_Norwich
  5. logo: UEA_Norwich.jpg
  6. number_toc_chapters: true
  7. # Force re-execution of notebooks on each build.
  8. # See https://jupyterbook.org/content/execute.html
  9. execute:
  10. execute_notebooks: force
  11. # Define the name of the latex output file for PDF builds
  12. latex:
  13. latex_documents:
  14. targetname: book.tex
  15. # Information about where the book exists on the web
  16. repository:
  17. url: https://github.com/executablebooks/jupyter-book # Online location of your book
  18. branch: master # Which branch of the repository should be used when creating links (optional)
  19. # Add GitHub buttons to your book
  20. # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
  21. html:
  22. use_issues_button: false
  23. use_repository_button: true