From 9d78ef15a5784b0c8a9aae28731d0b3bf999db7f Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Mon, 13 May 2013 15:50:08 +0200 Subject: [PATCH] fixed docstring for sphinx --- api.feed.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/api.feed.html b/api.feed.html index ecb916b..1906b16 100644 --- a/api.feed.html +++ b/api.feed.html @@ -188,14 +188,18 @@ for RSS.

category(category=None, replace=False, **kwargs)ΒΆ

Get or set categories that the feed belongs to.

-

This method can be called with: -- the fields of a category as keyword arguments -- the fields of a category as a dictionary -- a list of dictionaries containing the category fields

-

A categories has the following fields: -- term identifies the category -- scheme identifies the categorization scheme via a URI. -- label provides a human-readable label for display

+

This method can be called with:

+ +

A categories has the following fields:

+

If a label is present it is used for the RSS feeds. Otherwise the term is used. The scheme is used for the domain attribute in RSS.