[Python-bugs-list] [ python-Bugs-753863 ] Broken reference for static/class method in docs

SourceForge.net noreply@sourceforge.net
Fri, 13 Jun 2003 03:16:56 -0700


Bugs item #753863, was opened at 2003-06-13 19:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=753863&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: Broken reference for static/class method in docs

Initial Comment:
In the ``Python Library Reference'', 2.1 Built-in 
Functions,
the documentation for staticmethod and classmethod 
breaks
in the middle of the sentence.
It looks like the \ref tag doesn't work well.

This is an excerpt from the html file, Doc/lib/built-in-
funcs.html.

  classmethod
    If you want those, see . New in version 2.2. 

  staticmethod
    For a more advanced concept, see . New in version 
2.2.

And here is an excerpt from the original tex file, 
Doc/lib/libfuncs.tex.

  classmethod
    If you want those, see \ref{staticmethod}.

  staticmethod
    For a more advanced concept, see \ref{classmethod}.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=753863&group_id=5470