Skip to content
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

Scrub Launchpad links from code, docs #168

Closed
scottza opened this issue Oct 12, 2010 · 3 comments
Closed

Scrub Launchpad links from code, docs #168

scottza opened this issue Oct 12, 2010 · 3 comments
Milestone

Comments

@scottza
Copy link

scottza commented Oct 12, 2010

The long description on the PyPI listing still points to Launchpad

"The latest development version is always available from IPython's Launchpad site."

Requires a fix in IPython/core/release.py and re-registering the release on PyPI.

@minrk
Copy link
Member

minrk commented Oct 12, 2010

Thanks for pointing this out, this is actually a slightly bigger issue. There are several dangling mentions/links for the old Launchpad site:

IPython/core/magic.py
1752: # See bug: https://bugs.launchpad.net/ipython/+bug/348466

IPython/core/tests/refbug.py
3:The problem is related to https://bugs.launchpad.net/ipython/+bug/269966

IPython/core/tests/test_prefilter.py
40: """See https://bugs.launchpad.net/ipython/+bug/315706"""

IPython/core/tests/test_run.py
30: See: https://bugs.launchpad.net/ipython/+bug/269966
114: # See below and ticket https://bugs.launchpad.net/bugs/366353
165: # See ticket https://bugs.launchpad.net/bugs/366334

IPython/frontend/terminal/ipapp.py
357: bug_tracker = 'https://bugs.launchpad.net/ipython/+filebug'

IPython/kernel/clusterdir.py
328: bug_tracker = 'https://bugs.launchpad.net/ipython/+filebug'

IPython/quarantine/ipy_winpdb.py
19:For more details: https://bugs.launchpad.net/ipython/+bug/249036

IPython/testing/iptest.py
178: # See ticket https://bugs.launchpad.net/bugs/366982

IPython/utils/rlineimpl.py
40: # approach. See https://bugs.launchpad.net/ipython/+bug/411599.

@fperez
Copy link
Member

fperez commented Oct 12, 2010

OK, I've fixed the LP mention on PyPI, which was the bigger issue, thanks for the report.

I'll leave the bug open until we fix up the others by updating the links to the github version (for those that are still open) or delete those that are stale (closed bugs).

@takluyver
Copy link
Member

Tidied up most of the remainder - see PR #483. Just a couple left in comments that didn't make it to Github - they'll stay around for reference.

minrk pushed a commit to minrk/ipython that referenced this issue Jul 1, 2013
Some changes

 - Import some stuff at higher level to have cleaner API.
 - Allow resource dict to be passed with from_notebook_node
 - Doc fixes.
 - change (backward compatible) api for Transformer, create dummy call() method without dunder. Allows simple logics when inheriting ActivatableTransformer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants