-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
featureNew feature or requestNew feature or request
Description
The current syntax of ...
::: my_package.my_module.MyClass
handler: python
options:
members:
- method_a
- method_b
show_root_heading: false
show_source: false
... does not play well with markdown formatters.
Consider changing the syntax. Here's some ideas.
A markdown list, in conjunction with a flag variable
::: my_package.my_module.MyClass has_options=true
- handler: python
- options
- members
- method_a
- method_b
- show_root_heading: false
- show_source: falseA markdown list, with an indicator flag
::: my_package.my_module.MyClass
- #!mkdocstrings
- handler: python
- options
- members
- method_a
- method_b
- show_root_heading: false
- show_source: falseReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request