Tim Hoffmann

Results 208 comments of Tim Hoffmann

I agree, we should not be relying on figures from examples in the tutorials. The tutorials should be self-contained. It's simple enough to make the plots in there (possibly enhanced...

The question is whether we want to add ``` .bd-article-container { width: 100%; } ``` as a temporary workaround on our side until pydata-sphinx-theme has released a fixed version.

@mroeschke What is your use case? Are you passing in `None` as a literal or is it the value of some variable you have? Is this in library code or...

To better understand what's going on, can you please also check the values of ~~~ qApp.desktop().logicalDpiX() qApp.desktop().phyiscalDpiX() ~~~

sorry typo phyiscal -> physical

I would like to group the pyplot command docs by Category, similar to https://matplotlib.org/3.6.0/api/axes_api.html. That should get a color section including x-mal setters.

It's not only API docs: https://matplotlib.org/devdocs/users/project/mission.html The issue seems to be on our side. Pydata-sphinx-theme https://pydata-sphinx-theme.readthedocs.io/en/stable/examples/persistent-search-field.html is top-aligned.

This is something anybody with basic CSS knowledge should be able to figure out. No matplotlib knowledge is needed.

Just found https://numpydoc.readthedocs.io/en/latest/, which is also bottom-aligned. Digging deeper, this is an issue in pydata-sphinx-theme and will be resolved in the 0.11 release.

Should we close this because the upstream fix is done or should we keep it open until a fixed theme version is released?