Skip to content

Commit

Permalink
Add Travis badge, garden ReST.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Dec 29, 2014
1 parent 23aea2d commit efec154
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
@@ -1,5 +1,4 @@
=======
CHANGES
Changes
=======

4.0.1 (unreleased)
Expand Down
6 changes: 6 additions & 0 deletions README.rst
@@ -1,2 +1,8 @@
``zope.catalog``
================

.. image:: https://travis-ci.org/zopefoundation/zope.catalog.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.catalog

Catalogs provide management of collections of related indexes with a basic
search algorithm.
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -32,9 +32,6 @@ def read(*rnames):
long_description=(
read('README.rst')
+ '\n\n' +
'Detailed Documentation\n'
'**********************\n'
+ '\n\n' +
read('src', 'zope', 'catalog', 'README.txt')
+ '\n\n' +
read('src', 'zope', 'catalog', 'event.txt')
Expand Down
7 changes: 3 additions & 4 deletions src/zope/catalog/README.txt
@@ -1,8 +1,7 @@
Catalogs
========
Using Catalogs
==============

Catalogs provide management of collections of related indexes with a
basic search algorithm. Let's look at an example:
Let's look at an example:

>>> from zope.catalog.catalog import Catalog
>>> cat = Catalog()
Expand Down
3 changes: 1 addition & 2 deletions src/zope/catalog/event.txt
@@ -1,4 +1,3 @@
==============================
Automatic indexing with events
==============================

Expand Down Expand Up @@ -60,7 +59,7 @@ the application. Here is the handler for such an event.
(..., <Dummy u'one'>)

Preventing automatic indexing
=============================
-----------------------------

Sometimes it is not accurate to automatically index an object. For
example when a lot of indexes are in the catalog and only
Expand Down

0 comments on commit efec154

Please sign in to comment.