Skip to content

Commit e9020f0

Browse files
authored
docs: revisit examples readme (#725)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ace8a36 commit e9020f0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Examples
22

3+
## Usage
4+
35
* [Build & Serialize](complex_serialize.py)
46
* [Deserialize](complex_deserialize.py)
57

6-
----
8+
## Data models
79

8-
see examples how to use data models in the [test data](../tests/data.py)
10+
The [`models` test data](../tests/_data/models.py) holds also examples for complete structures
11+
with all possible use cases, all nesting, and advanced complexity.

0 commit comments

Comments
 (0)