Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
912a5736
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
912a5736
编写于
3月 30, 2018
作者:
_青葱
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Move v2/api/fluid to fluid/api and Adjust doc build commands
上级
24100e1f
变更
20
显示空白变更内容
内联
并排
Showing
20 changed file
with
33 addition
and
4 deletion
+33
-4
doc/CMakeLists.txt
doc/CMakeLists.txt
+7
-0
doc/fluid/CMakeLists.txt
doc/fluid/CMakeLists.txt
+2
-0
doc/fluid/api/CMakeLists.txt
doc/fluid/api/CMakeLists.txt
+20
-0
doc/fluid/api/data_feeder.rst
doc/fluid/api/data_feeder.rst
+0
-0
doc/fluid/api/evaluator.rst
doc/fluid/api/evaluator.rst
+0
-0
doc/fluid/api/executor.rst
doc/fluid/api/executor.rst
+0
-0
doc/fluid/api/gen_doc.py
doc/fluid/api/gen_doc.py
+0
-0
doc/fluid/api/gen_doc.sh
doc/fluid/api/gen_doc.sh
+0
-0
doc/fluid/api/index_en.rst
doc/fluid/api/index_en.rst
+0
-0
doc/fluid/api/initializer.rst
doc/fluid/api/initializer.rst
+0
-0
doc/fluid/api/io.rst
doc/fluid/api/io.rst
+0
-0
doc/fluid/api/layers.rst
doc/fluid/api/layers.rst
+0
-0
doc/fluid/api/nets.rst
doc/fluid/api/nets.rst
+0
-0
doc/fluid/api/optimizer.rst
doc/fluid/api/optimizer.rst
+0
-0
doc/fluid/api/param_attr.rst
doc/fluid/api/param_attr.rst
+0
-0
doc/fluid/api/profiler.rst
doc/fluid/api/profiler.rst
+0
-0
doc/fluid/api/regularizer.rst
doc/fluid/api/regularizer.rst
+0
-0
doc/v2/CMakeLists.txt
doc/v2/CMakeLists.txt
+2
-2
doc/v2/api/CMakeLists.txt
doc/v2/api/CMakeLists.txt
+1
-1
paddle/scripts/travis/build_doc.sh
paddle/scripts/travis/build_doc.sh
+1
-1
未找到文件。
doc/CMakeLists.txt
浏览文件 @
912a5736
add_custom_target
(
paddle_apis ALL
DEPENDS paddle_v2_apis paddle_fluid_apis
)
add_custom_target
(
paddle_docs ALL
DEPENDS paddle_v2_docs paddle_v2_docs_cn
paddle_fluid_docs paddle_fluid_docs_cn
)
add_subdirectory
(
v2
)
add_subdirectory
(
v2
)
add_subdirectory
(
fluid
)
add_subdirectory
(
fluid
)
doc/fluid/CMakeLists.txt
浏览文件 @
912a5736
...
@@ -47,3 +47,5 @@ sphinx_add_target(paddle_fluid_docs_cn
...
@@ -47,3 +47,5 @@ sphinx_add_target(paddle_fluid_docs_cn
${
SPHINX_CACHE_DIR_CN
}
${
SPHINX_CACHE_DIR_CN
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
SPHINX_HTML_DIR_CN
}
)
${
SPHINX_HTML_DIR_CN
}
)
add_subdirectory
(
api
)
doc/fluid/api/CMakeLists.txt
0 → 100644
浏览文件 @
912a5736
# configured documentation tools and intermediate build results
set
(
BINARY_BUILD_DIR_EN
"
${
CMAKE_CURRENT_BINARY_DIR
}
/en/_build"
)
# Sphinx cache with pickled ReST documents
set
(
SPHINX_CACHE_DIR_EN
"
${
CMAKE_CURRENT_BINARY_DIR
}
/en/_doctrees"
)
# HTML output director
set
(
SPHINX_HTML_DIR_EN
"
${
CMAKE_CURRENT_BINARY_DIR
}
/en/html"
)
configure_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../templates/conf.py.en.in"
"
${
BINARY_BUILD_DIR_EN
}
/conf.py"
@ONLY
)
sphinx_add_target
(
paddle_fluid_apis
html
${
BINARY_BUILD_DIR_EN
}
${
SPHINX_CACHE_DIR_EN
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
SPHINX_HTML_DIR_EN
}
)
doc/
v2/api/fluid
/data_feeder.rst
→
doc/
fluid/api
/data_feeder.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/evaluator.rst
→
doc/
fluid/api
/evaluator.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/executor.rst
→
doc/
fluid/api
/executor.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/gen_doc.py
→
doc/
fluid/api
/gen_doc.py
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/gen_doc.sh
→
doc/
fluid/api
/gen_doc.sh
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid/index
.rst
→
doc/
fluid/api/index_en
.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/initializer.rst
→
doc/
fluid/api
/initializer.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/io.rst
→
doc/
fluid/api
/io.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/layers.rst
→
doc/
fluid/api
/layers.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/nets.rst
→
doc/
fluid/api
/nets.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/optimizer.rst
→
doc/
fluid/api
/optimizer.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/param_attr.rst
→
doc/
fluid/api
/param_attr.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/profiler.rst
→
doc/
fluid/api
/profiler.rst
浏览文件 @
912a5736
文件已移动
doc/
v2/api/fluid
/regularizer.rst
→
doc/
fluid/api
/regularizer.rst
浏览文件 @
912a5736
文件已移动
doc/v2/CMakeLists.txt
浏览文件 @
912a5736
...
@@ -20,7 +20,7 @@ configure_file(
...
@@ -20,7 +20,7 @@ configure_file(
"
${
BINARY_BUILD_DIR_EN
}
/conf.py"
"
${
BINARY_BUILD_DIR_EN
}
/conf.py"
@ONLY
)
@ONLY
)
sphinx_add_target
(
paddle_docs
sphinx_add_target
(
paddle_
v2_
docs
html
html
${
BINARY_BUILD_DIR_EN
}
${
BINARY_BUILD_DIR_EN
}
${
SPHINX_CACHE_DIR_EN
}
${
SPHINX_CACHE_DIR_EN
}
...
@@ -41,7 +41,7 @@ configure_file(
...
@@ -41,7 +41,7 @@ configure_file(
"
${
BINARY_BUILD_DIR_CN
}
/conf.py"
"
${
BINARY_BUILD_DIR_CN
}
/conf.py"
@ONLY
)
@ONLY
)
sphinx_add_target
(
paddle_docs_cn
sphinx_add_target
(
paddle_
v2_
docs_cn
html
html
${
BINARY_BUILD_DIR_CN
}
${
BINARY_BUILD_DIR_CN
}
${
SPHINX_CACHE_DIR_CN
}
${
SPHINX_CACHE_DIR_CN
}
...
...
doc/v2/api/CMakeLists.txt
浏览文件 @
912a5736
...
@@ -12,7 +12,7 @@ configure_file(
...
@@ -12,7 +12,7 @@ configure_file(
"
${
BINARY_BUILD_DIR_EN
}
/conf.py"
"
${
BINARY_BUILD_DIR_EN
}
/conf.py"
@ONLY
)
@ONLY
)
sphinx_add_target
(
paddle_
api_doc
s
sphinx_add_target
(
paddle_
v2_api
s
html
html
${
BINARY_BUILD_DIR_EN
}
${
BINARY_BUILD_DIR_EN
}
${
SPHINX_CACHE_DIR_EN
}
${
SPHINX_CACHE_DIR_EN
}
...
...
paddle/scripts/travis/build_doc.sh
浏览文件 @
912a5736
...
@@ -9,7 +9,7 @@ cd $TRAVIS_BUILD_DIR/build
...
@@ -9,7 +9,7 @@ cd $TRAVIS_BUILD_DIR/build
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DWITH_GPU
=
OFF
-DWITH_MKL
=
OFF
-DWITH_DOC
=
ON
-DWITH_STYLE_CHECK
=
OFF
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
-DWITH_GPU
=
OFF
-DWITH_MKL
=
OFF
-DWITH_DOC
=
ON
-DWITH_STYLE_CHECK
=
OFF
make
-j
`
nproc
`
gen_proto_py framework_py_proto
make
-j
`
nproc
`
gen_proto_py framework_py_proto
make
-j
`
nproc
`
copy_paddle_pybind
make
-j
`
nproc
`
copy_paddle_pybind
make
-j
`
nproc
`
paddle_docs paddle_docs_cn paddle_api_docs
make
-j
`
nproc
`
paddle_docs paddle_docs_cn paddle_api_docs
paddle_fluid_api_docs
# check websites for broken links
# check websites for broken links
linkchecker doc/v2/en/html/index.html
linkchecker doc/v2/en/html/index.html
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录