我可以将单个 reStructuredText 文件按部分拆分为多个 HTML 页吗?
Can I split a single reStructuredText file into multiple HTML pages by section?
我有一个很长的 reStructuredText 文件,我将其渲染到 HTML 中。我想将每个部分放入不同的 HTML 页面,以提高可读性。不拆分源文件是否可行?
没有。来自 http://www.sphinx-doc.org/en/stable/markup/toctree.html
reST does not have facilities to…split documents into multiple output files.
我有一个很长的 reStructuredText 文件,我将其渲染到 HTML 中。我想将每个部分放入不同的 HTML 页面,以提高可读性。不拆分源文件是否可行?
没有。来自 http://www.sphinx-doc.org/en/stable/markup/toctree.html
reST does not have facilities to…split documents into multiple output files.