-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmyst.yml
More file actions
62 lines (60 loc) · 1.8 KB
/
myst.yml
File metadata and controls
62 lines (60 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
title: MOOC Python
# I suspect the intention was maybe to use this for the title tooltip ?
# in any case as of now 2024 june the title is used for the tooltip too (a bit silly)
# and I can't see where this is used
description: "des fondamentaux aux concepts avancés du langage"
# this one causes additional buttons to be shown
# in the upper right area (close to the github button)
license: CC-BY-NC-SA-4.0
# inserted under the title
authors:
- Thierry Parmentelat & Arnaud Legout
github: https://github.com/flotpython/course
keywords:
- Python
- Langage
- Informatique
- UCA
- Inria
date: 2025-10-22
# bibliography: []
settings:
# this is too aggressive, and remove things like <module ...>
# that we sometimes want to show
output_matplotlib_strings: warn
exports:
- format: pdf
template: arxiv_two_column
output: exports/mooc-tex.pdf
- format: typst
template: https://github.com/myst-templates/plain_typst_book.git
output: exports/mooc-typst.pdf
cover: media/logo-python.svg
logo: media/logo-python.svg
logo_text: "MOOC Python"
logo_width: 10
ToC_depth: 3
jupyter:
lite: true
site:
#template: book-theme
template: https://github.com/flotpython/myst-theme/releases/download/custom/book-theme.zip
# used in the tab name
title: MOOC Python
# this would be for the horizontal header bar - not used here (yet)
# nav: []
# actions:
# - title: Learn More
# url: https://mystmd.org/guide
domains: []
options:
favicon: media/flotpython-favicon.svg.ico
logo: media/logo-python.svg
# very visible in the header
logo_text: "MOOC Python"
style: "_static/style.css"
extends:
- myst-toc.yml