-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (47 loc) · 1.17 KB
/
_config.yml
File metadata and controls
55 lines (47 loc) · 1.17 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
title: ""
author: The SeLaLib project team
logo: images/selalib.png
description: "Modular library for the kinetic and gyrokinetic simulation of tokamak plasmas by the semi-lagrangian or particle-in-cell methods"
only_build_toc_files: true
bibtex_bibfiles:
- references.bib
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution
execute:
execute_notebooks: false
latex:
latex_documents:
targetname: selalib.tex
repository:
url: https://github.com/selalib/selalib.github.io
branch: master
html:
favicon: images/favicon.ico
home_page_in_navbar: false
use_edit_page_button: true
use_issues_button: true
use_repository_button: true
sphinx:
config:
html_show_copyright: true
html_last_updated_fmt: "%d %b %Y"
latex_logo: 'images/selalib.png'
latex_toplevel_sectioning: 'chapter'
latex:
latex_documents:
targetname: selalib.tex
title: "Semi-Lagrangian Library"
author: 'The SeLalib project team'
theme: "manual"
toctree_only: True
papersize: 'a4paper'