Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 153 for markdown (0.42 seconds)

  1. docs/de/docs/tutorial/path-operation-configuration.md

    Sie können [Markdown](https://en.wikipedia.org/wiki/Markdown) im Docstring schreiben, es wird korrekt interpretiert und angezeigt (unter Berücksichtigung der Einrückung des Docstring).
    
    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/path-operation-configuration.md

    Vous pouvez écrire [Markdown](https://en.wikipedia.org/wiki/Markdown) dans la docstring, il sera interprété et affiché correctement (en tenant compte de l'indentation de la docstring).
    
    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  3. docs/ru/docs/how-to/extending-openapi.md

    * `openapi_version`: Версия используемой спецификации OpenAPI. По умолчанию — последняя: `3.1.0`.
    * `summary`: Краткое описание API.
    * `description`: Описание вашего API; может включать Markdown и будет отображаться в документации.
    * `routes`: Список маршрутов — это каждая зарегистрированная *операция пути*. Берутся из `app.routes`.
    
    /// info | Информация
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  4. docs/tr/docs/how-to/extending-openapi.md

    * `version`: API'nizin sürümü, örn. `2.5.0`.
    * `openapi_version`: Kullanılan OpenAPI specification sürümü. Varsayılan olarak en günceli: `3.1.0`.
    * `summary`: API'nin kısa özeti.
    * `description`: API'nizin açıklaması; markdown içerebilir ve dokümanlarda gösterilir.
    * `routes`: route'ların listesi; bunların her biri kayıtlı *path operations*'lardır. `app.routes` içinden alınırlar.
    
    /// info | Bilgi
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  5. docs/fr/docs/how-to/extending-openapi.md

    * `openapi_version` : La version de la spécification OpenAPI utilisée. Par défaut, la plus récente : `3.1.0`.
    * `summary` : Un court résumé de l'API.
    * `description` : La description de votre API ; elle peut inclure du markdown et sera affichée dans la documentation.
    * `routes` : Une liste de routes ; chacune correspond à un *chemin d'accès* enregistré. Elles sont extraites de `app.routes`.
    
    /// info
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  6. docs/zh/docs/how-to/extending-openapi.md

    该 `get_openapi()` 函数接收以下参数:
    
    - `title`:OpenAPI 标题,显示在文档中。
    - `version`:你的 API 版本,例如 `2.5.0`。
    - `openapi_version`:使用的 OpenAPI 规范版本。默认是最新的 `3.1.0`。
    - `summary`:API 的简短摘要。
    - `description`:API 的描述,可包含 Markdown,并会展示在文档中。
    - `routes`:路由列表,即已注册的每个路径操作。来自 `app.routes`。
    
    /// info | 信息
    
    参数 `summary` 仅在 OpenAPI 3.1.0 及更高版本中可用,FastAPI 0.99.0 及以上版本支持。
    
    ///
    
    ## 覆盖默认值 { #overriding-the-defaults }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 3K bytes
    - Click Count (0)
  7. docs/tr/docs/history-design-future.md

    **FastAPI**'ın geçmişi, büyük ölçüde önceden geliştirilen araçların geçmişini kapsıyor.
    
    [Alternatifler](alternatives.md) bölümünde belirtildiği gibi:
    
    <blockquote markdown="1">
    
    Başkalarının daha önceki çalışmaları olmasaydı, **FastAPI** var olmazdı.
    
    Geçmişte oluşturulan pek çok araç **FastAPI**'a ilham kaynağı olmuştur.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  8. docs/de/docs/how-to/extending-openapi.md

    * `openapi_version`: Die Version der verwendeten OpenAPI-Spezifikation. Standardmäßig die neueste Version: `3.1.0`.
    * `summary`: Eine kurze Zusammenfassung der API.
    * `description`: Die Beschreibung Ihrer API. Dies kann Markdown enthalten und wird in der Dokumentation angezeigt.
    * `routes`: Eine Liste von Routen, dies sind alle registrierten *Pfadoperationen*. Sie stammen von `app.routes`.
    
    /// info | Info
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  9. docs/es/docs/how-to/extending-openapi.md

    * `openapi_version`: La versión de la especificación OpenAPI utilizada. Por defecto, la más reciente: `3.1.0`.
    * `summary`: Un breve resumen de la API.
    * `description`: La descripción de tu API, esta puede incluir markdown y se mostrará en la documentación.
    * `routes`: Una list de rutas, estas son cada una de las *path operations* registradas. Se toman de `app.routes`.
    
    /// info | Información
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  10. docs/uk/docs/history-design-future.md

    Історія **FastAPI** значною мірою - це історія його попередників.
    
    Як сказано в розділі [Альтернативи](alternatives.md):
    
    <blockquote markdown="1">
    
    **FastAPI** не існував би без попередньої роботи інших.
    
    Було створено багато інструментів, які надихнули на його створення.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top