Skip to content

Commit

Permalink
Last minute documentation cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Nov 23, 2009
1 parent ac72ce3 commit ceeb838
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/architecture_overview.rst
Expand Up @@ -44,8 +44,8 @@ Implemented per-backend.
* Method for performing the actual query * Method for performing the actual query




``IndexSite`` ``SearchSite``
------------- --------------


One main implementation. One main implementation.


Expand Down
4 changes: 2 additions & 2 deletions docs/installing_search_engines.rst
Expand Up @@ -25,8 +25,8 @@ You'll need to revise your schema. You can generate this from your application
it in ``apache-solr-1.3.0/example/solr/conf/schema.xml``. Then restart Solr. it in ``apache-solr-1.3.0/example/solr/conf/schema.xml``. Then restart Solr.


You'll also need a Solr binding, ``pysolr``. The official ``pysolr`` package, You'll also need a Solr binding, ``pysolr``. The official ``pysolr`` package,
distributed via PyPI, is the best version to use. Place ``pysolr.py`` somewhere distributed via PyPI, is the best version to use (2.0.9+). Place ``pysolr.py``
on your ``PYTHONPATH``. somewhere on your ``PYTHONPATH``.


.. note:: .. note::


Expand Down
2 changes: 1 addition & 1 deletion docs/running_tests.rst
Expand Up @@ -16,7 +16,7 @@ bugfixes/modifications), here are the steps to getting them running::


cd django-haystack/tests cd django-haystack/tests
export PYTHONPATH=`pwd` export PYTHONPATH=`pwd`
django-admin.py test --settings=settings django-admin.py test core --settings=settings


``Haystack`` is maintained with all tests passing at all times, so if you ``Haystack`` is maintained with all tests passing at all times, so if you
receive any errors during testing, please check your setup and file a report if receive any errors during testing, please check your setup and file a report if
Expand Down

0 comments on commit ceeb838

Please sign in to comment.