未验证 提交 1f6e3037 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #490 from shanyi15/my-cool-stuff

change "新手入门" to "线性回归"
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"is_en": false, "is_en": false,
"chapters": [ "chapters": [
{ {
"name": "新手入门", "name": "线性回归",
"link": "./01.fit_a_line/index.cn.html" "link": "./01.fit_a_line/index.cn.html"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://book.paddlepaddle.org/) [![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://book.paddlepaddle.org/)
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://book.paddlepaddle.org/index.cn.html) [![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://book.paddlepaddle.org/index.cn.html)
1. [新手入门](http://book.paddlepaddle.org/01.fit_a_line/index.cn.html) 1. [线性回归](http://book.paddlepaddle.org/01.fit_a_line/index.cn.html)
1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits/index.cn.html) 1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits/index.cn.html)
1. [图像分类](http://book.paddlepaddle.org/03.image_classification/index.cn.html) 1. [图像分类](http://book.paddlepaddle.org/03.image_classification/index.cn.html)
1. [词向量](http://book.paddlepaddle.org/04.word2vec/index.cn.html) 1. [词向量](http://book.paddlepaddle.org/04.word2vec/index.cn.html)
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<div class="list-group "> <div class="list-group ">
<a href="./01.fit_a_line/index.cn.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./01.fit_a_line/index.cn.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
新手入门 线性回归
</a> </a>
<a href="./02.recognize_digits/index.cn.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;"> <a href="./02.recognize_digits/index.cn.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
...@@ -170,4 +170,4 @@ ...@@ -170,4 +170,4 @@
$($(".list-group a")[0]).addClass("click_active") $($(".list-group a")[0]).addClass("click_active")
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册