From 032c2c351c53acd5e710a6dad14951557c8c29b0 Mon Sep 17 00:00:00 2001 From: lhdjply Date: Thu, 17 Oct 2024 09:09:54 +0800 Subject: [PATCH] docs(index): sort the index links alphabetically Signed-off-by: lhdjply --- docs/integration/bindings/index.rst | 8 +++--- docs/integration/chip/index.rst | 2 +- docs/integration/driver/display/index.rst | 4 +-- docs/integration/driver/index.rst | 6 ++--- docs/integration/driver/touchpad/index.rst | 2 +- docs/integration/ide/index.rst | 2 +- docs/integration/index.rst | 2 +- docs/integration/os/index.rst | 8 +++--- docs/libs/index.rst | 30 +++++++++++----------- docs/others/index.rst | 10 ++++---- docs/overview/debugging/index.rst | 2 +- docs/overview/index.rst | 28 ++++++++++---------- docs/overview/renderers/index.rst | 7 ++--- docs/porting/index.rst | 8 +++--- docs/widgets/index.rst | 4 +-- 15 files changed, 62 insertions(+), 61 deletions(-) diff --git a/docs/integration/bindings/index.rst b/docs/integration/bindings/index.rst index 9846efc34..6e804e656 100644 --- a/docs/integration/bindings/index.rst +++ b/docs/integration/bindings/index.rst @@ -6,8 +6,8 @@ Bindings .. toctree:: :maxdepth: 2 - micropython - cpp - pikascript - javascript api_json + cpp + javascript + micropython + pikascript diff --git a/docs/integration/chip/index.rst b/docs/integration/chip/index.rst index c2ae50e0c..56b6c0292 100644 --- a/docs/integration/chip/index.rst +++ b/docs/integration/chip/index.rst @@ -5,8 +5,8 @@ Chip vendors .. toctree:: :maxdepth: 2 + arm espressif nxp renesas stm32 - arm diff --git a/docs/integration/driver/display/index.rst b/docs/integration/driver/display/index.rst index 4920eac77..e9210b47d 100644 --- a/docs/integration/driver/display/index.rst +++ b/docs/integration/driver/display/index.rst @@ -9,8 +9,8 @@ Display gen_mipi ili9341 lcd_stm32_guide + renesas_glcdc + st_ltdc st7735 st7789 st7796 - renesas_glcdc - st_ltdc diff --git a/docs/integration/driver/index.rst b/docs/integration/driver/index.rst index 7188ce8d3..0dc786176 100644 --- a/docs/integration/driver/index.rst +++ b/docs/integration/driver/index.rst @@ -6,9 +6,9 @@ Drivers :maxdepth: 2 display/index - touchpad/index libinput - X11 - windows opengles + touchpad/index wayland + windows + X11 diff --git a/docs/integration/driver/touchpad/index.rst b/docs/integration/driver/touchpad/index.rst index 939119c85..1de7ad95e 100644 --- a/docs/integration/driver/touchpad/index.rst +++ b/docs/integration/driver/touchpad/index.rst @@ -5,5 +5,5 @@ Touchpad .. toctree:: :maxdepth: 2 - ft6x36 evdev + ft6x36 diff --git a/docs/integration/ide/index.rst b/docs/integration/ide/index.rst index 5499b19b4..13cece29a 100644 --- a/docs/integration/ide/index.rst +++ b/docs/integration/ide/index.rst @@ -5,5 +5,5 @@ IDEs .. toctree:: :maxdepth: 2 - pc-simulator mdk + pc-simulator diff --git a/docs/integration/index.rst b/docs/integration/index.rst index f45ce73be..c22b311ce 100644 --- a/docs/integration/index.rst +++ b/docs/integration/index.rst @@ -5,10 +5,10 @@ Integration and Drivers .. toctree:: :maxdepth: 2 + bindings/index building/index chip/index driver/index framework/index ide/index os/index - bindings/index diff --git a/docs/integration/os/index.rst b/docs/integration/os/index.rst index 6f337493c..7fce7eaf6 100644 --- a/docs/integration/os/index.rst +++ b/docs/integration/os/index.rst @@ -4,11 +4,11 @@ .. toctree:: :maxdepth: 2 - nuttx - rt-thread freertos - zephyr - px5 mqx + nuttx + px5 qnx + rt-thread yocto/index + zephyr diff --git a/docs/libs/index.rst b/docs/libs/index.rst index 4359eb256..4230b096f 100644 --- a/docs/libs/index.rst +++ b/docs/libs/index.rst @@ -8,21 +8,21 @@ .. toctree:: :maxdepth: 1 - fs - bmp - tjpgd - libjpeg_turbo - lodepng - libpng - gif - freetype - tiny_ttf - qrcode - barcode - rlottie - ffmpeg - rle arduino_esp_littlefs arduino_sd + barcode + bmp + ffmpeg + freetype + fs + gif lfs - svg \ No newline at end of file + libjpeg_turbo + libpng + lodepng + qrcode + rle + rlottie + svg + tiny_ttf + tjpgd diff --git a/docs/others/index.rst b/docs/others/index.rst index 27e45e630..c6a4a0bb3 100644 --- a/docs/others/index.rst +++ b/docs/others/index.rst @@ -7,14 +7,14 @@ Others .. toctree:: :maxdepth: 1 - snapshot - monkey - gridnav file_explorer font_manager fragment - observer - imgfont + gridnav ime_pinyin + imgfont + monkey obj_id obj_property + observer + snapshot diff --git a/docs/overview/debugging/index.rst b/docs/overview/debugging/index.rst index f63522fcb..2cf92b254 100644 --- a/docs/overview/debugging/index.rst +++ b/docs/overview/debugging/index.rst @@ -7,7 +7,7 @@ Debugging LVGL .. toctree:: :maxdepth: 2 + gdb_plugin log profiler vg_lite_tvg - gdb_plugin diff --git a/docs/overview/index.rst b/docs/overview/index.rst index b40e92205..c9fd09371 100644 --- a/docs/overview/index.rst +++ b/docs/overview/index.rst @@ -8,21 +8,21 @@ Overview .. toctree:: :maxdepth: 2 - obj + animations + color coord + debugging/index + display + event + font + fs + image + indev + layer + new_widget + obj + renderers/index + scroll style style-props - scroll - layer - event - indev - display - color - font - image - fs - animations timer - renderers/index - new_widget - debugging/index diff --git a/docs/overview/renderers/index.rst b/docs/overview/renderers/index.rst index a68dedf90..5177dec8f 100644 --- a/docs/overview/renderers/index.rst +++ b/docs/overview/renderers/index.rst @@ -5,11 +5,12 @@ Renderers and GPUs .. toctree:: :maxdepth: 2 - sw - sdl arm2d + nema_gfx pxp + sdl stm32_dma2d + sw vglite vg_lite - nema_gfx + diff --git a/docs/porting/index.rst b/docs/porting/index.rst index 9cc60a657..27fad7d82 100644 --- a/docs/porting/index.rst +++ b/docs/porting/index.rst @@ -8,11 +8,11 @@ Porting .. toctree:: :maxdepth: 2 - project display + draw indev + os + project + sleep tick timer_handler - sleep - os - draw diff --git a/docs/widgets/index.rst b/docs/widgets/index.rst index 64843f902..3ceb829c4 100644 --- a/docs/widgets/index.rst +++ b/docs/widgets/index.rst @@ -8,14 +8,14 @@ Widgets :maxdepth: 1 obj - arc animimg + arc bar button buttonmatrix calendar - chart canvas + chart checkbox dropdown image