Skip to content
Merged
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
7 changes: 4 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: py-moodle
site_name: python-moodle
site_description: A modern Pythonic CLI and library to manage Moodle via web sessions
site_author: Ernesto Serrano
site_url: https://erseco.github.io/python-moodle/
Expand Down Expand Up @@ -74,11 +74,12 @@ plugins:
docstring_section_style: table
filters:
- '!^_'
heading_level: 1
heading_level: 2
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: true
show_root_heading: false
show_root_full_path: false
show_signature_annotations: true
show_source: false
signature_crossrefs: true
Expand Down