Does sphinx autodoc work with param?

If I made a parameterized class, does it work with sphinx’s autodoc?

3 Likes

I have not tried it but my guess is that the normal things like docstrings from classes and functions would work.

But the doc attribute on the parameters would not be included. But I would also like to know as I’m also using Sphinx for documentation. Just not autodoc yet.

1 Like

Hi @ahuang11

Did you get something working? I’m asking because now I would like to try something like that out.

I don’t think it did if I recall correctly, but I forget; it’s been a while.

1 Like

Hi - Is there any news about this? How are the docs for the param package itself produced?

I have a small param-based package that I need to document so it would be great if there was some way to get the parameter docs into the sphinx output.