Skip to content

Commit

Permalink
fix conflict, move doc/conf.py.in to doc/templates
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 committed Dec 15, 2016
1 parent 1de901a commit 3d560c5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(SPHINX_CACHE_DIR_EN "${CMAKE_CURRENT_BINARY_DIR}/en/_doctrees")
set(SPHINX_HTML_DIR_EN "${CMAKE_CURRENT_BINARY_DIR}/en/html")

configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/conf.py.en.in"
"${CMAKE_CURRENT_SOURCE_DIR}/templates/conf.py.en.in"
"${BINARY_BUILD_DIR_EN}/conf.py"
@ONLY)

Expand All @@ -41,7 +41,7 @@ set(SPHINX_CACHE_DIR_CN "${CMAKE_CURRENT_BINARY_DIR}/cn/_doctrees")
set(SPHINX_HTML_DIR_CN "${CMAKE_CURRENT_BINARY_DIR}/cn/html")

configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/conf.py.cn.in"
"${CMAKE_CURRENT_SOURCE_DIR}/templates/conf.py.cn.in"
"${BINARY_BUILD_DIR_CN}/conf.py"
@ONLY)

Expand Down
2 changes: 1 addition & 1 deletion doc/about/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ We hope to build an active open source community both by providing feedback and
Credits
--------

We owe many thanks to `all contributors and developers <https://github.com/PaddlePaddle/Paddle/blob/develop/authors>`_ of PaddlePaddle!
We owe many thanks to `all contributors and developers <https://github.com/PaddlePaddle/Paddle/graphs/contributors>`_ of PaddlePaddle!
16 changes: 8 additions & 8 deletions doc/howto/index_cn.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
进阶指南
========

使用
----
使用说明
--------

.. toctree::
:maxdepth: 1
Expand All @@ -11,24 +11,24 @@
usage/cluster/k8s/k8s_cn.md
usage/cluster/k8s/k8s_distributed_cn.md

开发
----
开发标准
--------

.. toctree::
:maxdepth: 1

dev/write_docs_cn.rst

配置
----
模型配置
--------

.. toctree::
:maxdepth: 1

deep_model/rnn/index_cn.rst

优化
----
性能优化
--------

.. toctree::
:maxdepth: 1
File renamed without changes.
File renamed without changes.

0 comments on commit 3d560c5

Please sign in to comment.