Skip to content

Commit

Permalink
Update README formatting for PyPI !cosmetic
Browse files Browse the repository at this point in the history
ReST rendering was broken due to a Pygments error
  • Loading branch information
acdha committed May 25, 2016
1 parent f256646 commit c278bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include README.rst
include CHANGELOG.rst
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Status
.. image:: https://secure.travis-ci.org/django-haystack/pysolr.png
:target: https://secure.travis-ci.org/django-haystack/pysolr

`Changelog <CHANGELOG.rst>`_
`Changelog <https://github.com/django-haystack/pysolr/blob/master/CHANGELOG.rst>`_

Features
========
Expand Down Expand Up @@ -98,6 +98,7 @@ Basic usage looks like:
solr.delete(q='*:*')
.. code-block:: python
# For SolrCloud mode, initialize your Solr like this:
zookeeper = pysolr.Zookeeper("zkhost1:2181,zkhost2:2181,zkhost3:2181")
Expand Down

0 comments on commit c278bab

Please sign in to comment.