From 621168ce2e588fae0b6ae8d4725fd317b21a478e Mon Sep 17 00:00:00 2001 From: Qiyuan Gong Date: Fri, 25 Nov 2022 15:02:11 +0800 Subject: [PATCH] [PPML] Move dev guide to tutorial (#6765) * Move dev guide to tutorial & examples. --- docs/readthedocs/source/_toc.yml | 2 +- docs/readthedocs/source/doc/PPML/Overview/examples.rst | 2 ++ docs/readthedocs/source/doc/PPML/Overview/misc.rst | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/_toc.yml b/docs/readthedocs/source/_toc.yml index 96f040ab..0e01696e 100644 --- a/docs/readthedocs/source/_toc.yml +++ b/docs/readthedocs/source/_toc.yml @@ -235,13 +235,13 @@ subtrees: - entries: - file: doc/PPML/Overview/quicktour - file: doc/PPML/QuickStart/end-to-end + - file: doc/PPML/Overview/devguide - file: doc/PPML/Overview/azure_ppml - file: doc/PPML/Overview/misc title: "Advanced Topics" subtrees: - entries: - file: doc/PPML/Overview/ppml - - file: doc/PPML/Overview/devguide - file: doc/PPML/Overview/trusted_big_data_analytics_and_ml - file: doc/PPML/Overview/trusted_fl - file: doc/PPML/QuickStart/secure_your_services diff --git a/docs/readthedocs/source/doc/PPML/Overview/examples.rst b/docs/readthedocs/source/doc/PPML/Overview/examples.rst index e5113fec..873e6a9e 100644 --- a/docs/readthedocs/source/doc/PPML/Overview/examples.rst +++ b/docs/readthedocs/source/doc/PPML/Overview/examples.rst @@ -5,6 +5,8 @@ Tutorials & Examples * `PPML E2E Example <../QuickStart/end-to-end.html>`__ introduces the end-to-end PPML workflow using SimpleQuery as an example. +* `Develop PPML application <../Overview/devguide.html>`__ introduces how to migrate/develop PPML applications. + * `PPML E2E Example on Azure <../Overview/azure_ppml.html>`__ introduces the end-to-end PPML workflow on Azure Cloud using TPC-H as an example. * You can also find Trusted Data Analysis, Trusted ML, Trusted DL and Trusted FL examples in `more examples `__. \ No newline at end of file diff --git a/docs/readthedocs/source/doc/PPML/Overview/misc.rst b/docs/readthedocs/source/doc/PPML/Overview/misc.rst index 41e1c604..a745d689 100644 --- a/docs/readthedocs/source/doc/PPML/Overview/misc.rst +++ b/docs/readthedocs/source/doc/PPML/Overview/misc.rst @@ -2,7 +2,6 @@ Advanced Topic ==================== * `PPML User Guide `_ -* `Develop your own Big Data & AI applications with BigDL PPML `_ * `Trusted Big Data Analytics and ML `_ * `Trusted FL (Federated Learning) `_ * `Secure Your Services <../QuickStart/secure_your_services.html>`_