fix: apply GSDFC docstring conformance, add minimal annotations to unannotated params (pydoclint zero); refresh lib/MCP docs
This commit is contained in:
3
docs/lib/openapi_first/templates/crud_app/data.md
Normal file
3
docs/lib/openapi_first/templates/crud_app/data.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Data
|
||||
|
||||
::: openapi_first.templates.crud_app.data
|
||||
7
docs/lib/openapi_first/templates/crud_app/index.md
Normal file
7
docs/lib/openapi_first/templates/crud_app/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Crud App
|
||||
|
||||
::: openapi_first.templates.crud_app
|
||||
- [Data](data.md)
|
||||
- [Main](main.md)
|
||||
- [Routes](routes.md)
|
||||
- [Test Crud App](test_crud_app.md)
|
||||
3
docs/lib/openapi_first/templates/crud_app/main.md
Normal file
3
docs/lib/openapi_first/templates/crud_app/main.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Main
|
||||
|
||||
::: openapi_first.templates.crud_app.main
|
||||
3
docs/lib/openapi_first/templates/crud_app/routes.md
Normal file
3
docs/lib/openapi_first/templates/crud_app/routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Routes
|
||||
|
||||
::: openapi_first.templates.crud_app.routes
|
||||
@@ -0,0 +1,3 @@
|
||||
# Test Crud App
|
||||
|
||||
::: openapi_first.templates.crud_app.test_crud_app
|
||||
Reference in New Issue
Block a user