Re: :class: does not work inside :type :

2008-12-15 Thread Christophe de VIENNE
Hi, 2008/12/15 Georg Brandl : > > Christophe de VIENNE schrieb: >> Hi Georg, >> >> I am having a little problem with the :type: keyword and :class:. >> >> In the following code, all the :class:`TestClass` are rendered as >> links to the class definition, except for the one in the :type p1: >> key

Re: :class: does not work inside :type :

2008-12-15 Thread Georg Brandl
Christophe de VIENNE schrieb: > Hi Georg, > > I am having a little problem with the :type: keyword and :class:. > > In the following code, all the :class:`TestClass` are rendered as > links to the class definition, except for the one in the :type p1: > keyword : > > .. class:: TestClass > > ..

:class: does not work inside :type :

2008-12-11 Thread Christophe de VIENNE
Hi Georg, I am having a little problem with the :type: keyword and :class:. In the following code, all the :class:`TestClass` are rendered as links to the class definition, except for the one in the :type p1: keyword : .. class:: TestClass .. function:: test_function :param p1: test, :cla