I would like to create a numbered table of contents in which the title of the first module in the TOC begins with a 1, the next with a 2, and so on. So, the TOC would look like this:
1. module_X 1.1 function xa 1.2 function xb 2. module_Y 2.1 function ya 2.2 function yb Is it possible to generate a TOC that looks like the one above, with Sphinx automatically doing the folloinwg: (a) numbering the modules, and (b) inserting the module number and a dot in front of the title of each section within each module? If it is possible, does anyone have an example that shows how to do this? -- 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/83bbf0e4-f76c-4025-b0a4-1fe646a233f4%40googlegroups.com.
