some reorganisation, js deleted, readme updated
This commit is contained in:
35
_quarto.yml
35
_quarto.yml
@@ -2,7 +2,6 @@ project:
|
||||
type: book
|
||||
resources:
|
||||
- fonts/
|
||||
- js/
|
||||
- images/
|
||||
|
||||
lang: de
|
||||
@@ -41,22 +40,22 @@ book:
|
||||
|
||||
chapters:
|
||||
- index.qmd
|
||||
- chapters/entwicklungsumgebungen.qmd
|
||||
- chapters/first_contact.qmd
|
||||
- chapters/Erste_Bsp.qmd
|
||||
- chapters/syntax.qmd
|
||||
- chapters/5_TricksHelp.qmd
|
||||
- chapters/numerictypes.qmd
|
||||
- chapters/Pi2.qmd
|
||||
- chapters/types.qmd
|
||||
- chapters/pcomplex.qmd
|
||||
- chapters/9_functs.qmd
|
||||
- chapters/6_ArraysEtcP1.qmd
|
||||
- chapters/7_ArraysP2.qmd
|
||||
- chapters/11_LinAlg.qmd
|
||||
- chapters/10_Strings.qmd
|
||||
# - chapters/entwicklungsumgebungen.qmd
|
||||
# - chapters/first_contact.qmd
|
||||
# - chapters/Erste_Bsp.qmd
|
||||
# - chapters/syntax.qmd
|
||||
# - chapters/5_TricksHelp.qmd
|
||||
# - chapters/numerictypes.qmd
|
||||
# - chapters/Pi2.qmd
|
||||
# - chapters/types.qmd
|
||||
# - chapters/pcomplex.qmd
|
||||
# - chapters/9_functs.qmd
|
||||
# - chapters/6_ArraysEtcP1.qmd
|
||||
# - chapters/7_ArraysP2.qmd
|
||||
# - chapters/11_LinAlg.qmd
|
||||
# - chapters/10_Strings.qmd
|
||||
- chapters/14_Plot.qmd
|
||||
- chapters/13_IO.qmd
|
||||
# - chapters/13_IO.qmd
|
||||
|
||||
# - chapters/makie.qmd
|
||||
|
||||
@@ -110,7 +109,7 @@ format:
|
||||
latex-auto-install: false
|
||||
|
||||
execute:
|
||||
cache: false
|
||||
cache: true
|
||||
output: true
|
||||
echo: true
|
||||
warning: true
|
||||
@@ -130,4 +129,4 @@ filters:
|
||||
- code-visibility
|
||||
- latex-environment
|
||||
|
||||
environments: [quote,indentb]
|
||||
environments: [quote, indentb]
|
||||
|
||||
Reference in New Issue
Block a user