docs separate widgets into core and extra groups

This commit is contained in:
Gabor Kiss-Vamosi 2021-05-03 11:13:43 +02:00
parent 22fa87a58e
commit 3c39c39c9d
32 changed files with 61 additions and 34 deletions

View File

@ -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.

View 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
```

View 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
```

View File

@ -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
```