Hi,
Is there a way to avoid generating full name when using autodoc?
When I write some rst like this:
.. autoclass:: noodle.hot.Soup
it generates something like:
*class *noodle.hot.Soup()
noodle soup taste good (and its hot!)
I was looking to generate something like this instead:
*class *Soup()
noodle soup taste good (and its hot!)
I tried to add currentmodule but it has no effect:
.. currentmodule:: noodle.hot
.. autoclass:: Soup
Thanks in advance
--
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 https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.