Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore conventional private files starting with _ (mkdocstrings) #91

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/pulp_docs/data/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ plugins:
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_section_style: table # table, list, spacy
# heading_level: 2
docstring_section_style: list # table, list, spacy
filters: ["!^_"]
heading_level: 2
show_root_heading: true
show_root_toc_entry: true
show_if_no_docstring: false
Expand Down
4 changes: 4 additions & 0 deletions src/pulp_docs/data/repolist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ repos:
owner: pulp
title: Pulp CLI
branch: main
- name: pulp-ui
owner: pulp
title: Pulp UI
branch: main
content:
- name: pulp_maven
owner: pulp
Expand Down