PaddlePaddle supports English documentation ``doc`` and Chinese documentation ``doc_cn``.
Both are compiled by `cmake`_ and `sphinx`_ , the compiled documentations will be stored under ``doc`` and ``doc_cn`` directories.
When using the PaddlePaddle.org to compile documentations, the compiled documentations will be stored under a consolidated directory: .ppo_workspace/content
How to Build Documentations
============
...
...
@@ -19,26 +20,36 @@ The tool uses Docker, please install it on your system. Please check Docker offi
.. code-block:: bash
mkdir paddlepaddle
mkdir paddlepaddle # Create paddlepaddle working directory
cd paddlepaddle
git clone git@github.com:PaddlePaddle/Paddle.git
git clone git@github.com:PaddlePaddle/book.git
git clone git@github.com:PaddlePaddle/models.git
# Clone the content repositories. You may only clone the contents you need