Restplus swagger 文档中的倍数部分

multiples section on Restplus swagger documentation

在 Restplus 文档(使用 B!ueprints)中我们看到:完整示例:https://flask-restplus.readthedocs.io/en/0.2.3/example.html

创建的swagger文档只有一节"todos : TODO operations "

我怎样才能有多个部分?

您需要使用命名空间来实现此目的。每个命名空间成为 swagger 文档中的一个单独部分。

http://flask-restplus.readthedocs.io/en/stable/scaling.html