Fix: Add trailing slash to quantecon-py URLs and upgrade quantecon-book-theme==0.13.2 (jupyterbook link fix) #743
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Resolves link checker redirect warnings reported in #739.
Changes
1. Fixed quantecon-py URLs (24 links)
Updated all
https://quantecon.org/quantecon-pyURLs to include a trailing slash (https://quantecon.org/quantecon-py/) to eliminate redirect warnings.Files Updated:
finite_markov.mdkalman.mdmarkov_perf.mdsamuelson.mdperm_income_cons.mdlinear_models.mdlqcontrol.mdrational_expectations.mdtroubleshooting.md2. Updated quantecon-book-theme to v0.13.2
Updates theme from v0.13.1 to v0.13.2, which includes:
/en/stable/to/v1/)Link Checker Results
This PR should resolve all 12 redirect warnings from #739:
quantecon.org/quantecon-py→ fixed in source filesjupyterbook.org/en/stable/→ fixed in theme v0.13.2Notes on Remaining Errors
The 2 errors reported in #739 (
file:///...None) appear ingenindex.htmlandprf-prf.html. These are generated during the build process and may require investigation in sphinx-proof or the build configuration.Closes #739