如何生成像 sklearn 这样的 API 引用?

How to generate an API reference like sklearn?

为了使我正在编写的 python 包更易于使用,我正在考虑制作详细的 API 文档。 机器学习包 sklearn 的 API 参考是我正在尝试模拟的那个。

那么制作此类文档的正确工具是什么?

他们使用sphinx and extensions thereof. See the documentation section of the contributing guide, and the documentation makefile