Structuring Sphinx documentation

后端 未结 3 1182
既然无缘
既然无缘 2021-02-13 18:52

I have started documenting a Python project using Sphinx. It is the first time I use it - I am used to tools which work with a JavaDoc-like syntax, and I have some doubts.

3条回答
  •  我在风中等你
    2021-02-13 19:08

    I am by no means an expert on Sphinx, but from reading the documentation it seems that you can include TOC trees in subdirectories. The TOC tree page also gives some information on paths within the tree; have you experimented with using paths in the tree?

提交回复
热议问题