Skip to content

Commit

Permalink
Modify code block references
Browse files Browse the repository at this point in the history
  • Loading branch information
fufu0615 committed Aug 8, 2024
1 parent 587f94d commit fb8612c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/paddle/tensor/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@ def tensor_split(
Examples:
.. code-block:: python
:name: code-example-1
:name: tensor-split-example-1
>>> import paddle
Expand All @@ -2844,7 +2844,7 @@ def tensor_split(
.. image:: https://githubraw.cdn.bcebos.com/PaddlePaddle/docs/develop/docs/images/api_legend/tensor_split-2.png
.. code-block:: python
:name: code-example-2
:name: tensor-split-example-2
>>> import paddle
Expand All @@ -2862,7 +2862,7 @@ def tensor_split(
.. image:: https://githubraw.cdn.bcebos.com/PaddlePaddle/docs/develop/docs/images/api_legend/tensor_split-3.png
.. code-block:: python
:name: code-example-3
:name: tensor-split-example-3
>>> import paddle
Expand All @@ -2880,7 +2880,7 @@ def tensor_split(
.. image:: https://githubraw.cdn.bcebos.com/PaddlePaddle/docs/develop/docs/images/api_legend/tensor_split-4.png
.. code-block:: python
:name: code-example-4
:name: tensor-split-example-4
>>> import paddle
Expand All @@ -2896,7 +2896,7 @@ def tensor_split(
.. image:: https://githubraw.cdn.bcebos.com/PaddlePaddle/docs/develop/docs/images/api_legend/tensor_split-5.png
.. code-block:: python
:name: code-example-5
:name: tensor-spilt-example-5
>>> import paddle
Expand Down

0 comments on commit fb8612c

Please # to comment.