Skip to content

feature: Hide attributes, but render in summary #218

@reteps

Description

@reteps

Is your feature request related to a problem? Please describe.

I have a lot of type heavy classes I would like to document. I would like the option to only show their members in the summary table, but not show the attributes.

For example, I want to show this summary table:

CleanShot 2024-12-20 at 22 43 22@2x

But I do not want to show:

CleanShot 2024-12-20 at 22 43 53@2x

This is because the attributes take up too much space, and do not show any useful information.

Describe the solution you'd like

I would like the ability to either:

  • Collapse a group of stuff (e.g. attributes) inside an admonition
  • Hide a section (e.g. attributes), but keep them in the summary

Describe alternatives you've considered

I looked at the source code, and summary mirrors attributes exactly, so there is not existing way to do this without overriding templates.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions