- Jan 27, 2025
-
-
Sébastien Villemot authored
See commit 2983aafa for the rationale. (cherry picked from commit 2b2376c9)
-
- Dec 23, 2024
-
-
Sébastien Villemot authored
In Sphinx 8, returned filesystem path objects are no longer extended to have implicit string conversion methods. The conversion to a string must now be made explicitly. See this entry in the changelog for Sphinx 8.0: #12650, #12686, #12690: Extend the deprecation for string methods on :py:class:`~pathlib.Path` objects to Sphinx 9. Use :py:func:`os.fspath` to convert :py:class:`~pathlib.Path` objects to strings, or :py:class:`~pathlib.Path`'s methods to work with path objects. Patch by Adam Turner. (cherry picked from commit 2983aafa)
-
- Jan 17, 2024
-
-
Sébastien Villemot authored
Closes: #1707 (cherry picked from commit 85c637d3)
-
- Apr 13, 2022
-
-
Sébastien Villemot authored
It is now supported by the MATLAB editor (as of R2022a). The old ASCII notation is left in some files that we copy as-is from other sources (e.g. in the contrib/ and m4/ subdirectories). The particles submodule is not updated at this point, because it is in an inconsistent state. [skip ci]
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Jan 07, 2021
-
-
Stéphane Adjemian authored
-
- Jun 26, 2020
-
-
Sébastien Villemot authored
sphinx.locale.l_ has been deprecated since Sphinx 1.8, and removed in Sphinx 3. Use sphinx.locale._ instead.
-
- Jan 08, 2020
-
-
Houtan Bastani authored
This reverts commit 6d516c39.
-
Houtan Bastani authored
The method `desc_addname` adds arguments to the name of the node, and hence does not allow for line breaks. In the case of Dynare commands we don't run into a problem with this but we run into this problem with longer MATLAB/Octave commands. For Dynare commands, we don't run into the problem with commands running over the page width as we use placeholders like `OPTIONS` since the order of the parameters passed to a command is irrelevant For MATLAB/Octave commands, the order of parameters passed to a function is important, hence we cannot use a placeholder such as `OPTIONS` closes #1688
-
Houtan Bastani authored
- remove trailing whitespace - replace tabs with spaces as per PEP guidelines
-
- Feb 19, 2019
-
-
Stéphane Adjemian (Charybdis) authored
-
Stéphane Adjemian (Charybdis) authored
-
- Feb 18, 2019
-
-
Stéphane Adjemian (Charybdis) authored
-
- Feb 04, 2019
-
-
Stéphane Adjemian authored
-
- Oct 25, 2018
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-