Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 0a07b36

Browse files
committed
Edit html.json templates and regenerate html files
1 parent 6848269 commit 0a07b36

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

README.en.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Deep Learning with PaddlePaddle
22

3-
1. [Fit a Line](http://book.paddlepaddle.org/fit_a_line/index.en.html)
4-
1. [Recognize Digits](http://book.paddlepaddle.org/recognize_digits/index.en.html)
5-
1. [Image Classification](http://book.paddlepaddle.org/image_classification/index.en.html)
6-
1. [Word to Vector](http://book.paddlepaddle.org/word2vec/index.en.html)
7-
1. [Understand Sentiment](http://book.paddlepaddle.org/understand_sentiment/index.en.html)
8-
1. [Label Semantic Roles](http://book.paddlepaddle.org/label_semantic_roles/index.en.html)
9-
1. [Machine Translation](http://book.paddlepaddle.org/machine_translation/index.en.html)
10-
1. [Recommender System](http://book.paddlepaddle.org/recommender_system/index.en.html)
3+
1. [Fit a Line](http://book.paddlepaddle.org/01.fit_a_line/index.en.html)
4+
1. [Recognize Digits](http://book.paddlepaddle.org/02.recognize_digits/index.en.html)
5+
1. [Image Classification](http://book.paddlepaddle.org/03.image_classification/index.en.html)
6+
1. [Word to Vector](http://book.paddlepaddle.org/04.word2vec/index.en.html)
7+
1. [Understand Sentiment](http://book.paddlepaddle.org/05.understand_sentiment/index.en.html)
8+
1. [Label Semantic Roles](http://book.paddlepaddle.org/06.label_semantic_roles/index.en.html)
9+
1. [Machine Translation](http://book.paddlepaddle.org/07.machine_translation/index.en.html)
10+
1. [Recommender System](http://book.paddlepaddle.org/08.recommender_system/index.en.html)
1111

1212
## Running the Book
1313

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 深度学习入门
22

3-
1. [新手入门](http://book.paddlepaddle.org/fit_a_line)
4-
1. [识别数字](http://book.paddlepaddle.org/recognize_digits)
5-
1. [图像分类](http://book.paddlepaddle.org/image_classification)
6-
1. [词向量](http://book.paddlepaddle.org/word2vec)
7-
1. [情感分析](http://book.paddlepaddle.org/understand_sentiment)
8-
1. [语义角色标注](http://book.paddlepaddle.org/label_semantic_roles)
9-
1. [机器翻译](http://book.paddlepaddle.org/machine_translation)
10-
1. [个性化推荐](http://book.paddlepaddle.org/recommender_system)
3+
1. [新手入门](http://book.paddlepaddle.org/01.fit_a_line)
4+
1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits)
5+
1. [图像分类](http://book.paddlepaddle.org/03.image_classification)
6+
1. [词向量](http://book.paddlepaddle.org/04.word2vec)
7+
1. [情感分析](http://book.paddlepaddle.org/05.understand_sentiment)
8+
1. [语义角色标注](http://book.paddlepaddle.org/06.label_semantic_roles)
9+
1. [机器翻译](http://book.paddlepaddle.org/07.machine_translation)
10+
1. [个性化推荐](http://book.paddlepaddle.org/08.recommender_system)
1111

1212
## 运行这本书
1313

index.en.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -103,35 +103,35 @@ <h5 class="mb-0">
103103
<div class="card-block pl-0 pr-0 pt-0 pb-0">
104104
<div class="list-group ">
105105

106-
<a href="./fit_a_line/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
106+
<a href="./01.fit_a_line/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
107107
Linear Regression
108108
</a>
109109

110-
<a href="./recognize_digits/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
110+
<a href="./02.recognize_digits/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
111111
Recognize Digits
112112
</a>
113113

114-
<a href="./image_classification/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
114+
<a href="./03.image_classification/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
115115
Image Classification
116116
</a>
117117

118-
<a href="./word2vec/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
118+
<a href="./04.word2vec/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
119119
Word2Vec
120120
</a>
121121

122-
<a href="./understand_sentiment/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
122+
<a href="./05.understand_sentiment/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
123123
Sentiment Analysis
124124
</a>
125125

126-
<a href="./label_semantic_roles/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
126+
<a href="./06.label_semantic_roles/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
127127
Semantic Role Labeling
128128
</a>
129129

130-
<a href="./machine_translation/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
130+
<a href="./07.machine_translation/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
131131
Machine Translation
132132
</a>
133133

134-
<a href="./recommender_system/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
134+
<a href="./08.recommender_system/index.en.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
135135
Personalized Recommendation
136136
</a>
137137

index.en.html.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
"chapters": [
44
{
55
"name": "Linear Regression",
6-
"link": "./fit_a_line/index.en.html"
6+
"link": "./01.fit_a_line/index.en.html"
77
},
88
{
99
"name": "Recognize Digits",
10-
"link": "./recognize_digits/index.en.html"
10+
"link": "./02.recognize_digits/index.en.html"
1111
},
1212
{
1313
"name": "Image Classification",
14-
"link": "./image_classification/index.en.html"
14+
"link": "./03.image_classification/index.en.html"
1515
},
1616
{
1717
"name": "Word2Vec",
18-
"link": "./word2vec/index.en.html"
18+
"link": "./04.word2vec/index.en.html"
1919
},
2020
{
2121
"name": "Sentiment Analysis",
22-
"link": "./understand_sentiment/index.en.html"
22+
"link": "./05.understand_sentiment/index.en.html"
2323
},
2424
{
2525
"name": "Semantic Role Labeling",
26-
"link": "./label_semantic_roles/index.en.html"
26+
"link": "./06.label_semantic_roles/index.en.html"
2727
},
2828
{
2929
"name": "Machine Translation",
30-
"link": "./machine_translation/index.en.html"
30+
"link": "./07.machine_translation/index.en.html"
3131
},
3232
{
3333
"name": "Personalized Recommendation",
34-
"link": "./recommender_system/index.en.html"
34+
"link": "./08.recommender_system/index.en.html"
3535
}
3636
]
3737
}

index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -107,35 +107,35 @@ <h5 class="mb-0">
107107
<div class="card-block pl-0 pr-0 pt-0 pb-0">
108108
<div class="list-group ">
109109

110-
<a href="./fit_a_line/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
110+
<a href="./01.fit_a_line/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
111111
新手入门
112112
</a>
113113

114-
<a href="./recognize_digits/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
114+
<a href="./02.recognize_digits/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
115115
识别数字
116116
</a>
117117

118-
<a href="./image_classification/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
118+
<a href="./03.image_classification/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
119119
图像分类
120120
</a>
121121

122-
<a href="./word2vec/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
122+
<a href="./04.word2vec/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
123123
词向量
124124
</a>
125125

126-
<a href="./understand_sentiment/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
126+
<a href="./05.understand_sentiment/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
127127
情感分析
128128
</a>
129129

130-
<a href="./label_semantic_roles/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
130+
<a href="./06.label_semantic_roles/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
131131
语义角色标注
132132
</a>
133133

134-
<a href="./machine_translation/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
134+
<a href="./07.machine_translation/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
135135
机器翻译
136136
</a>
137137

138-
<a href="./recommender_system/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
138+
<a href="./08.recommender_system/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
139139
个性化推荐
140140
</a>
141141

index.html.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
"chapters": [
44
{
55
"name": "新手入门",
6-
"link": "./fit_a_line/index.html"
6+
"link": "./01.fit_a_line/index.html"
77
},
88
{
99
"name": "识别数字",
10-
"link": "./recognize_digits/index.html"
10+
"link": "./02.recognize_digits/index.html"
1111
},
1212
{
1313
"name": "图像分类",
14-
"link": "./image_classification/index.html"
14+
"link": "./03.image_classification/index.html"
1515
},
1616
{
1717
"name": "词向量",
18-
"link": "./word2vec/index.html"
18+
"link": "./04.word2vec/index.html"
1919
},
2020
{
2121
"name": "情感分析",
22-
"link": "./understand_sentiment/index.html"
22+
"link": "./05.understand_sentiment/index.html"
2323
},
2424
{
2525
"name": "语义角色标注",
26-
"link": "./label_semantic_roles/index.html"
26+
"link": "./06.label_semantic_roles/index.html"
2727
},
2828
{
2929
"name": "机器翻译",
30-
"link": "./machine_translation/index.html"
30+
"link": "./07.machine_translation/index.html"
3131
},
3232
{
3333
"name": "个性化推荐",
34-
"link": "./recommender_system/index.html"
34+
"link": "./08.recommender_system/index.html"
3535
}
3636
]
3737
}

0 commit comments

Comments
 (0)