Skip to content

Commit

Permalink
Merge pull request #85 from melissawm/remove-members
Browse files Browse the repository at this point in the history
Remove unwanted members from API documentation
  • Loading branch information
dgmccart authored Sep 4, 2024
2 parents 6cea17c + 850d870 commit bf81d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ plugins:
members: true # An explicit list of members to render (true for all)
inherited_members: false # Do not render any inherited members (for classes)
members_order: "alphabetical" # Order members alphabetically, default
filters: ["!^_", "!dict"] # Remove private and unwanted members
filters: ["!^_", "!dict", "!setup_", "!gui"] # Remove private and unwanted members
summary: true # Whether to render summaries of objects. Insiders only for now
show_labels: false # Whether to show labels of the members
# Docstring options
Expand Down

0 comments on commit bf81d14

Please sign in to comment.