Skip to content

Commit

Permalink
Index updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Jan 21, 2025
1 parent 1521b07 commit f58da4d
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Welcome to the torchao Documentation

`torchao </~https://github.com/pytorch/ao>`__ is a library for custom data types & optimizations. Quantize and sparsify weights, gradients, optimizers & activations for inference and training using native PyTorch. Please checkout torchao `README </~https://github.com/pytorch/ao#torchao-pytorch-architecture-optimization>`__ for an overall introduction to the library and recent highlight and updates. The documentation here will focus on:

1. API Reference
2. Developer Contribution Guide
3. Tutorials
1. Getting Started
2. Developer Notes
3. API Reference
4. Tutorials

..
.. grid:: 3
Expand Down Expand Up @@ -81,20 +82,17 @@ Welcome to the torchao Documentation
.. toctree::
:glob:
:maxdepth: 1
:caption: API Reference
:caption: Getting Started

api_ref_dtypes
api_ref_quantization
api_ref_sparsity
..
api_ref_kernel
getting-started

.. toctree::
:glob:
:maxdepth: 1
:caption: Community
:caption: Developer Notes

contributor_guide
sparsity.rst

.. toctree::
:glob:
Expand All @@ -107,20 +105,6 @@ Welcome to the torchao Documentation
..
api_ref_kernel
.. toctree::
:glob:
:maxdepth: 1
:caption: Contributor Guide

contributor_guide

.. toctree::
:glob:
:maxdepth: 1
:caption: Developer Notes

sparsity

.. toctree::
:glob:
:maxdepth: 1
Expand Down

0 comments on commit f58da4d

Please sign in to comment.