Tim Hoffmann
Tim Hoffmann
The issue here is that `number` is not a native Figure attribute, but it is dynamically added by pyplot at https://github.com/matplotlib/matplotlib/blob/9bfc330430b13753ba983549929e8c39ae5ee495/lib/matplotlib/_pylab_helpers.py#L111 This naturally does not work with static checkers. IMHO...
Why do you need a parameters section on properties at all? Properties are logically attributes, i.e. repesent one value that can be read or written. Docstrings are meant for the...
Only when considering classes. For methods, that would put Other Parameters before Returns/Yields/Receives, which I assume is not wanted.
We want to keep our dependencies small. Therefore, I don't think we should add the plugins to our requirements.
Is there anything to do on our side? I'd expect that saving will "just work" with 1.3?
Ah, we need to internally register the format. Changes should be analogous to #21274.
What you are not explicitly writing, but reads between the lines is that you have very long equations. Otherwise, inlining should be sufficient. I'm wondering whether there's a real need...
Thanks for the explanation. I believe the two comparable directives are `csv-table` and `raw`. The both allow the content in the body or alternatively inject it via a `:file:` option....
My 2 cents: [This](https://www.nngroup.com/articles/back-to-top/) gives some tips on "Back to top" buttons. [Furo](https://pradyunsg.me/furo/) and [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) follow it mostly. Additional personal comments: - If you have persistent breadcrumbs, you can achieve...
I just noted that the button of pydata-sphinx-theme does not work well for iPhone. When scrolling up, safari shows the address bar, which reduces the available screen size and thus...