Thomas Robitaille
Thomas Robitaille
@cbelth - I think you should be able to pass ``color='red'`` to the ``scatter_density`` method - does that work? See the second example in this section: https://github.com/astrofrog/mpl-scatter-density#scatter_density-method
@cbelth - could you show your example here? (code and plot). Normally there should be a gradient, but I wonder if somehow the max/min values for the density aren't being...
+1 on parsing setup.cfg, many projects are using this these days. I'm not sure what your policy is on optional dependencies, but ``setup.cfg`` can also have sections to define ``extras_require``,...
It currently returns HDUs which is fine but the docstring says HDUList. This is just a docs issue not API.
@cdeil - I'm not sure if many people have weighed in on this, but if you have a few minutes, could you open a PR and then just email astropy-dev...
By the way we could make this a global option so people can turn it back on easily?
@cdeil - ok sounds good, do you want to work on adding the global option?
@Viech - can you try and include (if you haven't already) the following in your ``conf.py`` file? ``` numpydoc_show_class_members = False ```
It looks like this is an issue that happens only with Sphinx 1.8, not e.g. with Sphinx 1.6. I'll try investigating.
There's something weird going on with Sphinx, even if I don't use automodapi and just do: ``` KullbackLeiblerConstraint ========================= .. currentmodule:: picos.constraints .. autoclass:: KullbackLeiblerConstraint :show-inheritance: .. rubric:: Attributes Summary...