Files
obitools4/doc/_quarto.yml

36 lines
412 B
YAML
Raw Normal View History

project:
type: book
2023-01-31 23:04:28 +01:00
engine: jupyter
book:
title: "OBITools V4"
author: "Eric Coissac"
date: "1/17/2023"
chapters:
- index.qmd
- intro.qmd
2023-02-03 23:00:23 +01:00
- formats.qmd
2023-01-31 23:04:28 +01:00
- tutorial.qmd
- commands.qmd
- library.qmd
- annexes.qmd
- references.qmd
bibliography: book.bib
2023-01-31 23:04:28 +01:00
execute:
freeze: auto
format:
html:
2023-01-31 23:04:28 +01:00
theme: zephyr
pdf:
documentclass: scrreprt
2023-02-03 23:00:23 +01:00
epub: default
2023-01-31 23:04:28 +01:00