-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Split more pages into sub-topics #38010
Copy link
Copy link
Open
Labels
module: doc infraRelated to pytorch.org/docs, deployment of, and servingRelated to pytorch.org/docs, deployment of, and servingmodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksopen sourcetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: doc infraRelated to pytorch.org/docs, deployment of, and servingRelated to pytorch.org/docs, deployment of, and servingmodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblocksopen sourcetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
📚 Documentation
gh-37419 split up the "heaviest" pages into a leading pages and subpages. More can be done to split up pages (these have the most lines of HTML):
docs/source/tensors.rstdocs/source/nn.fuctional.rstdocs/source/distributions.rstdocs/source/autograd.rstThe strategy would start with using
autosummarylike in gh-37419, but more work might be needed to split up classes with many methods.cc @ezyang @zou3519