Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure __init__ functions are displayed in docs #477

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

jogo
Copy link
Contributor

@jogo jogo commented Feb 3, 2023

By default autodocs only show class docstrings and hide init https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options

Make sure docstrings added to init functions show up in the docs

Closes #473

@jogo jogo merged commit b657f27 into pinterest:master Feb 3, 2023
@jogo jogo deleted the __init__ branch February 3, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to properly set the timeout and connect_timeout values?
2 participants