Sphinx/DocUtils 创建自定义文档

发布于 2024-12-02 07:42:54 字数 136 浏览 0 评论 0原文

我正在尝试使用 Sphinx 为我的每个方法创建一些 HTML div。

问题是,我想完全自定义 Sphinx 生成的代码。

我相信这样做需要创建一个自定义指令并告诉 Sphinx 如何解析它。

我该怎么做呢?

I'm trying to use Sphinx to create some HTML divs for each of my methods.

The problem is, I'd like to completely customize the code Sphinx generates.

I believe doing this would require creating a custom directive and telling Sphinx how to parse it.

How would I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你对谁都笑 2024-12-09 07:42:54

如果您希望自定义生成的 HTML,请尝试修改 HTML 生成器。复制现有的 HTML 构建器并根据您的喜好对其进行自定义。 构建器文档也可能有帮助。

If you are are looking to customize the the HTML that is generated, try modifying the HTML builder. Make a copy of the existing HTML builder and customize it to your liking. The builder documentation may also help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文