Skip to content

Commit 882205e

Browse files
committed
Updated some top-level docs.
1 parent 206c16f commit 882205e

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008, Andi Albrecht <[email protected]>
1+
Copyright (c) 2009, Andi Albrecht <[email protected]>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ sqlparse is a non-validating SQL parser module for Python.
66
Parts of the code are based on pygments written by Georg Brandl and others.
77
pygments-Homepage: http://pygments.org/
88

9-
Run Tests
10-
---------
11-
12-
python test/run_tests.py
13-
14-
15-
Create Documentation
16-
--------------------
17-
18-
You need `Sphinx`_ installed on your system to build the documentation.
19-
20-
cd docs/
21-
make html
22-
239

2410
Install
2511
-------
@@ -31,14 +17,18 @@ Run
3117
with root privileges to install python-sqlparse on your system.
3218

3319

20+
Run Tests
21+
---------
22+
23+
python test/run_tests.py
24+
25+
3426
Links
3527
-----
3628

37-
Source code: http://github.com/andialbrecht/python-sqlparse
38-
29+
Project page: http://python-sqlparse.googlecode.com
30+
Source code: http://bitbucket.org/andialbrecht/python-sqlparse
3931

40-
python-sqlparse is licensed under the BSD license:
41-
http://github.com/andialbrecht/python-sqlparse
4232

33+
python-sqlparse is licensed under the BSD license.
4334

44-
.. _Sphinx: http://sphinx.pocoo.org/

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Add GQL dialect.
1+
* Fix bugs on issue tracker.

0 commit comments

Comments
 (0)