Skip to content

Commit

Permalink
add missing file in r1456
Browse files Browse the repository at this point in the history
ISSUE=4609919 

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1465 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
luotao02 committed Aug 31, 2016
1 parent 4f383e8 commit 3144b2e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 206 deletions.
5 changes: 1 addition & 4 deletions doc/demo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are serveral examples and demos here.

* [Sentiment Analysis](sentiment_analysis/index.rst)
* [Text Generation](text_generation/index.rst)
* [Semantic Role Labeling](semantic_role_labeling/index.md)
* [Semantic Role Labeling](semantic_role_labeling/index.rst)

## Recommendation

Expand All @@ -19,6 +19,3 @@ There are serveral examples and demos here.
## Model Zoo
* [ImageNet: ResNet](imagenet_model/resnet_model.md)
* [Embedding: Chinese Word](embedding_model/index.md)

## Customization
* [Writing New Layers](new_layer/index.rst)
194 changes: 0 additions & 194 deletions doc/demo/semantic_role_labeling/index.md

This file was deleted.

1 change: 1 addition & 0 deletions doc_cn/build_and_install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
========================

.. toctree::
:maxdepth: 1

install/index.rst
cmake/index.rst
17 changes: 9 additions & 8 deletions doc_cn/demo/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
图像
''''

* `图像分类 <../../doc/demo/image_classification/index.html>`_
* `图像分类 <http://www.paddlepaddle.org/doc/demo/image_classification/index.html>`_

自然语言处理
''''''''''''

* `情感分析 <../../doc/demo/sentiment_analysis/index.html>`_
* `文本生成 <../../doc/demo/text_generation/index.html>`_
* `词性标注 <../../doc/demo/semantic_role_labeling/index.html>`_
* `情感分析 <http://www.paddlepaddle.org/doc/demo/sentiment_analysis/index.html>`_
* `文本生成 <http://www.paddlepaddle.org/doc/demo/text_generation/index.html>`_
* `词性标注 <http://www.paddlepaddle.org/doc/demo/semantic_role_labeling/index.html>`_

推荐
''''

* `MovieLens数据集 <../../doc/demo/rec/ml_dataset.html>`_
* `MovieLens评分回归 <../../doc/demo/rec/ml_regression.html>`_
* `MovieLens数据集 <http://www.paddlepaddle.org/doc/demo/rec/ml_dataset.html>`_
* `MovieLens评分回归 <http://www.paddlepaddle.org/doc/demo/rec/ml_regression.html>`_

常用模型
''''''''
* `ImageNet: ResNet <../../doc/demo/imagenet_model/resnet_model.html>`_
* `Embedding: Chinese Word <../../doc/demo/embedding_model/index.html>`_

* `ImageNet: ResNet <http://www.paddlepaddle.org/doc/demo/imagenet_model/index.html>`_
* `Embedding: Chinese Word <http://www.paddlepaddle.org/doc/demo/embedding_model/index.html>`_
1 change: 1 addition & 0 deletions doc_cn/ui/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
''''''''

.. toctree::
:maxdepth: 1

data_provider/index.rst

Expand Down

0 comments on commit 3144b2e

Please sign in to comment.