我正在使用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
答案 0 :(得分:2)
Sphinx文档部分TOC Tree中提到了这一点。
在document.getElementById('yourlink').on('click', function(event){
event.preventDefault();
window.open('apache.org', '_blank');
});
中,使用index.rst
指令:
toctree
以上使用“globbing”,但您可以使用其名称而不是globbing来显式排序文件。