We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c4a3b commit ca6d149Copy full SHA for ca6d149
README.rst
@@ -3,6 +3,7 @@ python-sqlparse - Parse SQL statements
3
4
|buildstatus|_
5
|coverage|_
6
+|docs|_
7
8
.. docincludebegin
9
@@ -70,3 +71,5 @@ pygments-Homepage: http://pygments.org/
70
71
.. _buildstatus: https://travis-ci.org/#!/andialbrecht/sqlparse
72
.. |coverage| image:: https://codecov.io/gh/andialbrecht/sqlparse/branch/master/graph/badge.svg
73
.. _coverage: https://codecov.io/gh/andialbrecht/sqlparse
74
+.. |docs| image:: https://readthedocs.org/projects/sqlparse/badge/?version=latest
75
+.. _docs: https://sqlparse.readthedocs.io/en/latest/?badge=latest
0 commit comments