API docs don't show init when class string is defined #5214
Labels
kind/bug-report
Something doesn't seem to work.
kind/docs
Documentation related problems, ideas, requests
triage/discuss
Needs decision / discussion, bring these up during Cirq Cynque
Description of the issue
The API docs don't appear to show the doc string for the
__init__
method when there is string supplied to the class string. The doc string for the__init__
method is often much more useful.Here is an example:
https://quantumai.google/reference/python/cirq/ops/ResetChannel
The text was updated successfully, but these errors were encountered: