summaryrefslogtreecommitdiff
path: root/docs/source/ui.rst
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-04-07 19:29:38 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-04-07 19:29:38 +0200
commite6ac0d076e3de6a3e24bba00e49f733d7f69fda6 (patch)
tree25c80a5cc9ca7a41a5a890e7c4171c42403ea65c /docs/source/ui.rst
parent882205e8345ddacbbc0e59bc092f43e7e1f5d2cf (diff)
parent55410fc4c2e8163f0e89d14652b267ea5765e30c (diff)
downloadsqlparse-e6ac0d076e3de6a3e24bba00e49f733d7f69fda6.tar.gz
Merged docs branch.
Diffstat (limited to 'docs/source/ui.rst')
-rw-r--r--docs/source/ui.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/ui.rst b/docs/source/ui.rst
new file mode 100644
index 0000000..264916e
--- /dev/null
+++ b/docs/source/ui.rst
@@ -0,0 +1,15 @@
+User Interfaces
+===============
+
+``sqlformat``
+ The ``sqlformat`` command line script ist distributed with the module.
+ Run :command:`sqlformat --help` to list available options and for usage
+ hints.
+
+``sqlformat.appspot.com``
+ An example `Google App Engine <http://code.google.com/appengine/>`_
+ application that exposes the formatting features using a web front-end.
+ See http://sqlformat.appspot.com for details.
+ The source for this application is available from a source code check out
+ of the :mod:`sqlparse` module (see :file:`extras/appengine`).
+