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 #9445: Support class properties #9461

Merged
merged 2 commits into from Jul 19, 2021

Commits on Jul 17, 2021

  1. Cloase sphinx-doc#9445: :py:property: directive now supports :classme…

    …thod: option
    
    Since python 3.9, `classmethod` starts to support creating a "class
    property".  This allows to describe it.
    tk0miya committed Jul 17, 2021
    Copy the full SHA
    1205255 View commit details
    Browse the repository at this point in the history
  2. Close sphinx-doc#9445: autodoc: Support class properties

    Since python 3.9, `classmethod` starts to support creating a "class
    property".  This supports to generate document for it.
    tk0miya committed Jul 17, 2021
    Copy the full SHA
    38d80c3 View commit details
    Browse the repository at this point in the history