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

Close #8022: autodoc: Allow to hide the value of the variables via metadata #8596

Merged
merged 2 commits into from Dec 28, 2020

Commits on Dec 27, 2020

  1. refactor: autodoc: Add DataDocumenter.get_module_comment()

    Similar to AttributeDocumenter.get_attribute_comment(), add a helper
    method DataDocumenter.get_module_comment()
    tk0miya committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    bcebe71 View commit details
    Browse the repository at this point in the history
  2. Close sphinx-doc#8022: autodoc: Allow to hide the value of the variab…

    …les via metadata
    
    autodata and autoattribute directives does not show right-hand value of
    the variable if its docstring contains ``:meta hide-value:`` in
    info-field-list.
    tk0miya committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    9e9e486 View commit details
    Browse the repository at this point in the history