【发布时间】:2021-03-31 09:01:05
【问题描述】:
为了使我正在编写的 python 包更易于使用,我正在考虑制作详细的 API 文档。 机器学习包sklearn的API参考是我要模仿的。
那么制作此类文档的正确工具是什么?
【问题讨论】:
标签: api scikit-learn reference documentation
为了使我正在编写的 python 包更易于使用,我正在考虑制作详细的 API 文档。 机器学习包sklearn的API参考是我要模仿的。
那么制作此类文档的正确工具是什么?
【问题讨论】:
标签: api scikit-learn reference documentation
他们使用sphinx 及其扩展名。请参阅贡献指南的the documentation section 和documentation makefile。
【讨论】: