Skip to content

Commit f58da4d

Browse files
committed
Index updates
1 parent 1521b07 commit f58da4d

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

docs/source/index.rst

+8-24
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Welcome to the torchao Documentation
33

44
`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:
55

6-
1. API Reference
7-
2. Developer Contribution Guide
8-
3. Tutorials
6+
1. Getting Started
7+
2. Developer Notes
8+
3. API Reference
9+
4. Tutorials
910

1011
..
1112
.. grid:: 3
@@ -81,20 +82,17 @@ Welcome to the torchao Documentation
8182
.. toctree::
8283
:glob:
8384
:maxdepth: 1
84-
:caption: API Reference
85+
:caption: Getting Started
8586

86-
api_ref_dtypes
87-
api_ref_quantization
88-
api_ref_sparsity
89-
..
90-
api_ref_kernel
87+
getting-started
9188

9289
.. toctree::
9390
:glob:
9491
:maxdepth: 1
95-
:caption: Community
92+
:caption: Developer Notes
9693

9794
contributor_guide
95+
sparsity.rst
9896

9997
.. toctree::
10098
:glob:
@@ -107,20 +105,6 @@ Welcome to the torchao Documentation
107105
..
108106
api_ref_kernel
109107
110-
.. toctree::
111-
:glob:
112-
:maxdepth: 1
113-
:caption: Contributor Guide
114-
115-
contributor_guide
116-
117-
.. toctree::
118-
:glob:
119-
:maxdepth: 1
120-
:caption: Developer Notes
121-
122-
sparsity
123-
124108
.. toctree::
125109
:glob:
126110
:maxdepth: 1

0 commit comments

Comments
 (0)