parent
f215400212
commit
2f41aaa492
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
@ -0,0 +1 @@
|
|||||||
|
../../CONTRIBUTING.md
|
@ -0,0 +1,8 @@
|
|||||||
|
开发标准
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
contribute_to_paddle_cn.md
|
||||||
|
write_docs_cn.rst
|
@ -0,0 +1,9 @@
|
|||||||
|
Development
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
new_layer_en.rst
|
||||||
|
contribute_to_paddle_en.md
|
||||||
|
write_docs_en.rst
|
@ -1,6 +1,6 @@
|
|||||||
##################
|
#############
|
||||||
如何贡献/修改文档
|
如何贡献文档
|
||||||
##################
|
#############
|
||||||
|
|
||||||
PaddlePaddle的文档包括英文文档 ``doc`` 和中文文档 ``doc_cn`` 两个部分。文档都是通过 `cmake`_ 驱动 `sphinx`_ 编译生成,生成后的文档分别存储在编译目录的 ``doc`` 和 ``doc_cn`` 两个子目录下。
|
PaddlePaddle的文档包括英文文档 ``doc`` 和中文文档 ``doc_cn`` 两个部分。文档都是通过 `cmake`_ 驱动 `sphinx`_ 编译生成,生成后的文档分别存储在编译目录的 ``doc`` 和 ``doc_cn`` 两个子目录下。
|
||||||
也可以利用PaddlePaddle 工具来编译文档,这个情况下所有的文件会存在整理过的的文件目录 .ppo_workspace/content 下
|
也可以利用PaddlePaddle 工具来编译文档,这个情况下所有的文件会存在整理过的的文件目录 .ppo_workspace/content 下
|
@ -1,6 +1,6 @@
|
|||||||
##################
|
########################
|
||||||
Contribute Documentation
|
Contribute Documentation
|
||||||
##################
|
########################
|
||||||
|
|
||||||
PaddlePaddle supports English documentation ``doc`` and Chinese documentation ``doc_cn``.
|
PaddlePaddle supports English documentation ``doc`` and Chinese documentation ``doc_cn``.
|
||||||
Both are compiled by `cmake`_ and `sphinx`_ , the compiled documentations will be stored under ``doc`` and ``doc_cn`` directories.
|
Both are compiled by `cmake`_ and `sphinx`_ , the compiled documentations will be stored under ``doc`` and ``doc_cn`` directories.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue