-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
Description
Here are some improvements that we should make to the documentation. Some of these likely should be completed before beta release.
Crucial:
- Add docstrings for the class
IterDataPipe
andMapDataPipe
[DataPipe] Add docstrings for IterDataPipe and MapDataPipe, along with small doc changes for consistency pytorch#72618 - Review the categorization of
IterDataPipe
intorchdata.datapipes.iter.rst
Categorizing IterDataPipes #219 - Edit first sentence of each DataPipe docstring to be a concise summary of functionality (also include functional name when it exists)
[DataPipe] Fixing MapDataPipe docstrings pytorch#72476
[DataPipe] Fixing IterDataPipe docstrings pytorch#72475
Fixing docstrings for IterDataPipes #209 - Add usage examples to each DataPipe docstring
[DataPipe] Adding usage examples for IterDataPipes pytorch#73033
[DataPipe] Adding examples for MapDataPipes with small fixes for others pytorch#73250
Adding usage examples to all IterDataPipes #249 - Add tutorial (how to use DataPipe, how to write one, how to use it with DataLoader)
Adding TorchData tutorial #212 - Add domain usage examples (links to files)
Adding domain specific examples #216 - Decide what utility functions to include
Adding documentation for utility functions #205 - Link to relevant DataLoader documentation
Adding documentation for utility functions #205 - Turn on 'gh-pages' in this repo's setting
It is enabled. - Clear labelling of prototype vs beta phase
Change doc version to beta #252 - Add a link under the 'Docs' tab on pytorch.org
Nice-to-have:
- Update issue form for documentation related issues
Documentation issue form update #215 - Add links to domain usage examples onto individual DataPipe pages (see how TorchVision does this)
- Remove tutorial from README.md and link it to the documentation tutorial
- Make a functional equivalent table in documentation (in a separate page?)
wenleixejguanejguan