electric-coder
Results
2
issues of
electric-coder
### Describe the bug The `:undoc-members:` option does not include instance attributes without docstrings when used with the `.. autoclass::` directive. ### How to Reproduce **example.py** ```py class Example: """A...
type:bug
extensions:autodoc
**Is your feature request related to a problem? Please describe.** The only easy way to place the [`math` directive][1] exactly where I want using autodoc is to include it in...
type:proposal