-
-
Notifications
You must be signed in to change notification settings - Fork 52
MAINT: update them to quantecon-book-theme=0.2.1 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@shlff this is a build of: https://python.quantecon.org/intro.html using the latest quantecon-book-theme. @AakashGfude has done some nice work on refactoring our theme and adding some new features. It would be great if you could spend a bit of time comparing the current live site with this PR build (as a double check). Hopefully you won't find many differences :-) |
@shlff also just to clarify - there is no need to recheck the whole site. Just wanted another set of eyes to:
|
Thanks @mmcky . I randomly selected some lectures and here are all the differences I found (left: live website, right: preview of this PR):
|
thanks @shlff there are some great pickups here. Thank you! |
|
@shlff for issue 3 in your list -- I think the actual math is not quite put together as intended. $$
\begin{aligned} p_0 & = x_0 + x_1/R + x_2/(R^2) + \ddots \\
& = x_0 (1 + G R^{-1} + G^2 R^{-2} + \cdots ) \\
& = x_0 \frac{1}{1 - G R^{-1}} \end{aligned}
$$ do you think |
Thanks @mmcky . I think |
|
thanks @shlff I think we have addressed the |
Thanks @mmcky . I just checked them and can confirm that issue 5 mentioned above has been solved. |
@AakashGfude @shlff I think we are ready to merge this and deploy |
This updates to use the latest
quantecon-book-theme