Skip to content

Commit cd073bf

Browse files
committed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-img_conv_group-doc
2 parents cf0b6f1 + b758875 commit cd073bf

File tree

504 files changed

+2696
-31786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+2696
-31786
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ services:
1212
os:
1313
- linux
1414
env:
15-
- JOB=doc
1615
- JOB=check_style
1716
- JOB=build_android
1817
addons:

cmake/external/mklml.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INCLUDE(ExternalProject)
2929
SET(MKLML_PROJECT "extern_mklml")
3030
IF((NOT DEFINED MKLML_VER) OR (NOT DEFINED MKLML_URL))
3131
MESSAGE(STATUS "use pre defined download url")
32-
SET(MKLML_VER "mklml_lnx_2018.0.3.20180406" CACHE STRING "" FORCE)
32+
SET(MKLML_VER "mklml_lnx_2019.0.20180710" CACHE STRING "" FORCE)
3333
SET(MKLML_URL "http://paddlepaddledeps.cdn.bcebos.com/${MKLML_VER}.tgz" CACHE STRING "" FORCE)
3434
ENDIF()
3535
MESSAGE(STATUS "MKLML_VER: ${MKLML_VER}, MKLML_URL: ${MKLML_URL}")

doc/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# For Readers and Developers
2+
3+
Thanks for reading PaddlePaddle documentation.
4+
5+
Since **September 17th, 2018**, the **0.15.0 and develop** documentation source has been moved to [Fluiddoc Repo](https://github.com/PaddlePaddle/Paddle) and updated in Fluiddoc Repo.
6+
7+
Please turn to Fluiddoc Repo for the latest documentation.

doc/fluid/CMakeLists.txt

Lines changed: 0 additions & 54 deletions
This file was deleted.

doc/fluid/api/CMakeLists.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

doc/fluid/api/average.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

doc/fluid/api/backward.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

doc/fluid/api/clip.rst

Lines changed: 0 additions & 43 deletions
This file was deleted.

doc/fluid/api/data/data_reader.rst

Lines changed: 0 additions & 72 deletions
This file was deleted.

doc/fluid/api/data/dataset.rst

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)