mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
docs: review developer section; add introduction
This commit is contained in:
11
docs/developer/widget_development/widget_development.md
Normal file
11
docs/developer/widget_development/widget_development.md
Normal file
@ -0,0 +1,11 @@
|
||||
(developer.widget_development)=
|
||||
# Widget development
|
||||
This section provides an introduction to the building blocks of BEC Widgets: widgets. Widgets are the basic components of the graphical user interface (GUI) and are used to create larger applications. We will cover key topics such as how to develop new widgets or how to customise existing widgets. For details on the already available widgets and their usage, please refer to user section about [widgets](#user.widgets)
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
maxdepth: 2
|
||||
hidden: false
|
||||
---
|
||||
|
||||
```
|
Reference in New Issue
Block a user