sydlawrence / alfred-dev-doctor

A dev documentation finder for alfred
Other
290 stars 38 forks source link

Python fragment identifiers broken #7

Closed protocol7 closed 11 years ago

protocol7 commented 11 years ago

Some of the Python fragment identifiers are broken, e.g.: py string.join => http://docs.python.org/2/library/string.html#string_string.join should be: http://docs.python.org/2/library/string.html#string.join

py dict.clear => http://docs.python.org/2/library/stdtypes.html#_dict.clear should be: http://docs.python.org/2/library/stdtypes.html#dict.clear

I'm not sure what the appropriate fix is, or I have tried to fix it myself.

Thanks for an excellent workflow!

/niklas

sydlawrence commented 11 years ago

Thanks :) i'll take a look at it

On 24 Mar 2013, at 19:50, Niklas Gustavsson notifications@github.com wrote:

Some of the Python fragment identifiers are broken, e.g.: py string.join => http://docs.python.org/2/library/string.html#string_string.join should be: http://docs.python.org/2/library/string.html#string.join

py dict.clear => http://docs.python.org/2/library/stdtypes.html#_dict.clear should be: http://docs.python.org/2/library/stdtypes.html#dict.clear

I'm not sure what the appropriate fix is, or I have tried to fix it myself.

Thanks for an excellent workflow!

/niklas

— Reply to this email directly or view it on GitHub.

sydlawrence commented 11 years ago

This is now fixed in the latest version, thanks for pointing it out :)

protocol7 commented 11 years ago

Impressive speed :) Thanks!

sydlawrence commented 11 years ago

no problem :) thanks for reporting it

On 24 Mar 2013, at 20:44, Niklas Gustavsson notifications@github.com wrote:

Impressive speed :) Thanks!

— Reply to this email directly or view it on GitHub.