26 lines
560 B
YAML
26 lines
560 B
YAML
# See https://jupyterbook.org/customize/config.html
|
||
|
||
title: Einführung in die Programmierung mit Python
|
||
author: MARS – Center for Entrepreneurship
|
||
email: c.giess@hs-mannheim.de
|
||
copyright: "2023"
|
||
logo: logo_mars.png
|
||
|
||
only_build_toc_files: true
|
||
|
||
execute:
|
||
execute_notebooks: force
|
||
|
||
latex:
|
||
latex_documents:
|
||
targetname: python_intro.tex
|
||
author: Dr. Christoph Giess \\ MARS – Center for Entrepreneurship
|
||
latex_show_urls: inline
|
||
latex_show_pagerefs: true
|
||
|
||
sphinx:
|
||
extra_extensions:
|
||
- sphinx_jupyterbook_latex
|
||
config:
|
||
language: de
|