Skip to content

Commit

Permalink
fix docs hyperlink bugs (PaddlePaddle#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhongkai588 authored Jul 21, 2021
1 parent 05b3aa2 commit 0e6e6db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/paddle/text/Conll05st_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Conll05st
.. py:class:: paddle.text.datasets.Conll05st()
该类是对`Conll05st <https://www.cs.upc.edu/~srlconll/soft.html>`_
该类是对 `Conll05st <https://www.cs.upc.edu/~srlconll/soft.html>`_
测试数据集的实现.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/text/Imdb_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Imdb
.. py:class:: paddle.text.datasets.Imdb()
该类是对`IMDB <https://www.imdb.com/interfaces/>`_ 测试数据集的实现。
该类是对 `IMDB <https://www.imdb.com/interfaces/>`_ 测试数据集的实现。

参数
:::::::::
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/text/Movielens_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Movielens
.. py:class:: paddle.text.datasets.Movielens()
该类是对`Movielens 1-M <https://grouplens.org/datasets/movielens/1m/>`_
该类是对 `Movielens 1-M <https://grouplens.org/datasets/movielens/1m/>`_
测试数据集的实现。

参数
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/text/UCIHousing_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UCIHousing
.. py:class:: paddle.text.datasets.UCIHousing()
该类是对`UCI housing <https://archive.ics.uci.edu/ml/datasets/Housing>`_
该类是对 `UCI housing <https://archive.ics.uci.edu/ml/datasets/Housing>`_
测试数据集的实现。

参数
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/text/WMT16_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WMT16
.. py:class:: paddle.text.datasets.WMT16()
该类是对`WMT16 <http://www.statmt.org/wmt16/>`_ 测试数据集实现。
该类是对 `WMT16 <http://www.statmt.org/wmt16/>`_ 测试数据集实现。
ACL2016多模态机器翻译。有关更多详细信息,请访问此网站:
http://www.statmt.org/wmt16/multimodal-task.html#task1

Expand Down

0 comments on commit 0e6e6db

Please sign in to comment.