Joachim Folz

Results 34 comments of Joachim Folz

Yep, there's only those 3 mentions in the entire doc. I later saw that Sphinx 3 was released, so I updated to Sphinx==3.0.1 and breathe==4.15.0. After fixing deprecations and such...

@vermeeren 4.18.1 fixes all warnings as described above. I got `Unable to resolve multiple matches for function` for all of them, which I could resolve by specifying each `doxygenfunction` precisely...

@jakobandersen Thanks, I updated to sphinx 3.0.3 :) For reference, [here's the `doxygenclass`](https://gitlab.com/jfolz/augpy/-/blob/9e3ef0256c914d11db65a8fa1a4a5faac1805366/doc/source/cpp/tensor.rst#L41) ([definition](https://gitlab.com/jfolz/augpy/-/blob/9e3ef0256c914d11db65a8fa1a4a5faac1805366/augpy/tensor.h#L192)) and [here's the `doxygenfile`](https://gitlab.com/jfolz/augpy/-/blob/9e3ef0256c914d11db65a8fa1a4a5faac1805366/doc/source/cpp/tensor.rst#L164) ([definition](https://gitlab.com/jfolz/augpy/-/blob/9e3ef0256c914d11db65a8fa1a4a5faac1805366/augpy/dlpack/dlpack.h#L156)).

Python for Windows is compiled with a specific MSVC version (see [Python wiki](https://wiki.python.org/moin/WindowsCompilers)). The same MSVC version **must** be used to compile extensions. I'm not certain whether this applies to...

> Some alternative compilers exist like MinGW, but incompatibilities may occur with a CPython official distribution that is built with Microsoft Visual C++. Essentially: there be dragons. Segfaults that suddenly...

Out of curiosity: Is this a real problem in the parsing process, i.e., are there lots of inserts or deletes? And would linked lists solve this? Complexity theory tells you...

That's what I tell my students, though _they_ never listen ;) My suspicion is that it's not really spending a substantial amount of time in list at all.

Ideally there would IMO be a "ul", "ol" or "dd" tag which contains all of the list items.

I did this once to identify what kind of thing a link points to. The file for all Wikipedias is 260k uncompressed. If you only need this for English Wikipedia...