为狮身人面像组织.rst文件?

时间:2017-03-26 19:03:38

标签: python python-sphinx

我正在使用Sphinx整理一些用户指南。但是,有许多<h:selectOneMenu value="#{myBean.selectedItem}"> <c:forEach items="#{myBean.items}" var="item" varStatus="itemIndex"> <f:selectItem itemValue="#{myBean.getValueAt( itemIndex.index ) }" itemLabel="#{myBean.getLabelAt( itemIndex.index )}"/> </c:forEach> </h:selectOneMenu> 个文件,当它们与.rst一起位于主文件夹中时,很难跟踪它们。

我想把它们组织成这样的文件夹。但是,index.rst命令会导致警告说它无法找到隐藏在文件夹中的所有那些.rst文件。

如何整理make html个文件?

.rst

1 个答案:

答案 0 :(得分:2)

Sphinx文档部分TOC Tree中提到了这一点。

document.getElementById('yourlink').on('click', function(event){ event.preventDefault(); window.open('apache.org', '_blank'); }); 中,使用index.rst指令:

toctree

以上使用“globbing”,但您可以使用其名称而不是globbing来显式排序文件。