Skip to content

Commit

Permalink
Finalizing docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samluescher committed Aug 22, 2011
1 parent 93f5431 commit 5dea08f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.rst
Expand Up @@ -13,7 +13,7 @@ Given the appropriate configuration, you can implement various login/signup
paradigms:

* Sign up with username and email / confirm email address / proceed to log in
with generated password (NOT IMPLEMENTED)
with generated password (*not implemented*)
* Sign up with email and password / confirm email address / proceed to log in
* Sign up with email and password / proceed to log in / confirm email address
later to use advanced features
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -13,7 +13,7 @@ Given the appropriate configuration, you can implement various login/signup
paradigms:

* Sign up with username and email – confirm email address – proceed to log in
with generated password *NOT IMPLEMENTED*
with generated password (*not implemented*)
* Sign up with email and password – confirm email address – proceed to log in
* Sign up with email and password – proceed to log in – confirm email address
later to use advanced features
Expand Down
4 changes: 2 additions & 2 deletions user_profiles/forms.py
Expand Up @@ -75,8 +75,8 @@ def save(self, commit=True):
# TODO not working -- maybe inheritance is not the way to do it
class SignupWithProfileForm(SignupForm, ProfileForm):
"""
NOT IMPLEMENTED. Signup form requiring users to fill in their full profile
during signup.
(*not implemented*) Signup form requiring users to fill in their full
profile during signup.
"""

class Meta:
Expand Down

0 comments on commit 5dea08f

Please sign in to comment.