From 0fbaa899dc40df49baeeb51bb70e8c7d5cbdf15f Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 28 Oct 2009 16:47:13 -0400 Subject: [PATCH] doc shuffle --- CHANGELOG => CHANGELOG.rst | 4 ++++ LICENSE => LICENSE.rst | 3 +++ MANIFEST.in | 1 + README | 13 +++++++++++++ index.rst | 4 +++- README.rst => main.rst | 3 --- 6 files changed, 24 insertions(+), 4 deletions(-) rename CHANGELOG => CHANGELOG.rst (71%) rename LICENSE => LICENSE.rst (98%) create mode 100644 MANIFEST.in create mode 100644 README rename README.rst => main.rst (98%) diff --git a/CHANGELOG b/CHANGELOG.rst similarity index 71% rename from CHANGELOG rename to CHANGELOG.rst index e941b49..35cd23c 100644 --- a/CHANGELOG +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +========= +Changelog +========= + 0.1.0 - October 22 2009 ======================= - initial working release diff --git a/LICENSE b/LICENSE.rst similarity index 98% rename from LICENSE rename to LICENSE.rst index 5aee4cd..d6d8e26 100644 --- a/LICENSE +++ b/LICENSE.rst @@ -1,3 +1,6 @@ +License +======= + Copyright (c) 2009, Sunlight Foundation All rights reserved. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..bb37a27 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include *.rst diff --git a/README b/README new file mode 100644 index 0000000..e0d3412 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +django-layar +============ + +Django generic view for making `Layar `_ 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 + +Source: http://github.com/sunlightlabs/django-layar/ + +Documentation: http://packages.python.org/django-layar/README.html diff --git a/index.rst b/index.rst index e5710ce..f0ff213 100644 --- a/index.rst +++ b/index.rst @@ -10,8 +10,10 @@ Contents: .. toctree:: :maxdepth: 2 - README + main layar-autodoc + CHANGELOG + LICENSE Indices and tables ================== diff --git a/README.rst b/main.rst similarity index 98% rename from README.rst rename to main.rst index 9178f2c..23da1a0 100644 --- a/README.rst +++ b/main.rst @@ -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'), ) -Additional Settings -------------------- -