Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc index #3130

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ User Guide
:hidden:

user_guide/torch_tensorrt_explained
user_guide/getting_started
user_guide/dynamic_shapes
user_guide/saving_models
user_guide/runtime
user_guide/using_dla
tutorials/_rendered_examples/dynamo/torch_compile_advanced_usage
HolyWu marked this conversation as resolved.
Show resolved Hide resolved
tutorials/_rendered_examples/dynamo/vgg16_fp8_ptq
HolyWu marked this conversation as resolved.
Show resolved Hide resolved
tutorials/_rendered_examples/dynamo/vgg16_ptq
tutorials/_rendered_examples/dynamo/engine_caching_example
tutorials/_rendered_examples/dynamo/refit_engine_example

Expand Down Expand Up @@ -113,13 +112,11 @@ Tutorials
tutorials/notebooks
tutorials/_rendered_examples/dynamo/torch_compile_resnet_example
tutorials/_rendered_examples/dynamo/torch_compile_transformers_example
tutorials/_rendered_examples/dynamo/torch_compile_advanced_usage
tutorials/_rendered_examples/dynamo/torch_compile_stable_diffusion
tutorials/_rendered_examples/dynamo/torch_export_cudagraphs
tutorials/_rendered_examples/dynamo/custom_kernel_plugins
tutorials/_rendered_examples/distributed_inference/data_parallel_gpt2
tutorials/_rendered_examples/distributed_inference/data_parallel_stable_diffusion
tutorials/_rendered_examples/dynamo/vgg16_fp8_ptq
tutorials/_rendered_examples/dynamo/mutable_torchtrt_module_example

Python API Documentation
Expand Down
Loading