diff --git a/doc/v2/getstarted/index_en.rst b/doc/v2/getstarted/index_en.rst index 33f299be5680e0aa4a3f36638f51135503193d94..62325c799a3de5cd2bd5f9971f9b883d0404fa24 100644 --- a/doc/v2/getstarted/index_en.rst +++ b/doc/v2/getstarted/index_en.rst @@ -1,8 +1,18 @@ GET STARTED ============ +If you want to quickly know how to use PaddlePaddle, please refer to the following guide: + .. toctree:: :maxdepth: 1 quickstart_en.rst + + +While using PaddlePaddle to build applications, please understand some basic concepts. +Here is an example of linear regression. It introduces use flow of PaddlePaddle, including data format, model configuration and training, etc. + + .. toctree:: + :maxdepth: 1 + concepts/use_concepts_en.rst