Commit Graph

1609 Commits (01667392adb57cdd3ee1f53dbf0516ef8d2bdf63)

Author SHA1 Message Date
weixing02 070c3b5844 Adjust some
7 years ago
weixing02 6723e1b82c Create a new folder to store pictures
7 years ago
ranqiu 686a3ad601 Add api doc std
7 years ago
weixing02 0f81a801d6 Rollback write_docs_en.rst
7 years ago
weixing02 5b71eefc76 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
weixing02 e1b2408011 Fix some outdated contents in Contribute Documentations
7 years ago
Yancey ada82a3e24
Add is_local paramter description (#8893)
7 years ago
Yancey 2cc2fb4106
add sparse update section in fluid dist doc (#8997)
7 years ago
Tao Luo f8b8f6c97c
Merge pull request #8803 from dzhwinter/doc/conventions
7 years ago
dongzhihong d3126adba2 "fix based comments"
7 years ago
dongzhihong b08fd0ae1e "fix based comments"
7 years ago
Tao Luo 6c06841ba0
Merge pull request #8801 from ranqiu92/doc
7 years ago
ranqiu 86f5b8845f Update doc
7 years ago
dongzhihong 69285bc507 "fixed"
7 years ago
fengjiayi e6e597e118 fix doc link errors
7 years ago
fengjiayi aa3f5058d3
Merge pull request #8841 from JiayiFeng/dev_double_buffer_for_cpp_reader
7 years ago
Tao Luo 124b75012e
Merge pull request #8833 from QiJune/update_getstarted_doc
7 years ago
qijun 8b9e9c71b9 follow comments
7 years ago
fengjiayi 6e5736e270 fix a compile error
7 years ago
fengjiayi 4e517881f7 remove HasNext
7 years ago
weixing02 a7d236d608 Move 2 pictures from /v2 to /fluid (#8846)
7 years ago
Tao Luo 12fc76e1b5
Merge pull request #8882 from guoshengCS/refine-rnn-guide-doc
7 years ago
guosheng 71dd899369 Refine the guide of RNN in docs by following comments
7 years ago
Melobelle 65cfd32774 Fix some path errors (#8851)
7 years ago
guosheng cc0b8053f3 Refine the guide of RNN in docs
7 years ago
ranqiu 231d3a88f8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
Yancey e1348e18d8
Merge pull request #8853 from Yancey1989/capi_noavx_link
7 years ago
Qiao Longfei 1e4d95c115
Merge pull request #8844 from jacquesqiao/add-timeling-profile-howto
7 years ago
Yancey1989 9a6f0ab287 add capi-noavx-openblas download link
7 years ago
qiaolongfei 205cadf6b7 typo
7 years ago
qiaolongfei c74797a856 add warning
7 years ago
wanghaoshuang af4036a675 Add guide for howto documentation
7 years ago
qiaolongfei f8e0c41e0e add timeline profile howto
7 years ago
qijun 4ca16172ea update
7 years ago
qijun 26922a3bae update
7 years ago
ranqiu a9de00a86d Refine doc
7 years ago
qijun 4d34224506 add basic index link
7 years ago
dongzhihong 61d0f3f2ee "add more lines"
7 years ago
dongzhihong 598edfa006 "add some lines"
7 years ago
Luo Tao f5ebd1a513 fix document deployment
7 years ago
fengjiayi a5899ca117 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_update_cluster_doc
7 years ago
fengjiayi a66543a6e5 follow comments
7 years ago
Luo Tao 41cbfbba5b * fix html_static_path warning
7 years ago
Luo Tao 2f786776a8 create doc/fluid directory
7 years ago
fengjiayi 92dfdf6924 update doc
7 years ago
Luo Tao bcf5b62970 refine CMakeLists.txt and build_doc.sh
7 years ago
Luo Tao 4ca2209701 Merge branch 'develop' into v2_doc
7 years ago
Thuan Nguyen 95a28d1326
PaddlePaddle.org requires the nav tree to be generated in order to parse the site map. Since we removed theme in https://github.com/PaddlePaddle/Paddle/pull/8752, this also removed the site navigation menu. This changelist adds back the site navigation menu. (#8760)
7 years ago
Luo Tao 3637745828 remove doc_theme
7 years ago
Luo Tao c6df405ee0 create doc/v2 directory
7 years ago
Tao Luo 08e9bfa8ad
Merge pull request #8737 from pkuyym/fix-8723
7 years ago
yangyaming 649f9c1963 Refine the document for build_and_install.
7 years ago
Yibing Liu 5fc1e38273 Add guideline for the doc of cmd parameters
7 years ago
superjom bb1b8dc32f refactor doc
7 years ago
yangyaming 15231f0c71 Refine the doc for build_and_install.
7 years ago
Tao Luo 53883753ae
Merge pull request #8667 from PaddlePaddle/fixIncorrectMDRST
7 years ago
Wang,Jeff 25a3d7617b Follow the standard of leaving one empty line at the beginning of the list block.
7 years ago
Wang,Jeff 13c251df1f There should be a line breaker before list in MD
7 years ago
Yang Yang(Tony) 2edeb639e2
Update parallel_do.md (#8665)
7 years ago
Yancey fee90b5074
Add async sgd document (#8474)
7 years ago
Luo Tao 4611a91f9a adjust the structure of documentation (en)
7 years ago
chengduo 81374eb15e
Merge pull request #8644 from chengduoZH/doc/FAQ_refine
7 years ago
chengduoZH 6019aba67a refine FQA doc
7 years ago
Yiqun Liu f0548679b3
Get rid of the dependency of Go compiler when WITH_GOLANG is OFF. (#8610)
7 years ago
gongweibao 6f4c2f0a46 follow comments
7 years ago
gongweibao 4ef4bd8e8e clean up
7 years ago
gongweibao 97a132d5a9 init
7 years ago
Luo Tao 0b73cb3358 remove `import paddle.fluid` in conf.py.in
7 years ago
Yancey1989 1cf5a19476 Fix c-api doc style
7 years ago
qiaolongfei 13922fb489 fix rst format
7 years ago
qiaolongfei 901dabc7f5 clean
7 years ago
qiaolongfei 28668ad06e move quick start to index_cn.rst
7 years ago
qiaolongfei 84b7b4b96d add c-api quick start
7 years ago
Luo Tao 962326b06e move doc/api/v2/fluid to doc/api/fluid
7 years ago
Luo Tao 71f84c9076 move paddle/v2/fluid to paddle/fluid in documentation
7 years ago
Luo Tao ea3be884e8 Merge branch 'develop' into fluid_python
7 years ago
superjom 6989d08199 lowercase Events
7 years ago
superjom 2b9de0af58 format
7 years ago
superjom f269412429 update format for sphinx
7 years ago
Luo Tao ef5d3d4bf1 move Fluid API doc out of V2 API doc
7 years ago
superjom fa32516281 boot
7 years ago
Luo Tao c4e8f6c65b add an introduction of API
7 years ago
Yang Yang(Tony) d3162339f6 Update parallel_do.md (#8498)
7 years ago
kavyasrinet 65fd84a5d5
Updating Var_desc.md with the updated typing system in Fluid (#8462)
7 years ago
Yang Yang(Tony) 8b24bd4fe8
Update parallel_do.md
7 years ago
Yang Yang 16a8def1cd fix style
7 years ago
Yang Yang(Tony) c62ef22da3
Update parallel_do.md
7 years ago
Yang Yang(Tony) ad2dfef416
Update parallel_do.md
7 years ago
Yang Yang(Tony) 549c74a937
Create parallel_do.md
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
Tao Luo e5087fa593
Merge pull request #8388 from typhoonzero/merge_build_docker_docs
7 years ago
typhoonzero afe6322868 follow comment
7 years ago
typhoonzero 5d5dcedc84 merge build docs with build using docker
7 years ago
qiaolongfei 42912e48cb rename switch_kernel.md to kernel_selection.md
7 years ago
Luo Tao 51d8a1168c reduce doc build time in travis ci
7 years ago
Luo Tao a7e231faab Delete "API" section from "Documentation"
7 years ago
guosheng 1637137c45 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-layernorm
7 years ago
guosheng 6c7ba81c0a Add python wrapper for layer_norm
7 years ago
Shan Yi 9efa8d86fe
Update index_cn.rst
7 years ago
Luo Tao 87e3bdac4e refine structure of cluster and quick start
7 years ago
fengjiayi 3647ed6487
Merge pull request #8237 from JiayiFeng/doc_add_reader_doc
7 years ago
Tao Luo 7fa1725b04
Merge pull request #8226 from luotao1/doc_cn
7 years ago
Luo Tao 16e005e917 fix dead links after adjustation
7 years ago
fengjiayi 5210ff0158 add cpp_data_feeding.md
7 years ago
Luo Tao d1d8257fdf adjust the structure of getstarted and cluster
7 years ago
Qiao Longfei 20c4a4cb4f
Impl scalar switch case op with condition op (#8184)
7 years ago
Luo Tao 2f41aaa492 adjust the structure of documentation
7 years ago
kavyasrinet b90244921b Fixing the gradient check writeup (#8057)
7 years ago
chengduo de7fa8bc19 refine CSP doc (#8182)
7 years ago
Yi Wang b0ecb36583
Rewrite the Send/Recv part of csp.md (#8164)
7 years ago
Abhinav Arora 1ead6c2691 Add proposed fluid syntax for select statement in Fluid's implementation of CSP (#7908)
7 years ago
kavyasrinet 497a131e53 Proposing Python syntax for send and recv in design doc (#8093)
7 years ago
Luo Tao 4e52026476 add independent sphinx tree for api
7 years ago
Luo Tao eef381d074 remove duplicated mobile index
7 years ago
Luo Tao 2c35e6389a Reclassify and change of V2 API documentation structure
7 years ago
Qiao Longfei 7831e0bdd3
switch-op design (#8031)
7 years ago
gongweibao b26a5b5d04 fix en doc
7 years ago
gongweibao 1830e2a01d fix bugs
7 years ago
Yang Yu ee97604d88 Add documentation generate script
7 years ago
Yibing Liu ed942263bd
Merge pull request #2423 from kuke/add_ctc_decoder_design_doc
7 years ago
Tao Luo 75a739913a
Merge pull request #7991 from luotao1/with_testing
7 years ago
Yibing Liu de1a70147e Adjust the width of figure 2
7 years ago
Yibing Liu 535f6bdf7b Rename the DS2' design doc
7 years ago
Yibing Liu 7c53d72719 Refine the design doc for ctc_beam_search_decoder
7 years ago
Yibing Liu 91d7838ff1 Merge branch 'develop' of upstream into add_ctc_decoder_design_doc
7 years ago
Yancey e1611eb484
Add mirror registry server for book image (#7988)
7 years ago
Luo Tao e100b37e30 change the default option of `WITH_TESTING` to OFF
7 years ago
Yibing Liu 0311fd1505
Merge pull request #7888 from kuke/add_lstmp_doc
7 years ago
gongweibao cce18c9fe6 Fix typo (#7933)
7 years ago
Yibing Liu 54c160aa72 Merge branch 'develop' of upstream into add_lstmp_doc
7 years ago
Yibing Liu 634faab1c0 Format doc & add unit test for dynamic_lstmp api
7 years ago
kexinzhao 3646be7bfc Fix some typos in support new device doc (#7895)
7 years ago
Yibing Liu 4ca19d4e18 Add python api for lstmp operator
7 years ago
Yang yaming 7278aa7b1c
Merge pull request #7739 from pkuyym/fix-7717
7 years ago
Yancey1989 f9a11f51ce Add noavx-openblas whl package download link
7 years ago
yangyaming 9d826e1c65 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7717
7 years ago
kavyasrinet 605ef6ea2e
Adding more details to cluster_train (#7831)
7 years ago
yangyaming 8314412b0a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7717
7 years ago
gongweibao 77a7bba8c5
Add `ProgramDesc` storage. (#7822)
7 years ago
Cao Ying 32a5dfd345
Merge pull request #7791 from lcy-seso/multihead_attention
7 years ago
ying 7210d0fa95 follow comments.
7 years ago
yangyaming 8c81439e24 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7717
7 years ago
yangyaming 630a8646fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7555
7 years ago
kavyasrinet 7081f214d7
Update the parameter_server doc (#7805)
7 years ago
Yang Yang(Tony) 7ed48bd0c0
Update cpu_profiling.md (#7803)
7 years ago
Yi Wang 7ccbc706bf Add csp.md (#7706)
7 years ago
ying d163592a3f Merge branch 'develop' into multihead_attention
7 years ago
Qiao Longfei e7d44a2034
Nmt model (#7340)
7 years ago
whs 9536c4e362
Merge pull request #7595 from wanghaoshuang/block_expand_py
7 years ago
Guo Sheng c648244445
Merge pull request #7766 from guoshengCS/add-python-GRU
7 years ago