.. 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
在源目录中吗?它会在构建时自动生成吗?