We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df39d66 commit a54e75fCopy full SHA for a54e75f
mkdocs.yml
@@ -59,9 +59,9 @@ plugins:
59
filters: [ "!^_" ] # exclude all members starting with _
60
members: true
61
inherited_members: false
62
- docstring_style: "google"
63
- docstring_options:
64
- replace_admonitions: no
+ docstring_style: "restructured-text"
+# docstring_options:
+# replace_admonitions: no
65
new_path_syntax: false
66
rendering:
67
show_root_heading: true
@@ -114,5 +114,7 @@ markdown_extensions:
114
emoji_generator: !!python/name:materialx.emoji.to_svg
115
nav:
116
- Index: index.md
117
+ - Application Helper Modules:
118
+ - custom_logger: custom_logger.md
119
- Unit-Tests:
120
- TASK-ID-001: unit-tests/task_id_001.md
0 commit comments