docs: module template docstrings
This commit is contained in:
parent
b3085e85fd
commit
01c49ca34c
9 changed files with 27 additions and 49 deletions
|
|
@ -1,7 +1,8 @@
|
|||
"""
|
||||
Pydantic models for <this module>
|
||||
Pydantic models for the <this> module
|
||||
|
||||
Models:
|
||||
- List: Description
|
||||
- Models: Description
|
||||
Models follow the nomenclature of:
|
||||
- Sub-models: "<Resource><Opt:>Schema"
|
||||
- Mixins: "<Attribute>Mixin"
|
||||
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie ""
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue