fix: apply GSDFC docstring conformance, add minimal annotations to unannotated params (pydoclint zero); refresh lib/MCP docs

This commit is contained in:
2026-09-13 16:21:07 +05:30
parent cb231a9c7e
commit 294f3d7a0c
48 changed files with 228 additions and 96 deletions

View File

@@ -0,0 +1,3 @@
# App
::: openapi_first.app

View File

@@ -0,0 +1,3 @@
# Binder
::: openapi_first.binder

View File

@@ -0,0 +1,3 @@
# Cli
::: openapi_first.cli

View File

@@ -0,0 +1,3 @@
# Client
::: openapi_first.client

View File

@@ -0,0 +1,3 @@
# Codegen
::: openapi_first.codegen

View File

@@ -0,0 +1,3 @@
# Codegen Routes
::: openapi_first.codegen_routes

View File

@@ -0,0 +1,3 @@
# Errors
::: openapi_first.errors

View 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/)

View File

@@ -0,0 +1,3 @@
# Loader
::: openapi_first.loader

View File

@@ -0,0 +1,3 @@
# Security
::: openapi_first.security

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.crud_app.data

View 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)

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.crud_app.main

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.crud_app.routes

View File

@@ -0,0 +1,3 @@
# Test Crud App
::: openapi_first.templates.crud_app.test_crud_app

View File

@@ -0,0 +1,5 @@
# Health App
::: openapi_first.templates.health_app
- [Main](main.md)
- [Routes](routes.md)

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.health_app.main

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.health_app.routes

View 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/)

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.model_app.data

View 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)

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.model_app.main

View File

@@ -0,0 +1,3 @@
# Models
::: openapi_first.templates.model_app.models

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.model_app.routes

View File

@@ -0,0 +1,3 @@
# Test Model App
::: openapi_first.templates.model_app.test_model_app

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.vet_app.data

View 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)

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.vet_app.main

View File

@@ -0,0 +1,3 @@
# Models
::: openapi_first.templates.vet_app.models

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.vet_app.routes

View File

@@ -0,0 +1,3 @@
# Sse
::: openapi_first.templates.vet_app.sse

View File

@@ -0,0 +1,3 @@
# Test Vet App
::: openapi_first.templates.vet_app.test_vet_app