Skip to content

Commit d913275

Browse files
authored
reconstruct readthedocs framework (#421)
1 parent c4c9415 commit d913275

30 files changed

+202
-54
lines changed

docs/source/paddlenlp.models.ernie.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/paddlenlp.models.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/source/paddlenlp.models.senta.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/paddlenlp.models.simnet.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
parallel
2+
=========================================
3+
4+
.. automodule:: paddlenlp.ops.distributed.parallel
5+
:members:
6+
:no-undoc-members:
7+
:show-inheritance:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
distributed
2+
=================================
3+
4+
.. automodule:: paddlenlp.ops.distributed
5+
:members:
6+
:no-undoc-members:
7+
:show-inheritance:
8+
9+
10+
.. toctree::
11+
:maxdepth: 4
12+
13+
paddlenlp.ops.distributed.utils
14+
15+
16+
.. toctree::
17+
:maxdepth: 4
18+
19+
paddlenlp.ops.distributed.parallel
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
random
2+
=============================================
3+
4+
.. automodule:: paddlenlp.ops.distributed.utils.random
5+
:members:
6+
:no-undoc-members:
7+
:show-inheritance:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
utils
2+
=======================================
3+
4+
.. automodule:: paddlenlp.ops.distributed.utils
5+
:members:
6+
:no-undoc-members:
7+
:show-inheritance:
8+
9+
10+
.. toctree::
11+
:maxdepth: 4
12+
13+
paddlenlp.ops.distributed.utils.random
14+
paddlenlp.ops.distributed.utils.topo
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
topo
2+
===========================================
3+
4+
.. automodule:: paddlenlp.ops.distributed.utils.topo
5+
:members:
6+
:no-undoc-members:
7+
:show-inheritance:

docs/source/paddlenlp.ops.einsum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
einsum
2-
=================================
2+
===========================
33

44
.. automodule:: paddlenlp.ops.einsum
55
:members:

0 commit comments

Comments
 (0)