diff --git a/.gitmodules b/.gitmodules index 5adb9b73c0fa5e2d4fb7b085925edf09d508c7b2..ea6254755af221ea0d76d82bbf0bef054587c96e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "anakin"] path = anakin url = https://github.com/PaddlePaddle/Anakin.git +[submodule "mobile"] + path = mobile + url = https://github.com/PaddlePaddle/paddle-mobile.git diff --git a/mobile b/mobile new file mode 160000 index 0000000000000000000000000000000000000000..c3aa92ac28662d7a1553cd258ddd3f19412f5018 --- /dev/null +++ b/mobile @@ -0,0 +1 @@ +Subproject commit c3aa92ac28662d7a1553cd258ddd3f19412f5018 diff --git a/source/advanced_usage/deploy/images b/source/advanced_usage/deploy/images new file mode 120000 index 0000000000000000000000000000000000000000..cd5258c313ab3a884d6dfd1e372f6655aba5a2e3 --- /dev/null +++ b/source/advanced_usage/deploy/images @@ -0,0 +1 @@ +../../../mobile/doc/images/ \ No newline at end of file diff --git a/source/advanced_usage/deploy/index.rst b/source/advanced_usage/deploy/index.rst index 2153d0b838c9befbff6c721d0e5c1dcff9288dc0..885c22e3d0c17d40defa04faa30a67afa7c2ae24 100644 --- a/source/advanced_usage/deploy/index.rst +++ b/source/advanced_usage/deploy/index.rst @@ -40,4 +40,6 @@ .. toctree:: :maxdepth: 2 - mobile_readme.md + mobile_build.md + mobile_design.md + mobile_dev.md diff --git a/source/advanced_usage/deploy/mobile_build.md b/source/advanced_usage/deploy/mobile_build.md new file mode 120000 index 0000000000000000000000000000000000000000..12b5c6ea2bbf737b764cc92312c7dea12284550d --- /dev/null +++ b/source/advanced_usage/deploy/mobile_build.md @@ -0,0 +1 @@ +../../../mobile/doc/build.md \ No newline at end of file diff --git a/source/advanced_usage/deploy/mobile_design.md b/source/advanced_usage/deploy/mobile_design.md new file mode 120000 index 0000000000000000000000000000000000000000..b6fce99d7b121dce8dcc1796c7b13230ffc0c88d --- /dev/null +++ b/source/advanced_usage/deploy/mobile_design.md @@ -0,0 +1 @@ +../../../mobile/doc/design_doc.md \ No newline at end of file diff --git a/source/advanced_usage/deploy/mobile_dev.md b/source/advanced_usage/deploy/mobile_dev.md new file mode 120000 index 0000000000000000000000000000000000000000..f8f533620a6f3109a9ebbae6ab5d3a7de48900f2 --- /dev/null +++ b/source/advanced_usage/deploy/mobile_dev.md @@ -0,0 +1 @@ +../../../mobile/doc/development_doc.md \ No newline at end of file diff --git a/source/advanced_usage/deploy/mobile_readme.md b/source/advanced_usage/deploy/mobile_readme.md deleted file mode 120000 index 45f2a28379b7a0829e64faac4f7857d024c3c07f..0000000000000000000000000000000000000000 --- a/source/advanced_usage/deploy/mobile_readme.md +++ /dev/null @@ -1 +0,0 @@ -../../../mobile/README.cn.md \ No newline at end of file