diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 8945b47f9..67590e158 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Contributing diff --git a/docs/get-started/bindings/cpp.md b/docs/get-started/bindings/cpp.md index 1aa748704..12601659f 100644 --- a/docs/get-started/bindings/cpp.md +++ b/docs/get-started/bindings/cpp.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Cpp In progress: https://github.com/lvgl/lv_binding_cpp diff --git a/docs/get-started/bindings/index.md b/docs/get-started/bindings/index.md index 9180ffc77..32636cafb 100644 --- a/docs/get-started/bindings/index.md +++ b/docs/get-started/bindings/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Bindings diff --git a/docs/get-started/bindings/micropython.md b/docs/get-started/bindings/micropython.md index f8f0b43fe..613e7195d 100644 --- a/docs/get-started/bindings/micropython.md +++ b/docs/get-started/bindings/micropython.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Micropython ## What is Micropython? diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 0f46561b9..bff8f4d64 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Get started There are several ways to get your feet wet with LVGL. Here is one recommended order of documents to read and things to play with when you are learning to use LVGL: diff --git a/docs/get-started/os/freertos.md b/docs/get-started/os/freertos.md index e54a529be..8c50b2ae0 100644 --- a/docs/get-started/os/freertos.md +++ b/docs/get-started/os/freertos.md @@ -1,5 +1,3 @@ -```eval_rst -``` # FreeRTOS TODO \ No newline at end of file diff --git a/docs/get-started/os/index.md b/docs/get-started/os/index.md index 92fab6d04..30ea6af2a 100644 --- a/docs/get-started/os/index.md +++ b/docs/get-started/os/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # (RT)OS ```eval_rst diff --git a/docs/get-started/os/nuttx.md b/docs/get-started/os/nuttx.md index 8e164a4c6..97b95f771 100644 --- a/docs/get-started/os/nuttx.md +++ b/docs/get-started/os/nuttx.md @@ -1,5 +1,3 @@ -```eval_rst -``` # NuttX RTOS ## What is NuttX? diff --git a/docs/get-started/os/rt-thread.md b/docs/get-started/os/rt-thread.md index dfdf44c4e..f83d668a7 100644 --- a/docs/get-started/os/rt-thread.md +++ b/docs/get-started/os/rt-thread.md @@ -1,5 +1,3 @@ -```eval_rst -``` # RT-Thread RTOS diff --git a/docs/get-started/os/zephyr.md b/docs/get-started/os/zephyr.md index a1ee4fcc5..3de472602 100644 --- a/docs/get-started/os/zephyr.md +++ b/docs/get-started/os/zephyr.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Zephyr TODO \ No newline at end of file diff --git a/docs/get-started/platforms/arduino.md b/docs/get-started/platforms/arduino.md index 06323c209..e9ca2e4d8 100644 --- a/docs/get-started/platforms/arduino.md +++ b/docs/get-started/platforms/arduino.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Arduino diff --git a/docs/get-started/platforms/cmake.md b/docs/get-started/platforms/cmake.md index 13685b064..cee542a19 100644 --- a/docs/get-started/platforms/cmake.md +++ b/docs/get-started/platforms/cmake.md @@ -1,5 +1,3 @@ -```eval_rst -``` # CMake LVGL supports integrating with [CMake](https://cmake.org/). It comes with preconfigured targets for: diff --git a/docs/get-started/platforms/espressif.md b/docs/get-started/platforms/espressif.md index d37c1be7f..ee65fa23d 100644 --- a/docs/get-started/platforms/espressif.md +++ b/docs/get-started/platforms/espressif.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Espressif (ESP32 chip series) LVGL can be used and configured as a standard [ESP-IDF](https://github.com/espressif/esp-idf) component. diff --git a/docs/get-started/platforms/index.md b/docs/get-started/platforms/index.md index f61c3eaa8..7ed6a0163 100644 --- a/docs/get-started/platforms/index.md +++ b/docs/get-started/platforms/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Platforms ```eval_rst diff --git a/docs/get-started/platforms/nxp.md b/docs/get-started/platforms/nxp.md index b3ad75450..3131836fb 100644 --- a/docs/get-started/platforms/nxp.md +++ b/docs/get-started/platforms/nxp.md @@ -1,5 +1,3 @@ -```eval_rst -``` # NXP NXP has integrated LVGL into the MCUXpresso SDK packages for several of their general purpose and crossover microcontrollers, allowing easy evaluation and migration into your diff --git a/docs/get-started/platforms/pc-simulator.md b/docs/get-started/platforms/pc-simulator.md index 71243147b..810c1f4f3 100644 --- a/docs/get-started/platforms/pc-simulator.md +++ b/docs/get-started/platforms/pc-simulator.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Simulator on PC diff --git a/docs/get-started/platforms/stm32.md b/docs/get-started/platforms/stm32.md index ff10c3a1b..9cf930831 100644 --- a/docs/get-started/platforms/stm32.md +++ b/docs/get-started/platforms/stm32.md @@ -1,5 +1,3 @@ -```eval_rst -``` # STM32 diff --git a/docs/get-started/platforms/tasmota-berry.md b/docs/get-started/platforms/tasmota-berry.md index e1d450238..e07cf25a0 100644 --- a/docs/get-started/platforms/tasmota-berry.md +++ b/docs/get-started/platforms/tasmota-berry.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Tasmota and berry ## What is Tasmota? diff --git a/docs/get-started/quick-overview.md b/docs/get-started/quick-overview.md index 0607b795e..163cfdf42 100644 --- a/docs/get-started/quick-overview.md +++ b/docs/get-started/quick-overview.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Quick overview diff --git a/docs/index.md b/docs/index.md index 9e48ad8ff..f89f95382 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` ```eval_rst diff --git a/docs/intro/index.md b/docs/intro/index.md index 1a19b7091..0d20b28c3 100644 --- a/docs/intro/index.md +++ b/docs/intro/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Introduction diff --git a/docs/layouts/flex.md b/docs/layouts/flex.md index 09a2c7cfe..ff5ef346a 100644 --- a/docs/layouts/flex.md +++ b/docs/layouts/flex.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Flex diff --git a/docs/layouts/grid.md b/docs/layouts/grid.md index f1024287a..ed552cf52 100644 --- a/docs/layouts/grid.md +++ b/docs/layouts/grid.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Grid diff --git a/docs/layouts/index.md b/docs/layouts/index.md index 0576c1ffc..44108d32a 100644 --- a/docs/layouts/index.md +++ b/docs/layouts/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Layouts diff --git a/docs/libs/bmp.md b/docs/libs/bmp.md index 1e713978d..3aace9e1f 100644 --- a/docs/libs/bmp.md +++ b/docs/libs/bmp.md @@ -1,5 +1,3 @@ -```eval_rst -``` # BMP decoder diff --git a/docs/libs/ffmpeg.md b/docs/libs/ffmpeg.md index c2527938e..b68712de4 100644 --- a/docs/libs/ffmpeg.md +++ b/docs/libs/ffmpeg.md @@ -1,5 +1,3 @@ -```eval_rst -``` # FFmpeg support [FFmpeg](https://www.ffmpeg.org/) A complete, cross-platform solution to record, convert and stream audio and video. diff --git a/docs/libs/freetype.md b/docs/libs/freetype.md index 3d4da80b1..a734bba22 100644 --- a/docs/libs/freetype.md +++ b/docs/libs/freetype.md @@ -1,5 +1,3 @@ -```eval_rst -``` # FreeType support Interface to [FreeType](https://www.freetype.org/) to generate font bitmaps run time. diff --git a/docs/libs/fsdrv.md b/docs/libs/fsdrv.md index 78ac1cacc..7b9015aa2 100644 --- a/docs/libs/fsdrv.md +++ b/docs/libs/fsdrv.md @@ -1,5 +1,3 @@ -```eval_rst -``` # File System Interfaces diff --git a/docs/libs/gif.md b/docs/libs/gif.md index 1d2cda87d..f3ae75847 100644 --- a/docs/libs/gif.md +++ b/docs/libs/gif.md @@ -1,5 +1,3 @@ -```eval_rst -``` # GIF decoder Allow using GIF images in LVGL. Based on https://github.com/lecram/gifdec diff --git a/docs/libs/index.md b/docs/libs/index.md index ba326a208..8217e9121 100644 --- a/docs/libs/index.md +++ b/docs/libs/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # 3rd party libraries diff --git a/docs/libs/png.md b/docs/libs/png.md index b6a08f434..96a802488 100644 --- a/docs/libs/png.md +++ b/docs/libs/png.md @@ -1,5 +1,3 @@ -```eval_rst -``` # PNG decoder diff --git a/docs/libs/qrcode.md b/docs/libs/qrcode.md index fc3c03ecb..46e0a47d6 100644 --- a/docs/libs/qrcode.md +++ b/docs/libs/qrcode.md @@ -1,5 +1,3 @@ -```eval_rst -``` # QR code diff --git a/docs/libs/rlottie.md b/docs/libs/rlottie.md index c9d43d60d..85b56540c 100644 --- a/docs/libs/rlottie.md +++ b/docs/libs/rlottie.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Lottie player diff --git a/docs/libs/sjpg.md b/docs/libs/sjpg.md index 8b6d77592..3ee7858ee 100644 --- a/docs/libs/sjpg.md +++ b/docs/libs/sjpg.md @@ -1,5 +1,3 @@ -```eval_rst -``` # JPG decoder diff --git a/docs/others/fragment.md b/docs/others/fragment.md index 2fc072391..ae909386f 100644 --- a/docs/others/fragment.md +++ b/docs/others/fragment.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Fragment diff --git a/docs/others/gridnav.md b/docs/others/gridnav.md index b339ff3c7..1e863d456 100644 --- a/docs/others/gridnav.md +++ b/docs/others/gridnav.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Grid navigation Grid navigation (gridnav for short) is a feature that changes the currently focused child object as arrow keys are pressed. diff --git a/docs/others/imgfont.md b/docs/others/imgfont.md index fad3d978f..9c4b05e46 100644 --- a/docs/others/imgfont.md +++ b/docs/others/imgfont.md @@ -1,5 +1,3 @@ -```eval_rst -``` ## Image font (imgfont) Draw image in label or span obj with imgfont. This is often used to display Unicode emoji icons in text. diff --git a/docs/others/index.md b/docs/others/index.md index 28b97fbe3..0126c797e 100644 --- a/docs/others/index.md +++ b/docs/others/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Others diff --git a/docs/others/monkey.md b/docs/others/monkey.md index 88d75d1d2..f230d581e 100644 --- a/docs/others/monkey.md +++ b/docs/others/monkey.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Monkey A simple monkey test. Use random input to stress test the application. diff --git a/docs/others/msg.md b/docs/others/msg.md index 28803cdae..53deb5822 100644 --- a/docs/others/msg.md +++ b/docs/others/msg.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Messaging Messaging (`lv_msg`) is a classic []publisher subscriber](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) implementation for LVGL. diff --git a/docs/others/snapshot.md b/docs/others/snapshot.md index 8b6d38f2f..fc54ca3fd 100644 --- a/docs/others/snapshot.md +++ b/docs/others/snapshot.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Snapshot Snapshot provides APIs to take snapshot image for LVGL object together with its children. The image will look exactly like the object. diff --git a/docs/overview/animation.md b/docs/overview/animation.md index a23313d6d..52e271f87 100644 --- a/docs/overview/animation.md +++ b/docs/overview/animation.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Animations You can automatically change the value of a variable between a start and an end value using animations. diff --git a/docs/overview/color.md b/docs/overview/color.md index 8d6637219..0ee97da8d 100644 --- a/docs/overview/color.md +++ b/docs/overview/color.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Colors The color module handles all color-related functions like changing color depth, creating colors from hex code, converting between color depths, mixing colors, etc. diff --git a/docs/overview/coords.md b/docs/overview/coords.md index 9e7c48392..5d56750de 100644 --- a/docs/overview/coords.md +++ b/docs/overview/coords.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Positions, sizes, and layouts ## Overview diff --git a/docs/overview/display.md b/docs/overview/display.md index 35fa12b70..66f84620e 100644 --- a/docs/overview/display.md +++ b/docs/overview/display.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Displays ``` important:: The basic concept of a *display* in LVGL is explained in the [Porting](/porting/display) section. So before reading further, please read the [Porting](/porting/display) section first. diff --git a/docs/overview/drawing.md b/docs/overview/drawing.md index eb9650ad9..d1b2d7a03 100644 --- a/docs/overview/drawing.md +++ b/docs/overview/drawing.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Drawing With LVGL, you don't need to draw anything manually. Just create objects (like buttons, labels, arc, etc.), move and change them, and LVGL will refresh and redraw what is required. diff --git a/docs/overview/event.md b/docs/overview/event.md index b74607737..e6dd730ac 100644 --- a/docs/overview/event.md +++ b/docs/overview/event.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Events Events are triggered in LVGL when something happens which might be interesting to the user, e.g. when an object diff --git a/docs/overview/file-system.md b/docs/overview/file-system.md index 806370273..34d38987e 100644 --- a/docs/overview/file-system.md +++ b/docs/overview/file-system.md @@ -1,5 +1,3 @@ -```eval_rst -``` # File system LVGL has a 'File system' abstraction module that enables you to attach any type of file system. diff --git a/docs/overview/font.md b/docs/overview/font.md index 160c11cfa..9e1265cff 100644 --- a/docs/overview/font.md +++ b/docs/overview/font.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Fonts In LVGL fonts are collections of bitmaps and other information required to render images of individual letters (glyph). diff --git a/docs/overview/image.md b/docs/overview/image.md index 271b1cad3..32d2641c6 100644 --- a/docs/overview/image.md +++ b/docs/overview/image.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Images An image can be a file or a variable which stores the bitmap itself and some metadata. diff --git a/docs/overview/indev.md b/docs/overview/indev.md index 648afec1c..87428ac06 100644 --- a/docs/overview/indev.md +++ b/docs/overview/indev.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Input devices An input device usually means: diff --git a/docs/overview/index.md b/docs/overview/index.md index b1e92bf21..2b33ecd60 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Overview diff --git a/docs/overview/layer.md b/docs/overview/layer.md index 0c61b7272..8cb4645b5 100644 --- a/docs/overview/layer.md +++ b/docs/overview/layer.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Layers diff --git a/docs/overview/new_widget.md b/docs/overview/new_widget.md index 5d014d324..0d000bf86 100644 --- a/docs/overview/new_widget.md +++ b/docs/overview/new_widget.md @@ -1,5 +1,3 @@ -```eval_rst -``` # New widget diff --git a/docs/overview/object.md b/docs/overview/object.md index 0c5de02b4..a2849dcef 100644 --- a/docs/overview/object.md +++ b/docs/overview/object.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Objects In LVGL the **basic building blocks** of a user interface are the objects, also called *Widgets*. diff --git a/docs/overview/renderers/arm-2d.md b/docs/overview/renderers/arm-2d.md index 29e3d6cbe..d65547711 100644 --- a/docs/overview/renderers/arm-2d.md +++ b/docs/overview/renderers/arm-2d.md @@ -1,5 +1,3 @@ -```eval_rst -``` # ARM-2D GPU TODO diff --git a/docs/overview/renderers/dma2d.md b/docs/overview/renderers/dma2d.md index 8e0fd7c5d..6c6b3d1f8 100644 --- a/docs/overview/renderers/dma2d.md +++ b/docs/overview/renderers/dma2d.md @@ -1,5 +1,3 @@ -```eval_rst -``` # DMA2D GPU TODO diff --git a/docs/overview/renderers/index.md b/docs/overview/renderers/index.md index 1488654c3..b11f58843 100644 --- a/docs/overview/renderers/index.md +++ b/docs/overview/renderers/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Renderers and GPUs diff --git a/docs/overview/renderers/pxp-vglite.md b/docs/overview/renderers/pxp-vglite.md index c409cbb55..d68d1e7e5 100644 --- a/docs/overview/renderers/pxp-vglite.md +++ b/docs/overview/renderers/pxp-vglite.md @@ -1,5 +1,3 @@ -```eval_rst -``` # NXP PXP and VGLite GPU TODO diff --git a/docs/overview/renderers/sdl.md b/docs/overview/renderers/sdl.md index e9c1107c0..af8b976e2 100644 --- a/docs/overview/renderers/sdl.md +++ b/docs/overview/renderers/sdl.md @@ -1,5 +1,3 @@ -```eval_rst -``` # SDL renderer TODO diff --git a/docs/overview/renderers/sw.md b/docs/overview/renderers/sw.md index 36c2741fe..ccc1c2661 100644 --- a/docs/overview/renderers/sw.md +++ b/docs/overview/renderers/sw.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Software renderer TODO diff --git a/docs/overview/scroll.md b/docs/overview/scroll.md index d977824cf..554b141a9 100644 --- a/docs/overview/scroll.md +++ b/docs/overview/scroll.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Scroll ## Overview diff --git a/docs/overview/style.md b/docs/overview/style.md index 0af4fc4f1..37e31ede5 100644 --- a/docs/overview/style.md +++ b/docs/overview/style.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Styles *Styles* are used to set the appearance of objects. Styles in lvgl are heavily inspired by CSS. The concept in a nutshell is as follows: diff --git a/docs/overview/timer.md b/docs/overview/timer.md index 2d891b08b..eb3b295df 100644 --- a/docs/overview/timer.md +++ b/docs/overview/timer.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Timers LVGL has a built-in timer system. You can register a function to have it be called periodically. The timers are handled and called in `lv_timer_handler()`, which needs to be called every few milliseconds. diff --git a/docs/porting/display.md b/docs/porting/display.md index 674aa73f0..f06d48d08 100644 --- a/docs/porting/display.md +++ b/docs/porting/display.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Display interface To register a display for LVGL, a `lv_disp_draw_buf_t` and a `lv_disp_drv_t` variable have to be initialized. diff --git a/docs/porting/gpu.md b/docs/porting/gpu.md index ad4e814b5..d09613adf 100644 --- a/docs/porting/gpu.md +++ b/docs/porting/gpu.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Add custom GPU LVGL has a flexible and extendable draw pipeline. You can hook it to do some rendering with a GPU or even completely replace the built-in software renderer. diff --git a/docs/porting/indev.md b/docs/porting/indev.md index 0ec671d15..0769640dc 100644 --- a/docs/porting/indev.md +++ b/docs/porting/indev.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Input device interface ## Types of input devices diff --git a/docs/porting/index.md b/docs/porting/index.md index 1abef3545..2bf1dce91 100644 --- a/docs/porting/index.md +++ b/docs/porting/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Porting diff --git a/docs/porting/log.md b/docs/porting/log.md index ea60d321a..9264ebbbf 100644 --- a/docs/porting/log.md +++ b/docs/porting/log.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Logging LVGL has a built-in *Log* module to inform the user about what is happening in the library. diff --git a/docs/porting/os.md b/docs/porting/os.md index 3cd04e98a..2dc416619 100644 --- a/docs/porting/os.md +++ b/docs/porting/os.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Operating system and interrupts LVGL is **not thread-safe** by default. diff --git a/docs/porting/project.md b/docs/porting/project.md index 7a055dab1..6d025b90c 100644 --- a/docs/porting/project.md +++ b/docs/porting/project.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Set up a project diff --git a/docs/porting/sleep.md b/docs/porting/sleep.md index 71ae340d7..b0a877c72 100644 --- a/docs/porting/sleep.md +++ b/docs/porting/sleep.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Sleep management The MCU can go to sleep when no user input happens. In this case, the main `while(1)` should look like this: diff --git a/docs/porting/tick.md b/docs/porting/tick.md index 9dc44cf10..a3e8e94ef 100644 --- a/docs/porting/tick.md +++ b/docs/porting/tick.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Tick interface LVGL needs a system tick to know elapsed time for animations and other tasks. diff --git a/docs/porting/timer-handler.md b/docs/porting/timer-handler.md index 1d4776e5d..2f086b597 100644 --- a/docs/porting/timer-handler.md +++ b/docs/porting/timer-handler.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Timer Handler To handle the tasks of LVGL you need to call `lv_timer_handler()` periodically in one of the following: diff --git a/docs/widgets/core/arc.md b/docs/widgets/core/arc.md index fbf94ff7f..5b5027147 100644 --- a/docs/widgets/core/arc.md +++ b/docs/widgets/core/arc.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Arc (lv_arc) ## Overview diff --git a/docs/widgets/core/bar.md b/docs/widgets/core/bar.md index 451a45ef7..a18f7d74b 100644 --- a/docs/widgets/core/bar.md +++ b/docs/widgets/core/bar.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Bar (lv_bar) ## Overview diff --git a/docs/widgets/core/btn.md b/docs/widgets/core/btn.md index 13aeb6400..5a055d991 100644 --- a/docs/widgets/core/btn.md +++ b/docs/widgets/core/btn.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Button (lv_btn) ## Overview diff --git a/docs/widgets/core/btnmatrix.md b/docs/widgets/core/btnmatrix.md index 9a97d81d0..a9ca82e91 100644 --- a/docs/widgets/core/btnmatrix.md +++ b/docs/widgets/core/btnmatrix.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Button matrix (lv_btnmatrix) ## Overview diff --git a/docs/widgets/core/canvas.md b/docs/widgets/core/canvas.md index 0b2ae8c98..27f62361e 100644 --- a/docs/widgets/core/canvas.md +++ b/docs/widgets/core/canvas.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Canvas (lv_canvas) diff --git a/docs/widgets/core/checkbox.md b/docs/widgets/core/checkbox.md index 0cf55ca4a..99a54fcdb 100644 --- a/docs/widgets/core/checkbox.md +++ b/docs/widgets/core/checkbox.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Checkbox (lv_checkbox) diff --git a/docs/widgets/core/dropdown.md b/docs/widgets/core/dropdown.md index c6c05d63f..c14b9331e 100644 --- a/docs/widgets/core/dropdown.md +++ b/docs/widgets/core/dropdown.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Drop-down list (lv_dropdown) diff --git a/docs/widgets/core/img.md b/docs/widgets/core/img.md index e664ebe2b..ee1e6acba 100644 --- a/docs/widgets/core/img.md +++ b/docs/widgets/core/img.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Image (lv_img) diff --git a/docs/widgets/core/index.md b/docs/widgets/core/index.md index 33eeb2d45..be6bd8ad3 100644 --- a/docs/widgets/core/index.md +++ b/docs/widgets/core/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Core widgets ```eval_rst diff --git a/docs/widgets/core/label.md b/docs/widgets/core/label.md index e7eb29050..cf2b3c8dc 100644 --- a/docs/widgets/core/label.md +++ b/docs/widgets/core/label.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Label (lv_label) ## Overview diff --git a/docs/widgets/core/line.md b/docs/widgets/core/line.md index 9009d9ea4..31ae3c113 100644 --- a/docs/widgets/core/line.md +++ b/docs/widgets/core/line.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Line (lv_line) ## Overview diff --git a/docs/widgets/core/roller.md b/docs/widgets/core/roller.md index c6c74d6b3..491d9d23f 100644 --- a/docs/widgets/core/roller.md +++ b/docs/widgets/core/roller.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Roller (lv_roller) ## Overview diff --git a/docs/widgets/core/slider.md b/docs/widgets/core/slider.md index 7e5663075..945285151 100644 --- a/docs/widgets/core/slider.md +++ b/docs/widgets/core/slider.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Slider (lv_slider) ## Overview diff --git a/docs/widgets/core/switch.md b/docs/widgets/core/switch.md index 58ce9196e..f08dd8b39 100644 --- a/docs/widgets/core/switch.md +++ b/docs/widgets/core/switch.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Switch (lv_switch) diff --git a/docs/widgets/core/table.md b/docs/widgets/core/table.md index 0e3f467a8..df42c8ef9 100644 --- a/docs/widgets/core/table.md +++ b/docs/widgets/core/table.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Table (lv_table) ## Overview diff --git a/docs/widgets/core/textarea.md b/docs/widgets/core/textarea.md index cde811184..2bedb7fc1 100644 --- a/docs/widgets/core/textarea.md +++ b/docs/widgets/core/textarea.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Text area (lv_textarea) ## Overview diff --git a/docs/widgets/extra/animimg.md b/docs/widgets/extra/animimg.md index 78574938c..4727033ce 100644 --- a/docs/widgets/extra/animimg.md +++ b/docs/widgets/extra/animimg.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Animation Image (lv_animimg) ## Overview diff --git a/docs/widgets/extra/calendar.md b/docs/widgets/extra/calendar.md index f2d55a73c..5dd601d17 100644 --- a/docs/widgets/extra/calendar.md +++ b/docs/widgets/extra/calendar.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Calendar (lv_calendar) ## Overview diff --git a/docs/widgets/extra/chart.md b/docs/widgets/extra/chart.md index dc56e0e0c..87bb0a1bc 100644 --- a/docs/widgets/extra/chart.md +++ b/docs/widgets/extra/chart.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Chart (lv_chart) ## Overview diff --git a/docs/widgets/extra/colorwheel.md b/docs/widgets/extra/colorwheel.md index 52e5af196..4c8d7c6fe 100644 --- a/docs/widgets/extra/colorwheel.md +++ b/docs/widgets/extra/colorwheel.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Color wheel (lv_colorwheel) ## Overview diff --git a/docs/widgets/extra/imgbtn.md b/docs/widgets/extra/imgbtn.md index e6a8f1e8a..2df401095 100644 --- a/docs/widgets/extra/imgbtn.md +++ b/docs/widgets/extra/imgbtn.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Image button (lv_imgbtn) ## Overview diff --git a/docs/widgets/extra/index.md b/docs/widgets/extra/index.md index 04f5d7d35..cb5cf298f 100644 --- a/docs/widgets/extra/index.md +++ b/docs/widgets/extra/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Extra widgets ```eval_rst diff --git a/docs/widgets/extra/keyboard.md b/docs/widgets/extra/keyboard.md index 7fcbdee9c..037c0e9ec 100644 --- a/docs/widgets/extra/keyboard.md +++ b/docs/widgets/extra/keyboard.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Keyboard (lv_keyboard) diff --git a/docs/widgets/extra/led.md b/docs/widgets/extra/led.md index e95910d4a..586c70c05 100644 --- a/docs/widgets/extra/led.md +++ b/docs/widgets/extra/led.md @@ -1,5 +1,3 @@ -```eval_rst -``` # LED (lv_led) ## Overview diff --git a/docs/widgets/extra/list.md b/docs/widgets/extra/list.md index d25b4a185..0742b2a0e 100644 --- a/docs/widgets/extra/list.md +++ b/docs/widgets/extra/list.md @@ -1,5 +1,3 @@ -```eval_rst -``` # List (lv_list) ## Overview diff --git a/docs/widgets/extra/menu.md b/docs/widgets/extra/menu.md index 5d76ce190..bb8992b49 100644 --- a/docs/widgets/extra/menu.md +++ b/docs/widgets/extra/menu.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Menu (lv_menu) ## Overview diff --git a/docs/widgets/extra/meter.md b/docs/widgets/extra/meter.md index f72dde46e..2d9a0f9d7 100644 --- a/docs/widgets/extra/meter.md +++ b/docs/widgets/extra/meter.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Meter (lv_meter) ## Overview diff --git a/docs/widgets/extra/msgbox.md b/docs/widgets/extra/msgbox.md index a08f809a8..a0bdbf38a 100644 --- a/docs/widgets/extra/msgbox.md +++ b/docs/widgets/extra/msgbox.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Message box (lv_msgbox) ## Overview diff --git a/docs/widgets/extra/span.md b/docs/widgets/extra/span.md index e188b5a29..fb18a6079 100644 --- a/docs/widgets/extra/span.md +++ b/docs/widgets/extra/span.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Span (lv_span) ## Overview diff --git a/docs/widgets/extra/spinbox.md b/docs/widgets/extra/spinbox.md index 6fddcd161..425b2c353 100644 --- a/docs/widgets/extra/spinbox.md +++ b/docs/widgets/extra/spinbox.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Spinbox (lv_spinbox) ## Overview diff --git a/docs/widgets/extra/spinner.md b/docs/widgets/extra/spinner.md index bbdaf5977..8c9b37c9c 100644 --- a/docs/widgets/extra/spinner.md +++ b/docs/widgets/extra/spinner.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Spinner (lv_spinner) ## Overview diff --git a/docs/widgets/extra/tabview.md b/docs/widgets/extra/tabview.md index 9324c02ea..fcb79491c 100644 --- a/docs/widgets/extra/tabview.md +++ b/docs/widgets/extra/tabview.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Tabview (lv_tabview) diff --git a/docs/widgets/extra/tileview.md b/docs/widgets/extra/tileview.md index 4d5f09740..efe3bc6bc 100644 --- a/docs/widgets/extra/tileview.md +++ b/docs/widgets/extra/tileview.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Tile view (lv_tileview) ## Overview diff --git a/docs/widgets/extra/win.md b/docs/widgets/extra/win.md index 6121f5d1b..1db641e5d 100644 --- a/docs/widgets/extra/win.md +++ b/docs/widgets/extra/win.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Window (lv_win) ## Overview diff --git a/docs/widgets/index.md b/docs/widgets/index.md index 146572eab..0d716c276 100644 --- a/docs/widgets/index.md +++ b/docs/widgets/index.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Widgets ```eval_rst diff --git a/docs/widgets/obj.md b/docs/widgets/obj.md index b8aeeb8be..c6354682c 100644 --- a/docs/widgets/obj.md +++ b/docs/widgets/obj.md @@ -1,5 +1,3 @@ -```eval_rst -``` # Base object (lv_obj) ## Overview