Skip to content

Commit

Permalink
Fix documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
bcanyelles committed Jun 19, 2017
1 parent 41aa5ca commit a3c5a3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The main function of it is to control the access on specific elements for a conc

## Documentation

Online documentation is available at [https://docs.readthedocs.io](http://django-object-authority.readthedocs.io/en/latest/)
Online documentation is available at [http://django-object-authority.readthedocs.io](http://django-object-authority.readthedocs.io/en/latest/)


## Features
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ First of all you should add `django_object_authority` to you `INSTALLED_APPS` se

INSTALLED_APPS = (
...
'rest_framework',
'django_object_authority',
)


Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Welcome to django-object-authority's documentation!
.. image:: https://img.shields.io/pypi/v/django-object-authority.svg
:target: https://pypi.python.org/pypi/django-object-authority
.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
:target: https://docs.readthedocs.io/en/latest/?badge=latest
:target: http://django-object-authority.readthedocs.io/en/latest/

Django-object-authority provides an authentication backend for Django applications. Furthermore expose
a set of features for filtering queryset.


**Documentation**:

Expand Down

0 comments on commit a3c5a3f

Please sign in to comment.