litl / rauth

A Python library for OAuth 1.0/a, 2.0, and Ofly.
http://readthedocs.org/docs/rauth/en/latest/
MIT License
1.6k stars 174 forks source link

We should remove rauth doc from pythonhosted? #81

Closed yeukhon closed 11 years ago

yeukhon commented 11 years ago

http://pythonhosted.org/rauth/

I think this is outdated. I was using this because it came up as one of the top doc search result.

response =             service.get_access_token(method='GET'
                             request_token=request_token,
                             request_token_secret=request_token_secret)

This part threw me off but luckily my vim has doc reader i was able to figured out.

Thanks for helping me on SO today.

maxcountryman commented 11 years ago

Yes, I would love to remove this. I wasn't sure how to do that however. Does anyone know what the procedure here is?

yeukhon commented 11 years ago

I wonder if that doc is automatically feed or did you have an option to upload when you registered rauth on PyPi? Maybe this? http://stackoverflow.com/questions/6521931/how-to-delete-documentation-from-pypi

maxcountryman commented 11 years ago

Great. I think a redirect like they give in that answer should do it. Thanks!

maxcountryman commented 11 years ago

Done: http://pythonhosted.org/rauth/

maxcountryman commented 11 years ago

Btw thanks for reporting this, @yeukhon! :cake: