forked from pytorch/torchrec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates documentation pages and some doc strings. (pytorch#147)
Summary: Pull Request resolved: pytorch#147 The PR updates the RST files to divide up some of the content currently in the different pages in docs. I also updated some docstrings to clear errors and warnings we're getting on the documentation build. Please review this carefully as it does touch source files. If you would prefer that I submit this as a diff, please still test this locally to make sure it's doing what you expect. (Then just message me and let me know.) You can test it by checking out this PR and building the docs: cd docs pip install -r requirements.txt make html cd build/html python -m http.server open https://localhost:8000 in browser. Pull Request resolved: pytorch#140 Reviewed By: brianjo Differential Revision: D34832340 Pulled By: colin2328 fbshipit-source-id: 9981bf58de3d74c29deb65f08c696ae49b909f8d
- Loading branch information
1 parent
82e87bb
commit 8178b36
Showing
29 changed files
with
307 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/pytorch-sphinx-theme/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
torchrec.datasets.scripts | ||
========================= | ||
|
||
.. automodule:: torchrec.datasets.scripts | ||
|
||
|
||
|
||
torchrec.datasets.scripts.contiguous\_preproc\_criteo | ||
----------------------------------------------------- | ||
|
||
.. automodule:: torchrec.datasets.scripts.contiguous_preproc_criteo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.datasets.scripts.npy\_preproc\_criteo | ||
---------------------------------------------- | ||
|
||
.. automodule:: torchrec.datasets.scripts.npy_preproc_criteo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
torchrec.distributed.planner | ||
============================ | ||
|
||
.. automodule:: torchrec.distributed.planner | ||
|
||
|
||
torchrec.distributed.planner.constants | ||
-------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.constants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.enumerators | ||
---------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.enumerators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.partitioners | ||
----------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.partitioners | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.perf\_models | ||
----------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.perf_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.planners | ||
------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.planners | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.proposers | ||
-------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.proposers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.shard\_estimators | ||
---------------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.shard_estimators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.stats | ||
---------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.stats | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.storage\_reservations | ||
-------------------------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.storage_reservations | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.types | ||
---------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.types | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
torchrec.distributed.planner.utils | ||
---------------------------------- | ||
|
||
.. automodule:: torchrec.distributed.planner.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.