electric-coder

Results 36 comments of electric-coder

I will give those branches a try today or at latest tomorrow @trallard @12rambau

@12rambau @trallard I guess there's good news... I installed the branch with `pip install git+https://github.com/pydata/pydata-sphinx-theme@trallard/webpack-5` in a clean venv (I decided to test the more recent branch first) using: Python...

Your repo doesn't have any Python class and no Enum as said in the title. This bug report is missing a minimal reproducer.

Being a directive shouldn't `currentmodule` also have an empty line and one level of nesting? Like this: ```rst .. py:currentmodule:: myMod .. py:class:: MyClass .. py:method:: f() .. py:class:: MyClass.MyNestedClass...

I've been using [sphinx-design](https://sphinx-design.readthedocs.io/en/latest/dropdowns.html) to get `details` (linked above) and there's also [sphinx-toolbox](https://sphinx-toolbox.readthedocs.io/en/stable/extensions/collapse.html) which also works well. While it'd be nice to have this integrated in Sphinx core I don't...

@chrisjsewell from a simplicity POV PR 12507 makes the most sense because having the option integrated under existing admonitions avoids having an additional directive and extension.

I can't understand from the description and screenshots what the problem is. Aren't `libretro.api` and `libretro.driver` on the same level of depth and aren't both being included in the `toctree`?...

> (...) I actually don't know how popular Selenium, PW or Cyress are compared to each other (...) My rule of thumb for popularity (i.e. adoption by size of user...

Choose Google docstring style! It's the most readable, concise, etc...

> let's go for pep257 (also it's good to stick to PEPs if possible) The other 2 styles are actually also compliant with the PEP specification. But since this FR...