Replies: 2 comments 2 replies
|
If you just want a table, you can document your attributes using an class IOConfig:
"""Class summary.
Attributes:
azure: Description for azure.
gcs: Description for gcs.
""" |
0 replies
|
Gotcha, thank you!
What does this look like? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is there a way to hide attributes in the nav but keep the attributes summary table in the body and also hide list of attributes in the body?
For example, under
S3Configin the left nav ideally I don't want all the attributes to populate. It's nice to have the attributes summary table in the body, but ideally I don't want all the attributes listed as individual headers after the table.Thank you!
All reactions