Page MenuHome

Fix T77276: Generating Python API docs raises lots of warnings about duplicate object definitions
ClosedPublic

Authored by Aaron Carlisle (Blendify) on Jun 2 2020, 11:54 PM.

Details

Summary

There are a couple of issue here:

  • .. module should be used to reference the actual module and not parent module.
  • Do not include data and attributes in the index. This also cleans up the genindex.

Fixes T77276

Diff Detail