Skip to content

Commit 21f4f5d

Browse files
authored
Repository as additional backend (#82)
* new storage multiple backends and documentation until in-depth and dev guides. * docs Missing: update tests and dev guides, as well as in-depth guides
1 parent 074aca4 commit 21f4f5d

File tree

39 files changed

+3788
-898
lines changed

39 files changed

+3788
-898
lines changed

docs/source/how_to/creation_mutation.md

Lines changed: 92 additions & 177 deletions
Large diffs are not rendered by default.

docs/source/how_to/define_custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Custom properties in the `custom` dict won't have:
88
- Dedicated getter/setter methods
99
- Integration with kinds or compression
1010

11-
Use them for plugin-specific experimental properties that doesn't need full integration.
11+
Use them for plugin-specific experimental properties that don't need full integration.
1212
:::
1313

1414
For properties that don't fit the standard patterns, use the `custom` dictionary:

0 commit comments

Comments
 (0)