Skip to content

Commit

Permalink
Updated document to have same levels in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hotsyk committed Jun 19, 2011
1 parent 1c501bc commit b850b60
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Expand Up @@ -2,10 +2,20 @@ MANIFEST
README
README.md
LICENSE
LICENSE.txt
Makefile
conf.py
setup.py
index.rst
tests.py
flaskext/__init__.py
flaskext/odesk.py
example/app.py
example/settings.py
example/static/flask.png
example/static/nouser.png
example/static/odesk.png
example/static/style.css
example/templates/base.html
example/templates/home.html
example/templates/team.html
25 changes: 12 additions & 13 deletions index.rst
@@ -1,17 +1,20 @@
===========

======================

Flask-oDesk
===========
****************


Requirements
============
****************

* `flask`
* `python-odesk`
* `python-oauth2`


Authorization
==============
****************

Quick start
-----------
Expand Down Expand Up @@ -110,7 +113,7 @@ do not forget to delete this session after logging out, using decorator `after_l


Using client
============
****************

You can use `get_access_token` method to get the current access token and access token secret,
that can be stored in DB and used for access to the client later, if necessary::
Expand All @@ -132,9 +135,9 @@ but you have the access token and access token secret::
c.team.get_teamrooms()


***************

Changelog
***************
****************

..
Expand All @@ -147,21 +150,17 @@ Version 0.4.1
* Initial version (version keeped in sync with suitable python-odesk version)



*********************
Urls
*********************
****************

* Git repo: https://github.com/odesk/flask-odesk
* Issues: http://github.com/odesk/flask-odesk/issues
* Documentation: http://odesk.github.com/flask-odesk/
* Mailing list: http://groups.google.com/group/python-odesk (python-odesk@googlegroups.com)



***************
BSD license
***************
****************

Copyright (c) 2011, oDesk http://www.odesk.com

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
README = readme.read()
readme.close()

version = __import__('odesk').get_version()
version = __import__('flaskext').get_version()

setup(
name='Flask-oDesk',
Expand Down

0 comments on commit b850b60

Please sign in to comment.