Skip to content

Commit

Permalink
Add links to corresponding english docs for unfinished Chinese docs
Browse files Browse the repository at this point in the history
ISSUE=4591775


git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1425 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
liuyuan04 committed Aug 30, 2016
1 parent a82a4f9 commit 96e7da5
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 42 deletions.
2 changes: 1 addition & 1 deletion doc/build/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pip install sphinx_rtd_theme breathe recommonmark
sudo apt-get install python-sphinx doxygen
```

### Build an Install
### Build and Install

CMake will find dependent libraries in system default paths first. After installing some optional libraries, corresponding build option will automatically be on(such as glog, gtest and gflags). And if libraries are not found, you have to set following variables manually in cmake command(CUDNN_ROOT, ATLAS_ROOT, MKL_ROOT, OPENBLAS_ROOT).

Expand Down
4 changes: 2 additions & 2 deletions doc_cn/build_and_install/cmake/install_deps.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
安装编译PaddlePaddle需要的依赖
========================
==============================

TBD
参见 `安装编译依赖 <../../../doc/build/build_from_source.html#install-dependencies>`_
2 changes: 2 additions & 0 deletions doc_cn/build_and_install/cmake/make_and_install.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
make和make install
==================

参见 `make和make install <../../../doc/build/build_from_source.html#build-and-install>`_
6 changes: 3 additions & 3 deletions doc_cn/cluster/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cluster Train
====================
集群训练
========

TBD
参见 `集群训练 <../../doc/cluster/index.html>`_
22 changes: 0 additions & 22 deletions doc_cn/demo/index.md

This file was deleted.

25 changes: 25 additions & 0 deletions doc_cn/demo/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
使用示例
========

图像
''''

* `图像分类 <../../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>`_

推荐
''''

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

常用模型
''''''''
* `ImageNet: ResNet <../../doc/demo/imagenet_model/index.html>`_
* `Embedding: Chinese Word <../../doc/demo/embedding_model/index.html>`_
4 changes: 2 additions & 2 deletions doc_cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Paddle文档

* [快速入门](demo/quick_start/index.md)
* [编译与安装](build_and_install/index.rst)
* [用户接口](ui/index.md)
* [使用示例](demo/index.md)
* [用户接口](ui/index.rst)
* [使用示例](demo/index.rst)
* [集群训练](cluster/index.rst)
3 changes: 2 additions & 1 deletion doc_cn/ui/cmd/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
更详细的介绍请参考各个命令的命令行参数文档。

.. toctree::

:glob:

paddle_train.rst
paddle_pserver.rst
paddle_version.rst
Expand Down
20 changes: 9 additions & 11 deletions doc_cn/ui/index.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
配置
====

TBD
用户接口
========

数据提供
========
''''''''

.. toctree::

data_provider/index.rst

API参考
=======
'''''''

`Trainer Config Helper <http://paddlepaddle.org/doc/ui/api/trainer_config_helpers/index.html>`_

命令行参数
==========

.. toctree::
''''''''''
* `Use Case <../../doc/ui/cmd_argument/use_case.html>`_
* `Argument Outline <../../doc/ui/cmd_argument/argument_outline.html>`_
* `Detail Description <../../doc/ui/cmd_argument/detail_introduction.html>`_

cmd/index.rst

预测
====
''''

.. toctree::

Expand Down

0 comments on commit 96e7da5

Please sign in to comment.