From f919d0697e5859d91c4a3eb980ccadbaae15d13e Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 1 Nov 2024 15:52:18 -0400 Subject: [PATCH] [Doc] Rename dev docs section Rename the "Developer Documentation" section to "API Documentation" since that's the majority of the content in this section. Move the "dockerfile" and "profiling" content over to the new "Contributing" section, since it's more aligned to that. Signed-off-by: Russell Bryant --- .../dockerfile/dockerfile.rst | 0 .../profiling/profiling_index.rst | 0 docs/source/index.rst | 20 +++++++++---------- 3 files changed, 10 insertions(+), 10 deletions(-) rename docs/source/{dev => contributing}/dockerfile/dockerfile.rst (100%) rename docs/source/{dev => contributing}/profiling/profiling_index.rst (100%) diff --git a/docs/source/dev/dockerfile/dockerfile.rst b/docs/source/contributing/dockerfile/dockerfile.rst similarity index 100% rename from docs/source/dev/dockerfile/dockerfile.rst rename to docs/source/contributing/dockerfile/dockerfile.rst diff --git a/docs/source/dev/profiling/profiling_index.rst b/docs/source/contributing/profiling/profiling_index.rst similarity index 100% rename from docs/source/dev/profiling/profiling_index.rst rename to docs/source/contributing/profiling/profiling_index.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index bd16d7c9f399f..90d60efd7cd65 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -129,9 +129,16 @@ Documentation performance_benchmark/benchmarks +.. toctree:: + :maxdepth: 1 + :caption: Community + + community/meetups + community/sponsors + .. toctree:: :maxdepth: 2 - :caption: Developer Documentation + :caption: API Documentation dev/sampling_params dev/pooling_params @@ -140,21 +147,14 @@ Documentation dev/kernel/paged_attention dev/input_processing/model_inputs_index dev/multimodal/multimodal_index - dev/dockerfile/dockerfile - dev/profiling/profiling_index - -.. toctree:: - :maxdepth: 1 - :caption: Community - - community/meetups - community/sponsors .. toctree:: :maxdepth: 2 :caption: Contributing contributing/overview.md + contributing/profiling/profiling_index + contributing/dockerfile/dockerfile Indices and tables ==================