Skip to content

Commit c4af8fa

Browse files
authored
Merge pull request #10222 from weixing02/dataset
Change paddle.v2.dataset to paddle.dataset for V2 docs
2 parents 20858f9 + 31ad003 commit c4af8fa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/v2/api/data/dataset.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
11
Dataset
22
=======
33

4-
.. automodule:: paddle.v2.dataset
4+
.. automodule:: paddle.dataset
55
:members:
66
:noindex:
77

88
mnist
99
+++++
1010

11-
.. automodule:: paddle.v2.dataset.mnist
11+
.. automodule:: paddle.dataset.mnist
1212
:members:
1313
:noindex:
1414

1515
cifar
1616
+++++
1717

18-
.. automodule:: paddle.v2.dataset.cifar
18+
.. automodule:: paddle.dataset.cifar
1919
:members:
2020
:noindex:
2121

2222
conll05
2323
+++++++
2424

25-
.. automodule:: paddle.v2.dataset.conll05
25+
.. automodule:: paddle.dataset.conll05
2626
:members: get_dict,get_embedding,test
2727
:noindex:
2828

2929
imdb
3030
++++
3131

32-
.. automodule:: paddle.v2.dataset.imdb
32+
.. automodule:: paddle.dataset.imdb
3333
:members:
3434
:noindex:
3535

3636
imikolov
3737
++++++++
3838

39-
.. automodule:: paddle.v2.dataset.imikolov
39+
.. automodule:: paddle.dataset.imikolov
4040
:members:
4141
:noindex:
4242

4343
movielens
4444
+++++++++
4545

46-
.. automodule:: paddle.v2.dataset.movielens
46+
.. automodule:: paddle.dataset.movielens
4747
:members:
4848
:noindex:
4949

50-
.. autoclass:: paddle.v2.dataset.movielens.MovieInfo
50+
.. autoclass:: paddle.dataset.movielens.MovieInfo
5151
:noindex:
52-
53-
.. autoclass:: paddle.v2.dataset.movielens.UserInfo
52+
53+
.. autoclass:: paddle.dataset.movielens.UserInfo
5454
:noindex:
5555

5656
sentiment
5757
+++++++++
5858

59-
.. automodule:: paddle.v2.dataset.sentiment
59+
.. automodule:: paddle.dataset.sentiment
6060
:members:
6161
:noindex:
6262

6363
uci_housing
6464
+++++++++++
6565

66-
.. automodule:: paddle.v2.dataset.uci_housing
66+
.. automodule:: paddle.dataset.uci_housing
6767
:members:
6868
:noindex:
6969

7070
wmt14
7171
+++++
7272

73-
.. automodule:: paddle.v2.dataset.wmt14
73+
.. automodule:: paddle.dataset.wmt14
7474
:members:
7575
:noindex:
7676

7777
wmt16
7878
+++++
7979

80-
.. automodule:: paddle.v2.dataset.wmt16
80+
.. automodule:: paddle.dataset.wmt16
8181
:members:
8282
:noindex:

0 commit comments

Comments
 (0)