Read the Docs:修订间差异
|  创建页面,内容为“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.  [https://readthedocs.com readthedocs.com]” | 小无编辑摘要 | ||
| (未显示同一用户的2个中间版本) | |||
| 第1行: | 第1行: | ||
| Read the  | '''Read the Docs(简称 RTD)''' 是一个用于 '''自动构建、版本化、托管文档''' 的平台。它主要面向[[开源]]项目,让开发者可以把文档和代码放在一起(通常在 [[GitHub]]、[[GitLab]] 或 Bitbucket 上),RTD 会在每次提交后自动拉取源文件(如 [[reStructuredText]] 或 [[Markdown]]),用 '''[[Sphinx]]''' 或 '''[[MkDocs]]''' 等工具生成 [[HTML]] 文档并上线。 | ||
| [https://readthedocs.com readthedocs.com] | [https://readthedocs.com readthedocs.com] | ||
| == 另请参阅 == | |||
| * https://docs.readthedocs.io/ | |||
| * {{使用搜索引擎搜索}} | |||
| [[分类:信息技术]] | |||