I create rst files by `sphinx-apidoc -f -o`command. Let me take one of my rst file for instance.
tensorgraph.models\_zoo.aibraintumormodel.nn.model package ========================================================== Submodules ---------- tensorgraph.models\_zoo.aibraintumormodel.nn.model.CommonBlocks module ---------------------------------------------------------------------- .. automodule:: tensorgraph.models_zoo.aibraintumormodel.nn.model.CommonBlocks :members: :undoc-members: :show-inheritance: This seems really redundancy for me after `make html`. What is perfect for me is: model ========================================================== CommonBlocks ---------------------------------------------------------------------- .. automodule:: tensorgraph.models_zoo.aibraintumormodel.nn.model.CommonBlocks :members: :undoc-members: :show-inheritance: This is because (1) We know the parent folder of `model` from index (2) Submodules doesn't show anything (3)Same as (1) -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/a9e11694-b651-4438-961b-ac771788f2f8n%40googlegroups.com.
