You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API documentation for the data handling modules is auto-generated from source code docstrings. See the [API Reference](../autoapi/labcore/data/index.html) for complete documentation.
508
508
509
-
::: labcore.data.datadict
510
-
options:
511
-
docstring_style: sphinx
509
+
### DataDict
512
510
513
-
### Datadict Storage
511
+
The `DataDict` class is the main container for in-memory data with metadata support. For full API documentation, see {py:class}`labcore.data.datadict.DataDict`.
514
512
515
-
::: labcore.data.datadict_storage
516
-
options:
517
-
docstring_style: sphinx
513
+
### DataDict Storage
514
+
515
+
Storage utilities for reading and writing DataDict objects to various formats. For full API documentation, see {py:mod}`labcore.data.datadict_storage`.
518
516
519
517
### Extra Tools
520
518
521
-
::: labcore.data.tools
522
-
options:
523
-
docstring_style: sphinx
519
+
Additional utilities and helper functions for data handling. For full API documentation, see {py:mod}`labcore.data.tools`.
Labcore and the whole [Tools For Experiments](https://github.com/toolsforexperiments) are the software efforts of [Pfaff-lab at the University of Illinois at Urbana-Champaign](https://pfaff.physics.illinois.edu/).
21
+
22
+
### Full Stack Toolset
23
+
24
+
Labcore helps your lab function on all steps of the software stack. From controlling instruments and experiment flow, to final data analysis for publication papers, Labcore provides tools for all of them.
25
+
26
+
### Modular Design
27
+
28
+
Only use the tools that you need. Labcore modular designs lets you choose which parts of it are the most convenient for your workflow and gets out of the way for the rest.
29
+
30
+
### Developed by Physicists
31
+
32
+
Labcore is developed by Physicists for real needs happening inside of our lab.
33
+
34
+
## Documentation
35
+
36
+
```{toctree}
37
+
:maxdepth: 2
38
+
:caption: Contents
39
+
40
+
instruments/index
41
+
measurement/index
42
+
data/index
43
+
about
44
+
```
45
+
46
+
## Examples
47
+
48
+
```{toctree}
49
+
:maxdepth: 1
50
+
:caption: Jupyter Notebook Examples
51
+
52
+
examples/index
53
+
```
54
+
55
+
## API Reference
56
+
57
+
The API documentation is automatically generated from the source code.
0 commit comments