23 lines
434 B
YAML
23 lines
434 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: "2022"
|
|||
|
logo: logo_mars.png
|
|||
|
|
|||
|
only_build_toc_files: true
|
|||
|
|
|||
|
execute:
|
|||
|
execute_notebooks: force
|
|||
|
|
|||
|
latex:
|
|||
|
latex_documents:
|
|||
|
targetname: python_intro.tex
|
|||
|
|
|||
|
sphinx:
|
|||
|
extra_extensions:
|
|||
|
- sphinx_jupyterbook_latex
|
|||
|
config:
|
|||
|
language: German
|