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/app.md
Normal file
3
docs/lib/openapi_first/app.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# App
|
||||
|
||||
::: openapi_first.app
|
||||
3
docs/lib/openapi_first/binder.md
Normal file
3
docs/lib/openapi_first/binder.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Binder
|
||||
|
||||
::: openapi_first.binder
|
||||
3
docs/lib/openapi_first/cli.md
Normal file
3
docs/lib/openapi_first/cli.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Cli
|
||||
|
||||
::: openapi_first.cli
|
||||
3
docs/lib/openapi_first/client.md
Normal file
3
docs/lib/openapi_first/client.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Client
|
||||
|
||||
::: openapi_first.client
|
||||
3
docs/lib/openapi_first/codegen.md
Normal file
3
docs/lib/openapi_first/codegen.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Codegen
|
||||
|
||||
::: openapi_first.codegen
|
||||
3
docs/lib/openapi_first/codegen_routes.md
Normal file
3
docs/lib/openapi_first/codegen_routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Codegen Routes
|
||||
|
||||
::: openapi_first.codegen_routes
|
||||
3
docs/lib/openapi_first/errors.md
Normal file
3
docs/lib/openapi_first/errors.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Errors
|
||||
|
||||
::: openapi_first.errors
|
||||
13
docs/lib/openapi_first/index.md
Normal file
13
docs/lib/openapi_first/index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Openapi First
|
||||
|
||||
::: openapi_first
|
||||
- [App](app.md)
|
||||
- [Binder](binder.md)
|
||||
- [Cli](cli.md)
|
||||
- [Client](client.md)
|
||||
- [Codegen](codegen.md)
|
||||
- [Codegen Routes](codegen_routes.md)
|
||||
- [Errors](errors.md)
|
||||
- [Loader](loader.md)
|
||||
- [Security](security.md)
|
||||
- [Templates](templates/)
|
||||
3
docs/lib/openapi_first/loader.md
Normal file
3
docs/lib/openapi_first/loader.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Loader
|
||||
|
||||
::: openapi_first.loader
|
||||
3
docs/lib/openapi_first/security.md
Normal file
3
docs/lib/openapi_first/security.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Security
|
||||
|
||||
::: openapi_first.security
|
||||
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