2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Add docstring documentation to the main InvenTree app

This commit is contained in:
Oliver Walters
2019-04-27 21:21:58 +10:00
parent c3f0570926
commit 5e6d49102d
7 changed files with 128 additions and 47 deletions

View File

@ -41,6 +41,8 @@ autoapi_dirs = [
autoapi_options = [
'members',
'private-members',
'special-members',
]
autoapi_type = 'python'
@ -51,6 +53,9 @@ autoapi_ignore = [
'**/manage.py',
'**/apps.py',
'**/admin.py',
'**/middleware.py',
'**/utils.py',
'**/wsgi.py',
'**/templates/',
]