Comment by [email protected]:
As noted at https://github.com/sympy/sympy/pull/747, the way to make this work with Sphinx is to just type the function name for functions, and do class:`classname` for classes. So something like

See Also
=========
functionname: description
class:`classname`: description

or you can just list the functions, classes without descriptions:

See Also
========
functionname1, functionname2, class:`classname1`, class:`classname2`

(though, obviously, putting the descriptions is better).

Affected issues:
  issue 2774: ``See Also`` feature in Number Theory
    http://code.google.com/p/sympy/issues/detail?id=2774

  issue 2775: ``See Also`` feature in Combinotorics
    http://code.google.com/p/sympy/issues/detail?id=2775

  issue 2776: ``See Also`` feature in integrals
    http://code.google.com/p/sympy/issues/detail?id=2776

  issue 2777: ``See Also`` feature in functions
    http://code.google.com/p/sympy/issues/detail?id=2777

  issue 2778: ``See Also`` feature in functions/special
    http://code.google.com/p/sympy/issues/detail?id=2778

  issue 2779: ``See Also`` feature in Geometry
    http://code.google.com/p/sympy/issues/detail?id=2779

  issue 2780: ``See Also`` feature in Matrices
    http://code.google.com/p/sympy/issues/detail?id=2780



--
You received this message because you are listed in the owner
or CC fields of these issues, or because you starred them.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to