HomeClusterLabs Projects

Refactor: doc: Change templates for generated python docs.
1a4fd7590fc9Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: doc: Change templates for generated python docs.

The custom class and module templates were present because the
autogenerated summaries for those things were not at all detailed -
basically, no members of classes and modules would be output. This in
turn led to warnings when sphinx would try to generate docs for
inherited members, especially in the IntEnum class.

Instead, get rid of those templates and instead add a new, much simpler
template that accomplishes the same thing but without causing those
warnings.

Fixes T726

Details

Provenance
clumensAuthored on Jan 24 2025, 12:01 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.