pyodide/docs
Hood Chatham bd28205663
Scipy: Fix recursive functions (#4822)
Non recursive functions declare all their locals as static, ones marked
"recursive" need them to be proper local variables. The Fortran files 
each contain exactly one function. If the one function is recursive, we
label the source file with a comment. Then when processing the C file,
if it contains the recursive marker comment, we remove the `static`
modifiers from the variables.

At this point, we really ought to consider modifying f2c itself...
2024-06-24 09:50:10 -07:00
..
_static chore: Update pre-commit (#4440) 2024-01-28 13:20:08 -08:00
_templates DOC Switch to Plausible analytics in the docs (#3004) 2022-08-23 09:15:11 +02:00
development Fix path to changelog.md (#4850) 2024-06-07 16:48:22 -07:00
project Scipy: Fix recursive functions (#4822) 2024-06-24 09:50:10 -07:00
sphinx_pyodide Update sphinx-js again and more edits (#4744) 2024-05-09 10:19:37 -04:00
usage Update Vite bundler docs for pyodide 0.26.0 (#4851) 2024-06-09 07:00:10 -07:00
Makefile Fix Pyodide REPL URL (#3244) 2022-11-10 15:53:37 +01:00
conf.py Update docs to use latest sphinx-js version (#4742) 2024-05-07 12:40:33 +02:00
index.rst Update docs to use latest sphinx-js version (#4742) 2024-05-07 12:40:33 +02:00
make.bat Adds Sphinx documentation build (#474) 2019-06-22 18:22:38 -04:00
requirements-doc.txt Pyfetch abort on cancel (#4846) 2024-06-14 21:59:51 +09:00