Referencing parameters in a Python docstring
I use Sphinx and the autodocs feature to ensure we have good docs in our project. So I'm familiar with info field lists and I'm familiar with using cross-referencing in our docs. However, when writing docstring for a method or function I find it useful to refer to their parameters in the text. But there doesn't seem to be a structured way to do this. We could say e.g. Use ``name`` to set the username but that has no structure, requires you to remember what style you used for that and if you change style you have to hunt down and kill all the incorrect styles. :param: doesn't work outside of a