I get this error:

C:\dev\dabodoc\api\sphinx\source\dabo.biz.RemoteBizobj.RemoteBizobj.rst:631: WARNING: undefined label: no-612-dabo.biz.remotebizobj.remotebizobj.setlimit (if the link has no caption the label must precede a section header)

The label definition is this:
.. _no-612-dabo.biz.RemoteBizobj.RemoteBizobj.setLimit: no-612-dabo.biz.RemoteBizobj.RemoteBizobj.setLimit

.. function:: dabo.biz.RemoteBizobj.RemoteBizobj.setLimit(self, clause)
   :noindex:

I need to use "noindex" on the above as this function is inherited from another class and that class is used in multiple places, so was hoping that defining the label manually as shown above and I prefix it with a unique number, just to be sure not to get any duplicates.

And I use it like this:
| :ref:`setLimit <no-612-dabo.biz.RemoteBizobj.RemoteBizobj.setLimit>` Explicitly set the limit clause. Replaces any existing limit settings.

Where am I going wrong?

Werner

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to