Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Nancy (0.14 sec)

  1. docs/zh/docs/tutorial/metadata.md

    L36:让我们在带有标签的示例中为 `users` 和 `items` 试一下。
    L37:
    L38:创建标签元数据并把它传递给 `openapi_tags` 参数:
    L39:
    L40:```Python hl_lines="3-16  18"
    L41:{!../../../docs_src/metadata/tutorial004.py!}
    L42:```
    L43:
    L44:注意你可以在描述内使用 Markdown,例如「login」会显示为粗体(**login**)以及「fancy」会显示为斜体(_fancy_)。
    L45:
    L46:!!! tip "提示"
    L47:    不必为你使用的所有标签都添加元数据。
    L48:
    L49:### 使用你的标签
    L50:
    L51:将 `tags` 参数和*路径操作*(以及 `APIRouter`)一起使用,将其分配给不同的标签:
    L52:
    L53:```Python hl_lines="21  26"
    L54:{!../../../docs_src/metadata/tutorial004.py!}
    L55:```
    L56:
    ...
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/metadata.md

    ```Python hl_lines="3-16  18"
    {!../../../docs_src/metadata/tutorial004.py!}
    ```
    
    Помните, что вы можете использовать Markdown внутри описания, к примеру "login" будет отображен жирным шрифтом (**login**) и "fancy" будет отображаться курсивом (_fancy_).
    
    !!! tip "Подсказка"
        Вам необязательно добавлять метаданные для всех используемых тегов
    
    ### Используйте собственные теги
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  3. docs/en/docs/async.md

    <img src="/img/async/concurrent-burgers/concurrent-burgers-01.png" class="illustration">
    
    Then it's your turn, you place your order of 2 very fancy burgers for your crush and you. 🍔🍔
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-02.png" class="illustration">
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23K bytes
    - Viewed (0)
  4. fastapi/applications.py

                        },
                        {
                            "name": "items",
                            "description": "Manage items. So _fancy_ they have their own docs.",
                            "externalDocs": {
                                "description": "Items external docs",
                                "url": "https://fastapi.tiangolo.com/",
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
Back to top