mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
docs: review developer section; add introduction
This commit is contained in:
15
docs/developer/introduction/introduction.md
Normal file
15
docs/developer/introduction/introduction.md
Normal file
@ -0,0 +1,15 @@
|
||||
(developer.introduction)=
|
||||
# Introduction
|
||||
BEC Widgets is a framework providing modular components that can be integrated into various larger GUI applications. Each widget serves a specific purpose adhering to the single-responsibility principle as detailed in our [concepts section](developer.concepts), and offers a straightforward, user-friendly interface.
|
||||
These widgets provide data visualisation tools and experimental control interfaces by triggering actions within BEC.
|
||||
If you're interested in contributing to BEC Widgets, please refer to our [contributing guide](developer.contributing), which provides instructions for setting up your development environment and creating your own widgets.
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
maxdepth: 2
|
||||
hidden: false
|
||||
---
|
||||
|
||||
concepts/
|
||||
contributing/
|
||||
```
|
Reference in New Issue
Block a user