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
|
||||
5
docs/lib/openapi_first/templates/health_app/index.md
Normal file
5
docs/lib/openapi_first/templates/health_app/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Health App
|
||||
|
||||
::: openapi_first.templates.health_app
|
||||
- [Main](main.md)
|
||||
- [Routes](routes.md)
|
||||
3
docs/lib/openapi_first/templates/health_app/main.md
Normal file
3
docs/lib/openapi_first/templates/health_app/main.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Main
|
||||
|
||||
::: openapi_first.templates.health_app.main
|
||||
3
docs/lib/openapi_first/templates/health_app/routes.md
Normal file
3
docs/lib/openapi_first/templates/health_app/routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Routes
|
||||
|
||||
::: openapi_first.templates.health_app.routes
|
||||
7
docs/lib/openapi_first/templates/index.md
Normal file
7
docs/lib/openapi_first/templates/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Templates
|
||||
|
||||
::: openapi_first.templates
|
||||
- [Crud App](crud_app/)
|
||||
- [Health App](health_app/)
|
||||
- [Model App](model_app/)
|
||||
- [Vet App](vet_app/)
|
||||
3
docs/lib/openapi_first/templates/model_app/data.md
Normal file
3
docs/lib/openapi_first/templates/model_app/data.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Data
|
||||
|
||||
::: openapi_first.templates.model_app.data
|
||||
8
docs/lib/openapi_first/templates/model_app/index.md
Normal file
8
docs/lib/openapi_first/templates/model_app/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Model App
|
||||
|
||||
::: openapi_first.templates.model_app
|
||||
- [Data](data.md)
|
||||
- [Main](main.md)
|
||||
- [Models](models.md)
|
||||
- [Routes](routes.md)
|
||||
- [Test Model App](test_model_app.md)
|
||||
3
docs/lib/openapi_first/templates/model_app/main.md
Normal file
3
docs/lib/openapi_first/templates/model_app/main.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Main
|
||||
|
||||
::: openapi_first.templates.model_app.main
|
||||
3
docs/lib/openapi_first/templates/model_app/models.md
Normal file
3
docs/lib/openapi_first/templates/model_app/models.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Models
|
||||
|
||||
::: openapi_first.templates.model_app.models
|
||||
3
docs/lib/openapi_first/templates/model_app/routes.md
Normal file
3
docs/lib/openapi_first/templates/model_app/routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Routes
|
||||
|
||||
::: openapi_first.templates.model_app.routes
|
||||
@@ -0,0 +1,3 @@
|
||||
# Test Model App
|
||||
|
||||
::: openapi_first.templates.model_app.test_model_app
|
||||
3
docs/lib/openapi_first/templates/vet_app/data.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/data.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Data
|
||||
|
||||
::: openapi_first.templates.vet_app.data
|
||||
9
docs/lib/openapi_first/templates/vet_app/index.md
Normal file
9
docs/lib/openapi_first/templates/vet_app/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Vet App
|
||||
|
||||
::: openapi_first.templates.vet_app
|
||||
- [Data](data.md)
|
||||
- [Main](main.md)
|
||||
- [Models](models.md)
|
||||
- [Routes](routes.md)
|
||||
- [Sse](sse.md)
|
||||
- [Test Vet App](test_vet_app.md)
|
||||
3
docs/lib/openapi_first/templates/vet_app/main.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/main.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Main
|
||||
|
||||
::: openapi_first.templates.vet_app.main
|
||||
3
docs/lib/openapi_first/templates/vet_app/models.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/models.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Models
|
||||
|
||||
::: openapi_first.templates.vet_app.models
|
||||
3
docs/lib/openapi_first/templates/vet_app/routes.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Routes
|
||||
|
||||
::: openapi_first.templates.vet_app.routes
|
||||
3
docs/lib/openapi_first/templates/vet_app/sse.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/sse.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Sse
|
||||
|
||||
::: openapi_first.templates.vet_app.sse
|
||||
3
docs/lib/openapi_first/templates/vet_app/test_vet_app.md
Normal file
3
docs/lib/openapi_first/templates/vet_app/test_vet_app.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Test Vet App
|
||||
|
||||
::: openapi_first.templates.vet_app.test_vet_app
|
||||
Reference in New Issue
Block a user