We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, https://pcdshub.github.io/pcdsdevices/v8.3.0/generated/pcdsdevices.device.GroupDevice.html#pcdsdevices.device.GroupDevice.needs_parent
This class has a constant class attribute that is a list, and it renders in the docs as the straight repr of this.
pcdsdevices/pcdsdevices/device.py
Line 407 in 32bc76c
This isn't really any sort of external API, so it's strange that it exists at all in the docs, but if it is included it should be less confusing.
These sorts of constants shouldn't be in the docs, or they should be formatted better.
#1217 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
For example, https://pcdshub.github.io/pcdsdevices/v8.3.0/generated/pcdsdevices.device.GroupDevice.html#pcdsdevices.device.GroupDevice.needs_parent
This class has a constant class attribute that is a list, and it renders in the docs as the straight repr of this.
pcdsdevices/pcdsdevices/device.py
Line 407 in 32bc76c
This isn't really any sort of external API, so it's strange that it exists at all in the docs, but if it is included it should be less confusing.
Expected Behavior
These sorts of constants shouldn't be in the docs, or they should be formatted better.
Context / environment
#1217 (comment)
The text was updated successfully, but these errors were encountered: