Hi,

the numpy docstring descriptions 
here<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>
 and here <http://sphinx-doc.org/latest/ext/example_numpy.html> use single 
back ticks to mark up parameter names like so:

Parameters
----------
x : type
    Description of parameter `x`.

But in sphinx nitpicky mode this results in

WARNING: py:obj reference target not found: x

I presume the numpydoc example is incorrect and should be changed to ``x`` 
in stead of `x`?

Thanks for your help!

Christoph

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to