@@ -18,7 +18,7 @@ If you need to install GPU version (cuda7.5_cudnn5_avx_openblas), run:
pip install paddlepaddle-gpu
For more details about installation and build: `install and Compile <http://www.paddlepaddle.org/docs/develop/documentation/fluid/en/build_and_install/index_en.html>`_ .
For more details about installation and build: :ref:`install_steps` .
Quick Use
---------
...
...
@@ -28,33 +28,22 @@ code:
.. code-block:: python
import paddle
import paddle.dataset.uci_housing as uci_housing
import paddle.fluid as fluid
x = fluid.layers.data(name='x', shape=[13], dtype='float32')