maxcountryman / flask-bcrypt

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Home Page:http://readthedocs.org/docs/flask-bcrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs hosted online

alekzvik opened this issue · comments

Hi.
Can you update the online version of docs?

If it is sounds hard or time-consuming to you, try readthedocs.org.
http://readthedocs.org/docs/read-the-docs/en/latest/getting_started.html#import-your-docs
It will take you 5 minutes to start using the site, but then updating docs will be mush easier.

Because the Flask extensions page points to the current location I think for now it's the best place for docs, despite the fact they aren't easily updatable...

I added this here but note that the Flask extensions page will still point to PyPI's hosted docs: http://readthedocs.org/docs/flask-bcrypt/

You can change Flask extensions page to point to another version of docs.

Why do I see from flaskext.bcrypt import Bcrypt here:
http://readthedocs.org/docs/flask-bcrypt/en/latest/#usage
when it should be from flask.ext.bcrypt import Bcrypt?

It's built automatically by readthedocs nightly so I'm not sure.