.. Makefile documentation master file, created by sphinx-quickstart on Thu Sep 17 21:26:09 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 1.numbered: 为每个目录条目自动添加编号。 2.注意glob与下文之间的空行,这个是必须的。 3.目录中显示的顺序与下面写的顺序一样,即makefile/index中的文件在最上面, python/index中的文件在下面,最后是自动匹配的文件。 4.如果有多个文件夹,在每一个文件夹中都要有一个index.rst文件,其作用就是要 索引当前目录中的文件。 5.'*'表示将会自动匹配当前目录下的所有文件,与'glob'配合使用 欢迎使用Makefile中文版! ==================================== .. toctree:: :maxdepth: 9 :caption: 目 录 :titlesonly: :glob: makefile/index python/index * 索引和表格 ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`