mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-30 08:31:34 +00:00
Add module-level docstrings for each app
This commit is contained in:
InvenTree
docs/templates/python
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
The Part module is responsible for Part management.
|
||||
|
||||
It includes models for:
|
||||
|
||||
- PartCategory
|
||||
- Part
|
||||
- SupplierPart
|
||||
- BomItem
|
||||
"""
|
Reference in New Issue
Block a user