doc shuffle
This commit is contained in:
parent
7213274fc9
commit
0fbaa899dc
@ -1,3 +1,7 @@
|
|||||||
|
=========
|
||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
0.1.0 - October 22 2009
|
0.1.0 - October 22 2009
|
||||||
=======================
|
=======================
|
||||||
- initial working release
|
- initial working release
|
@ -1,3 +1,6 @@
|
|||||||
|
License
|
||||||
|
=======
|
||||||
|
|
||||||
Copyright (c) 2009, Sunlight Foundation
|
Copyright (c) 2009, Sunlight Foundation
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include *.rst
|
13
README
Normal file
13
README
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
django-layar
|
||||||
|
============
|
||||||
|
|
||||||
|
Django generic view for making `Layar <http://layar.com>`_ endpoints.
|
||||||
|
|
||||||
|
Provides abstract class that responds to Layar API requests in the appropriate format. By implementing two small functions it is possible to add a layer to the Layar augmented reality application for Android and iPhone.
|
||||||
|
|
||||||
|
django-layar is a project of Sunlight Labs (c) 2009.
|
||||||
|
Written by James Turk <jturk@sunlightfoundation.com>
|
||||||
|
|
||||||
|
Source: http://github.com/sunlightlabs/django-layar/
|
||||||
|
|
||||||
|
Documentation: http://packages.python.org/django-layar/README.html
|
@ -10,8 +10,10 @@ Contents:
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
README
|
main
|
||||||
layar-autodoc
|
layar-autodoc
|
||||||
|
CHANGELOG
|
||||||
|
LICENSE
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -89,6 +89,3 @@ In urls.py it is then necessary to map a URL directly to ``busstop_layar``::
|
|||||||
url(r'^layar_endpoint/$', 'myapp.views.busstop_layar'),
|
url(r'^layar_endpoint/$', 'myapp.views.busstop_layar'),
|
||||||
)
|
)
|
||||||
|
|
||||||
Additional Settings
|
|
||||||
-------------------
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user