0
.. Documentation_hexnode documentation master file, created by
   sphinx-quickstart on Mon May 09 14:24:54 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.


Frequently Asked Questions
=================================================

Contents:

.. toctree::
   :maxdepth: 2
    license
    help

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

これは、index.rstビルドを作成するために make HTML を実行してこのファイルを作成した後の私のファイルです。ただし、index.htmlファイルには小見出しのライセンスとヘルプがありません。ソースディレクトリlicense.rstに手動で作成する必要がありますか? help.rstビルド中に自動的に生成されますか?

4

1 に答える 1

0

license.rstはい、 と の両方を作成する必要がありますhelp.rst

toctree の詳細については、Sphinx のドキュメントを参照してください。

于 2016-05-09T10:41:13.273 に答える