Skip to content

Commit 43a02e7

Browse files
committed
Fix bad index reference. Add new ones.
1 parent e28d9c6 commit 43a02e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/reference.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ A tracker schema defines what data is stored in the tracker's database.
664664
Schemas are defined using Python code in the ``schema.py`` module of your
665665
tracker.
666666

667+
.. index:: schema; allowed changes
668+
667669
What you can/can't do to the schema
668670
-----------------------------------
669671

@@ -753,7 +755,7 @@ specifying (default) labelling and ordering of classes.)::
753755
priority=Link("priority"))
754756
issue.setkey('title')
755757

756-
.. index:: schema; allowed changes
758+
.. index:: schema; classes and properties
757759

758760
Classes and Properties - creating a new information store
759761
---------------------------------------------------------
@@ -799,6 +801,10 @@ users) for its classes. Most REST documentation suggests using plural
799801
forms. However, to make your API consistent, use singular forms for
800802
classes that you add.
801803

804+
.. index::
805+
schema; classes
806+
schema; items
807+
802808
Class and Items
803809
~~~~~~~~~~~~~~~
804810

0 commit comments

Comments
 (0)