mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 11:43:43 +08:00
docs separate widgets into core and extra groups
This commit is contained in:
parent
22fa87a58e
commit
3c39c39c9d
@ -76,7 +76,7 @@ author = 'The community of LVGL'
|
||||
# The short X.Y version.
|
||||
# embeddedt: extract using scripts/find_version.sh
|
||||
|
||||
version = subprocess.run(["../scripts/find_version.sh"], capture_output=True).stdout.decode("utf-8").strip()
|
||||
version = "v10.1" #subprocess.run(["../scripts/find_version.sh"], capture_output=True).stdout.decode("utf-8").strip()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
29
docs/widgets/core/index.md
Normal file
29
docs/widgets/core/index.md
Normal file
@ -0,0 +1,29 @@
|
||||
```eval_rst
|
||||
.. include:: /header.rst
|
||||
:github_url: |github_link_base|/object-types/index.md
|
||||
```
|
||||
# Core widgets
|
||||
|
||||
```eval_rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
arc
|
||||
bar
|
||||
btn
|
||||
btnmatrix
|
||||
canvas
|
||||
checkbox
|
||||
dropdown
|
||||
img
|
||||
label
|
||||
line
|
||||
roller
|
||||
slider
|
||||
switch
|
||||
table
|
||||
|
||||
```
|
||||
|
||||
|
29
docs/widgets/extra/index.md
Normal file
29
docs/widgets/extra/index.md
Normal file
@ -0,0 +1,29 @@
|
||||
```eval_rst
|
||||
.. include:: /header.rst
|
||||
:github_url: |github_link_base|/object-types/index.md
|
||||
```
|
||||
# Extra widgets
|
||||
|
||||
```eval_rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
calendar
|
||||
chart
|
||||
colorwheel
|
||||
imgbtn
|
||||
keyboard
|
||||
led
|
||||
list
|
||||
meter
|
||||
msgbox
|
||||
spinbox
|
||||
spinner
|
||||
tabview
|
||||
textarea
|
||||
tileview
|
||||
win
|
||||
```
|
||||
|
||||
|
@ -10,39 +10,8 @@
|
||||
:maxdepth: 1
|
||||
|
||||
obj
|
||||
arc
|
||||
bar
|
||||
btn
|
||||
btnmatrix
|
||||
calendar
|
||||
canvas
|
||||
checkbox
|
||||
chart
|
||||
cont
|
||||
cpicker
|
||||
dropdown
|
||||
gauge
|
||||
img
|
||||
imgbtn
|
||||
keyboard
|
||||
label
|
||||
led
|
||||
line
|
||||
list
|
||||
linemeter
|
||||
msgbox
|
||||
objmask
|
||||
page
|
||||
roller
|
||||
slider
|
||||
spinbox
|
||||
spinner
|
||||
switch
|
||||
table
|
||||
tabview
|
||||
textarea
|
||||
tileview
|
||||
win
|
||||
core/index
|
||||
extra/index
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user