forked from linogaliana/python-datascientist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
65 lines (53 loc) · 1.5 KB
/
config.toml
File metadata and controls
65 lines (53 loc) · 1.5 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
63
64
65
baseurl = "/"
DefaultContentLanguage = "fr"
languageCode = "fr-fr"
title = "Python pour un data scientist/economist"
theme="hugo-theme-techdoc"
enableGitInfo = true
enableEmoji = true
disableToc = false
[markup.goldmark.renderer]
unsafe= true
[markup]
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 1
# Global menu section
# See https://gohugo.io/content-management/menus/
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Manipuler des données"
url = "/manipulation"
weight = 2
[[menu.main]]
name = "Evaluation"
url = "/evaluation"
weight = 3
[[menu.main]]
name = "Travaux dirigés"
url = "/listeTP"
weight = 4
[[menu.main]]
name = "References"
url = "/references"
weight = 5
[[menu.main]]
name = "Github"
url = "https://github.com/linogaliana/python-datascientist"
weight = 6
[params]
# Source Code repository section
description = "Lino Galiana"
github_repository = "https://github.com/linogaliana/python-datascientist"
# version = "0.9.2"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
github_doc_repository = "https://github.com/linogaliana/python-datascientist"
# Documentation Menu section
# Menu style settings
menu_style = "slide-menu" # "open-menu" or "slide-menu"