lecture-python-intro
lecture-python-intro copied to clipboard
MAINT: update to use `remarks` admonition once style is updated
There are lectures such as https://github.com/QuantEcon/lecture-python-intro/pull/440#discussion_r1594822289
that make use of remarks that could be nicely wrapped in admonitions, however the style is currently overly bold in sphinx-proof and gives too much weight to the contents.
Once https://github.com/executablebooks/sphinx-proof/issues/98 is resolved we can loop through and add the admonitions to this lecture series.
@longye-tian would you have time today to review this issue and setup a PR that includes a remark admonition that we can use as a test case.
I will coordinate updates to the theme but it would be helpful to see how they look in a real work case.
Started the process of updating sphinx-proof with a maintenance PR today.
https://github.com/executablebooks/sphinx-proof/pull/99
Once that is accepted and merged we can then make progress on improvements to the style
This PR is now open
https://github.com/executablebooks/sphinx-proof/pull/106