-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Update old Google Code and SourceForge links #13534
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
@@ -30,7 +30,7 @@ class AuthenticationConfigError(ValueError): | |||
|
|||
%s | |||
|
|||
with information from the APIs Console <https://code.google.com/apis/console>. | |||
with information from the APIs Console <https://console.developers.google.com/iam-admin/projects>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gives a lint error (line to long), that's why travis is failing. Can you put the link on a new line?
@proinsias Thanks a lot! Only a small PEP8 issue |
@@ -170,7 +170,7 @@ conda install pandas | |||
- [SciPy](http://www.scipy.org): miscellaneous statistical functions | |||
- [PyTables](http://www.pytables.org): necessary for HDF5-based storage | |||
- [SQLAlchemy](http://www.sqlalchemy.org): for SQL database support. Version 0.8.1 or higher recommended. | |||
- [matplotlib](http://matplotlib.sourceforge.net/): for plotting | |||
- [matplotlib](http://matplotlib.org/): for plotting | |||
- [statsmodels](http://statsmodels.sourceforge.net/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update this to http://www.statsmodels.org/stable/index.html? Thanks.
Current coverage is 84.34%@@ master #13534 diff @@
==========================================
Files 138 138
Lines 51126 51126
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 43122 43122
Misses 8004 8004
Partials 0 0
|
Updated all statsmodels links, and double-checked pep8! |
Thanks a lot! |
No description provided.