Joel Nothman
Joel Nothman
For some builders, it may be better to produce plot files in formats other than PNG. It should be possible to request that the system outputs _both_ png and pdf...
I would appreciate a feature where warnings (or perhaps any stderr output) produced by a gallery script was logged somewhere in an associated file. This would make it easier to...
Trying to make sections stylable (i.e. putting them in HTML elements with specified classes, like `numpydoc-section` and `numpydoc-{parameters,attributes,...}`) turns out to be quite hard: * wrapping section headings breaks parsing...
Parameter lists allow a specification like: ``` my_param : type specification Description ``` In some cases we at scikit-learn have had long type specifications that overflow into the next line...
currently only a function is exemplified.
From #134: Some tracing tells me that wrap_mangling_directives results in NumpyPythonDomain's directives being used to handle py:class, py:function, etc. I find it hard to believe that that's the intention. Do...
It is very easy to mistakenly separate parameter names from their type description by `': '` instead of the correct `' : '`. There are at least 260 instances in...
It would be great if each docstring section had its own link anchor (perhaps with corresponding sphinx role, or perhaps just a `ref` for simplicity), and even better if each...
Either rotating them or moving them to avoid clashes