doc shuffle

This commit is contained in:
James Turk 2009-10-28 16:47:13 -04:00
parent 7213274fc9
commit 0fbaa899dc
6 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,7 @@
=========
Changelog
=========
0.1.0 - October 22 2009 0.1.0 - October 22 2009
======================= =======================
- initial working release - initial working release

View File

@ -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
View File

@ -0,0 +1 @@
include *.rst

13
README Normal file
View 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

View File

@ -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
================== ==================

View File

@ -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
-------------------