提交 c11c4f7d 编写于 作者: W Wang Huan

add empty line after code-block, test=develop

上级 7770e2df
...@@ -182,6 +182,7 @@ class LayerList(Layer): ...@@ -182,6 +182,7 @@ class LayerList(Layer):
Examples: Examples:
.. code-block:: python .. code-block:: python
import paddle import paddle
import numpy as np import numpy as np
...@@ -238,6 +239,7 @@ class LayerList(Layer): ...@@ -238,6 +239,7 @@ class LayerList(Layer):
Examples: Examples:
.. code-block:: python .. code-block:: python
import paddle import paddle
linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)]) linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)])
...@@ -258,6 +260,7 @@ class LayerList(Layer): ...@@ -258,6 +260,7 @@ class LayerList(Layer):
Examples: Examples:
.. code-block:: python .. code-block:: python
import paddle import paddle
linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)]) linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)])
...@@ -281,6 +284,7 @@ class LayerList(Layer): ...@@ -281,6 +284,7 @@ class LayerList(Layer):
Examples: Examples:
.. code-block:: python .. code-block:: python
import paddle import paddle
linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)]) linears = paddle.nn.LayerList([paddle.nn.Linear(10, 10) for i in range(10)])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册