Sylvain Marié

Results 299 comments of Sylvain Marié

Updated this issue since `@cases_fixture` is now deprecated and equivalent to `@fixture` + `@parametrize_with_cases`

I will see if I can find an hour next week. If not that will have to wait one or two more weeks - holidays ahead ;)

Not really, as `mkdocs-gallery` has not dependency to any sphinx lib, just `mkdocs`. The engine could be completely independent of any external dependency (thus, solving https://github.com/sphinx-gallery/sphinx-gallery/issues/421 by creating an autidable...

Yes, you are right. I guess that we could start with pure doc extraction + block-wise execution + config + raw output variables gathering, and then add an optional scrapers...

@larsoner there seem to be an error on CI happening when the following line is executed : `from mayavi import mlab` https://dev.azure.com/sphinx-gallery/sphinx-gallery/_build/results?buildId=638&view=logs&j=0b648da4-fe3e-53a0-45c5-9a162ff06918&t=684eab53-20d4-5801-24d9-b15ea59a3d0b&l=225 May I assume that this is probably not...

Thanks ! let's see if it goes well now.

@M0r13n sorry that I do not have an answer, but in case you're interested, I know some alternatives that could be of interest to you - [pydantic](https://pydantic-docs.helpmanual.io/) - [pyfields](https://smarie.github.io/python-pyfields/) (I'm...

> I both cases, I am missing the option to directly parse JSON or YAML files. Indeed, only dict conversion is provided. If I'm not mistaken with [`marshmallow-pyfields`](https://smarie.github.io/python-marshmallow-pyfields/) you can...

> It’s fascinating to see how many libraries already exist. I would tend to say that this is a pain :) ... but it reflects the diversity of usages and...

Thanks @bellet for the clear and detailed answer. > I guess here you mean to represent pairs of points as a vector of their distances according to the different pre-defined...