跳转到内容

Read the Docs:修订间差异

来自天明的百科全书
Ztm0929留言 | 贡献
无编辑摘要
Ztm0929留言 | 贡献
无编辑摘要
第1行: 第1行:
Read the Docs simplifies managing software documentation by building and hosting your docs automatically, using the [[Git]] workflow you already use for code. Treating documentation like code lets your team use tools they already know, and makes keeping your docs updated easier.
'''Read the Docs(简称 RTD)''' 是一个用于 '''自动构建、版本化、托管文档''' 的平台。它主要面向[[开源]]项目,让开发者可以把文档和代码放在一起(通常在 [[GitHub]]、[[GitLab]] 或 Bitbucket 上),RTD 会在每次提交后自动拉取源文件(如 [[reStructuredText]] 或 [[Markdown]]),用 '''[[Sphinx]]''' 或 '''[[MkDocs]]''' 等工具生成 [[HTML]] 文档并上线。


[https://readthedocs.com readthedocs.com]
[https://readthedocs.com readthedocs.com]

2025年10月30日 (四) 01:16的版本

Read the Docs(简称 RTD) 是一个用于 自动构建、版本化、托管文档 的平台。它主要面向开源项目,让开发者可以把文档和代码放在一起(通常在 GitHubGitLab 或 Bitbucket 上),RTD 会在每次提交后自动拉取源文件(如 reStructuredTextMarkdown),用 SphinxMkDocs 等工具生成 HTML 文档并上线。

readthedocs.com

另请参阅