Matt McKay
Matt McKay
This PR just adds software versions to the `status` page
### Context Currently admonitions are written automatically in English. ### Proposal We should update the extension to allow for Chinese titles (and other languages). In this case `Theorem` should be...
# Add `style_solution_after_exercise` config option and improve dropdown UX ## Summary This PR adds two requested features to improve the styling and usability of solution directives, particularly for projects like...
This PR upgrades to `quantecon-book-theme==0.10.0`
This PR upgrades to `quantecon-book-theme==0.10.0`
@quantecon-style-guide additive_functionals
Revert https://github.com/QuantEcon/lecture-python-advanced.myst/pull/259 once testing is complete.
The `interpolation` package needs to be updated ``` Traceback (most recent call last): File "", line 4, in from interpolation.splines import eval_linear, UCGrid, nodes File "/Users/mmcky/anaconda3/envs/qe/lib/python3.13/site-packages/interpolation/splines/__init__.py", line 3, in from...
Our theme somewhere along the way change styles for `collapse-##` to a scroll bar, when it should be an expand/collapse behaviour. We have implemented a fix in https://github.com/QuantEcon/quantecon-book-theme/pull/300 I would...
I think a more commonly seen definitions of (centered) TSS, ESS and SSR are given [here](https://en.wikipedia.org/wiki/Explained_sum_of_squares) where the decomposition only holds when $X$ includes intercept term. So, I think it...