mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2025-01-01 11:13:23 +00:00
Fix the rst syntax so it renders correctly on pypi
This commit is contained in:
parent
8c80eec746
commit
5c482052ce
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
sprockets.clients.postgresql
|
sprockets.clients.postgresql
|
||||||
============================
|
============================
|
||||||
The ``sprockets.clients.postgresql`` package wraps the
|
The ``sprockets.clients.postgresql`` package wraps the
|
||||||
`Queries <http://queries.readthedocs.org>`_ package providing environment
|
`queries <http://queries.readthedocs.org>`_ package providing environment
|
||||||
variable based configuration for connecting to PostgreSQL.
|
variable based configuration for connecting to PostgreSQL.
|
||||||
|
|
||||||
|Version| |Downloads| |Status| |Coverage| |License|
|
|Version| |Downloads| |Status| |Coverage| |License|
|
||||||
|
@ -14,7 +14,7 @@ and can be installed via ``pip`` or ``easy_install``:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install sprockets.clients.postgresql
|
pip install sprockets.clients.postgresql
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -22,7 +22,7 @@ https://sprocketsclientspostgresql.readthedocs.org
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
- `queries <https://github.com/gmr/queries>`_
|
- `queries`_
|
||||||
- `sprockets <https://github.com/sprockets/sprockets>`_
|
- `sprockets <https://github.com/sprockets/sprockets>`_
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
Loading…
Reference in a new issue