Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
e4fed8f6
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e4fed8f6
编写于
7月 11, 2017
作者:
L
LiuYongFeng
提交者:
GitHub
7月 11, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2786 from llxxxll/develop
update docs url
上级
67bbcbbc
dbe16a21
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
15 addition
and
14 deletion
+15
-14
README.md
README.md
+11
-10
doc/howto/dev/write_docs_cn.rst
doc/howto/dev/write_docs_cn.rst
+4
-4
未找到文件。
README.md
浏览文件 @
e4fed8f6
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
[
![Build Status
](
https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop
)
](https://travis-ci.org/PaddlePaddle/Paddle)
[
![Build Status
](
https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop
)
](https://travis-ci.org/PaddlePaddle/Paddle)
[
![Documentation Status
](
https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
)
](http://
www
.paddlepaddle.org/develop/doc/)
[
![Documentation Status
](
https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
)
](http://
doc
.paddlepaddle.org/develop/doc/)
[
![Documentation Status
](
https://img.shields.io/badge/中文文档-最新-brightgreen.svg
)
](http://
www.paddlepaddle.org
/doc_cn/)
[
![Documentation Status
](
https://img.shields.io/badge/中文文档-最新-brightgreen.svg
)
](http://
doc.paddlepaddle.org/develop
/doc_cn/)
[
![Coverage Status
](
https://coveralls.io/repos/github/PaddlePaddle/Paddle/badge.svg?branch=develop
)
](https://coveralls.io/github/PaddlePaddle/Paddle?branch=develop)
[
![Coverage Status
](
https://coveralls.io/repos/github/PaddlePaddle/Paddle/badge.svg?branch=develop
)
](https://coveralls.io/github/PaddlePaddle/Paddle?branch=develop)
[
![Release
](
https://img.shields.io/github/release/PaddlePaddle/Paddle.svg
)
](https://github.com/PaddlePaddle/Paddle/releases)
[
![Release
](
https://img.shields.io/github/release/PaddlePaddle/Paddle.svg
)
](https://github.com/PaddlePaddle/Paddle/releases)
[
![License
](
https://img.shields.io/badge/license-Apache%202-blue.svg
)
](LICENSE)
[
![License
](
https://img.shields.io/badge/license-Apache%202-blue.svg
)
](LICENSE)
...
@@ -61,35 +61,36 @@ Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddl
...
@@ -61,35 +61,36 @@ Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddl
## Installation
## Installation
It is recommended to check out the
It is recommended to check out the
[
Docker installation guide
](
http://
www
.paddlepaddle.org/develop/doc/getstarted/build_and_install/docker_install_en.html
)
[
Docker installation guide
](
http://
doc
.paddlepaddle.org/develop/doc/getstarted/build_and_install/docker_install_en.html
)
before looking into the
before looking into the
[
build from source guide
](
http://
www
.paddlepaddle.org/develop/doc/getstarted/build_and_install/build_from_source_en.html
)
[
build from source guide
](
http://
doc
.paddlepaddle.org/develop/doc/getstarted/build_and_install/build_from_source_en.html
)
## Documentation
## Documentation
We provide
[
English
](
http://
www
.paddlepaddle.org/develop/doc/
)
and
We provide
[
English
](
http://
doc
.paddlepaddle.org/develop/doc/
)
and
[
Chinese
](
http://
www
.paddlepaddle.org/doc_cn/
)
documentation.
[
Chinese
](
http://
doc
.paddlepaddle.org/doc_cn/
)
documentation.
-
[
Deep Learning 101
](
http://book.paddlepaddle.org/index.html
)
-
[
Deep Learning 101
](
http://book.paddlepaddle.org/index.html
)
You might want to start from the this online interactive book that can run in Jupyter Notebook.
You might want to start from the this online interactive book that can run in Jupyter Notebook.
-
[
Distributed Training
](
http://
www
.paddlepaddle.org/develop/doc/howto/usage/cluster/cluster_train_en.html
)
-
[
Distributed Training
](
http://
doc
.paddlepaddle.org/develop/doc/howto/usage/cluster/cluster_train_en.html
)
You can run distributed training jobs on MPI clusters.
You can run distributed training jobs on MPI clusters.
-
[
Distributed Training on Kubernetes
](
http://
www
.paddlepaddle.org/develop/doc/howto/usage/k8s/k8s_en.html
)
-
[
Distributed Training on Kubernetes
](
http://
doc
.paddlepaddle.org/develop/doc/howto/usage/k8s/k8s_en.html
)
You can also run distributed training jobs on Kubernetes clusters.
You can also run distributed training jobs on Kubernetes clusters.
-
[
Python API
](
http://
www
.paddlepaddle.org/develop/doc/api/index_en.html
)
-
[
Python API
](
http://
doc
.paddlepaddle.org/develop/doc/api/index_en.html
)
Our new API enables much shorter programs.
Our new API enables much shorter programs.
-
[
How to Contribute
](
http://
www
.paddlepaddle.org/develop/doc/howto/dev/contribute_to_paddle_en.html
)
-
[
How to Contribute
](
http://
doc
.paddlepaddle.org/develop/doc/howto/dev/contribute_to_paddle_en.html
)
We appreciate your contributions!
We appreciate your contributions!
## Ask Questions
## Ask Questions
You are welcome to submit questions and bug reports as
[
Github Issues
](
https://github.com/PaddlePaddle/Paddle/issues
)
.
You are welcome to submit questions and bug reports as
[
Github Issues
](
https://github.com/PaddlePaddle/Paddle/issues
)
.
...
...
doc/howto/dev/write_docs_cn.rst
浏览文件 @
e4fed8f6
...
@@ -41,7 +41,7 @@ PaddlePaddle文档需要准备的环境相对较复杂,所以我们推荐使
...
@@ -41,7 +41,7 @@ PaddlePaddle文档需要准备的环境相对较复杂,所以我们推荐使
python -c "import py_paddle"
python -c "import py_paddle"
如果提示错误,那么用户需要在本地编译安装PaddlePaddle,请参考 `源码编译文档 <http://
www
.paddlepaddle.org/develop/doc/getstarted/build_and_install/build_from_source_en.html>`_ 。
如果提示错误,那么用户需要在本地编译安装PaddlePaddle,请参考 `源码编译文档 <http://
doc
.paddlepaddle.org/develop/doc/getstarted/build_and_install/build_from_source_en.html>`_ 。
注意,用户在首次编译安装PaddlePaddle时,请将WITH_DOC选项关闭。在编译安装正确之后,请再次确认py_paddle包已经安装,即可进行下一步操作。
注意,用户在首次编译安装PaddlePaddle时,请将WITH_DOC选项关闭。在编译安装正确之后,请再次确认py_paddle包已经安装,即可进行下一步操作。
如果提示正确,可以执行以下命令编译生成文档,即
如果提示正确,可以执行以下命令编译生成文档,即
...
@@ -68,9 +68,9 @@ PaddlePaddle文档使用 `sphinx`_ 自动生成,用户可以参考sphinx教程
...
@@ -68,9 +68,9 @@ PaddlePaddle文档使用 `sphinx`_ 自动生成,用户可以参考sphinx教程
如何更新www.paddlepaddle.org文档
如何更新www.paddlepaddle.org文档
================================
================================
开发者给PaddlePaddle代码增加的注释以PR的形式提交到github中,提交方式可参见 `贡献文档 <http://paddlepaddle.org/develop/doc_cn/howto/dev/contribute_to_paddle_cn.html>`_ 。
开发者给PaddlePaddle代码增加的注释以PR的形式提交到github中,提交方式可参见 `贡献文档 <http://
doc.
paddlepaddle.org/develop/doc_cn/howto/dev/contribute_to_paddle_cn.html>`_ 。
目前PaddlePaddle的develop分支的文档是自动触发更新的,用户可以分别查看最新的 `中文文档 <http://
www
.paddlepaddle.org/develop/doc_cn/>`_ 和
目前PaddlePaddle的develop分支的文档是自动触发更新的,用户可以分别查看最新的 `中文文档 <http://
doc
.paddlepaddle.org/develop/doc_cn/>`_ 和
`英文文档 <http://
www
.paddlepaddle.org/develop/doc/>`_ 。
`英文文档 <http://
doc
.paddlepaddle.org/develop/doc/>`_ 。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录