• 
      

    Exclude __annotations__ by default from docs.

    Review Request #12740 — Created Nov. 28, 2022 and submitted

    Information

    beanbag-docutils
    master

    Reviewers

    This adds __annotations__ to the list of attributes to exclude on
    modules, classes, and functions. These were noisy and not beneficial for
    documentation, as the information from annotations are already pulled
    out for use.

    Built docs and verified that the __annotations__ attributes weren't
    being shown.

    Summary ID
    Exclude __annotations__ by default from docs.
    This adds `__annotations__` to the list of attributes to exclude on modules, classes, and functions. These were noisy and not beneficial for documentation, as the information from annotations are already pulled out for use.
    136140adb58030e5eb6798ac43c3473a3f15c6d4
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (fadd668)