0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-12 18:51:50 +02:00
Files
bec_widgets/docs/developer/developer.md

1.1 KiB

(developer)=

Developer

Welcome to the BEC Widgets developer guide! BEC Widgets is a framework for building graphical user interfaces (GUIs) for BEC, a Python package for beamline experiment control.

This guide targets readers who want to develop new widgets or extend existing ones. If your goal is to use BEC Widgets to build GUIs for your experiments, please refer to the user guide.

---
maxdepth: 2
hidden: true
---

introduction/introduction.md
widget_development/widget_development.md
api_reference/api_reference.md

:gutter: 5

```{grid-item-card}
:link: developer.introduction
:link-type: ref
:img-top: /assets/rocket_launch_48dp.svg
:text-align: center
:class-item: index-card

## Introduction

An introduction into the single-resposibility principle and the modular design of BEC Widgets.
```

```{grid-item-card}
:link: developer.widget_development
:link-type: ref
:img-top: /assets/apps_48dp.svg
:text-align: center
:class-item: index-card

## Widget Development

Learn how to develop a new modular widget for BEC Widgets.
```

````{grid} 2