mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
40 lines
453 B
Markdown
40 lines
453 B
Markdown
# BEC Widgets documentation
|
|
|
|
<br><br>
|
|
|
|
````{grid} 3
|
|
:gutter: 5
|
|
|
|
```{grid-item-card} Introduction
|
|
:link: introduction
|
|
:link-type: ref
|
|
|
|
General information.
|
|
```
|
|
|
|
```{grid-item-card} User
|
|
:link: user
|
|
:link-type: ref
|
|
|
|
Information for users.
|
|
```
|
|
|
|
```{grid-item-card} Developer
|
|
:link: developer
|
|
:link-type: ref
|
|
|
|
Information for developers.
|
|
```
|
|
````
|
|
|
|
|
|
```{toctree}
|
|
---
|
|
numbered: true
|
|
maxdepth: 1
|
|
---
|
|
|
|
introduction/introduction
|
|
user/user
|
|
developer/developer
|