-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
49 lines (49 loc) · 1.41 KB
/
manifest.json
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
{
"object": "container",
"slug": "les-secrets-dun-code-pythonique",
"title": "Les secrets d'un code pythonique",
"introduction": "introduction.md",
"conclusion": "conclusion.md",
"children": [
{
"object": "extract",
"slug": "zen-of-python",
"title": "Zen of Python",
"text": "zen-of-python.md"
},
{
"object": "extract",
"slug": "les-regles-de-style",
"title": "Les règles de style",
"text": "les-regles-de-style.md"
},
{
"object": "extract",
"slug": "les-autres-principes",
"title": "Les autres principes",
"text": "les-autres-principes.md"
},
{
"object": "extract",
"slug": "les-mecanismes-du-langage",
"title": "Les mécanismes du langage",
"text": "les-mecanismes-du-langage.md"
},
{
"object": "extract",
"slug": "la-bibliotheque-standard",
"title": "La bibliothèque standard",
"text": "la-bibliotheque-standard.md"
},
{
"object": "extract",
"slug": "les-bons-reflexes",
"title": "Les bons réflexes",
"text": "les-bons-reflexes.md"
}
],
"version": 2,
"description": "",
"type": "ARTICLE",
"licence": "CC BY-SA"
}