Skip to content

Commit 69a871b

Browse files
committed
doc: Link XMLRPC filter doc to User Guide chapter about querying
1 parent 1b70af2 commit 69a871b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/user_guide.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Status Description
8686
============= =====================================
8787

8888

89+
.. _query-tracker:
90+
8991
Entering values in your Tracker
9092
-------------------------------
9193

doc/xmlrpc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ lookup arguments: *classname, key_value*
8888

8989
filter arguments: *classname, list or None, attributes*
9090

91-
list can be None (requires ``allow_none=True`` when
92-
instantiating the ServerProxy) to indicate search for all values,
93-
or a list of ids. The attributes are given as a dictionary of
94-
name value pairs to search for.
91+
``list`` is a list of ids to filter. It can be set to None to run
92+
filter over all values (requires ``allow_none=True`` when
93+
instantiating the ServerProxy). The ``attributes`` are given as a
94+
dictionary of name value pairs to search for. See also :ref:`query-tracker`.
9595
======= ====================================================================
9696

9797
sample python client

0 commit comments

Comments
 (0)