Is there an easy way to have these styled differently, so it's more obvious what the keyword parameters are? Especially when the method signature uses **kwargs.
Is there a particular reason why the distinction is there? Is the fact that param, parameter, arg, argument, key, keyword are all offered just to accommodate the preferences of different users? If would be neater if instead of <strong>param_name</strong>, the output markup was something like <span class="positional-param">param_name</span> and <span class="keyword-param">param_name</span> Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.