-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Broken links in docstrings / readthedocs, slightly urgent #91
Comments
I noticed we took most of these links out of the source files. Now that urls have settled down, do we want to add them back in? |
Right, I forgot about this. It would be great to have the links fixed. Many are still broken. Eg., https://github.com/QuantEcon/QuantEcon.py/blob/master/quantecon/kalman.py The links could go in the docstrings or in the display attributes for print, etc. |
Just went through grep and fixed the links without |
@mmcky Could you please clarify? It sounds like you've already dealt with the issues mentioned by @spencerlyon2 |
@jstac I have fixed a few links that are currently contained within the docstrings by checking all grep matches of |
A lot of links in the docstrings, and hence readthedocs, have been broken by the code reorganization. For example, the link
http://quant-econ.net/kalman.html
in
http://quanteconpy.readthedocs.org/en/latest/tools/kalman.html
The text was updated successfully, but these errors were encountered: