Skip to content

How do I make sphinx understand the documentation information in static methods? #707

Answered by wjakob
riclarsson asked this question in Q&A
Discussion options

You must be logged in to vote

How do you list the classes and their members? Have you tried registering them explicitly, like so?

.. autoclass:: class

   .. automethod:: method

It's possible that Sphinx thinks that the static methods are data, not functions.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wjakob
Comment options

@riclarsson
Comment options

@wjakob
Comment options

@riclarsson
Comment options

Answer selected by riclarsson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants