From bc9c356347b32218d864f8a4701e1a80d27cbf39 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 27 Sep 2021 19:02:52 +0200 Subject: [PATCH] docs(animimg) add to extra widgets index and fix example (#2610) `lv_example_animimg_1` should not contain the `.c` extension, and add animation image to the index page for extra widgets. --- docs/widgets/extra/index.md | 1 + examples/widgets/animimg/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/extra/index.md b/docs/widgets/extra/index.md index a933ad1fa..1fa82a2de 100644 --- a/docs/widgets/extra/index.md +++ b/docs/widgets/extra/index.md @@ -9,6 +9,7 @@ .. toctree:: :maxdepth: 1 + animimg calendar chart colorwheel diff --git a/examples/widgets/animimg/index.rst b/examples/widgets/animimg/index.rst index e0ab3c5f4..8dd3337b6 100644 --- a/examples/widgets/animimg/index.rst +++ b/examples/widgets/animimg/index.rst @@ -2,6 +2,6 @@ Simple Animation Image """""""""""""""" -.. lv_example:: widgets/animimg/lv_example_animimg_1.c +.. lv_example:: widgets/animimg/lv_example_animimg_1 :language: c :description: A simple example to demonstrate the use of an animation image.