Closed
Description
Expected Behavior
Running the example should return documentation with no exceptions
Actual Behavior
Running the example with actual module names fails with: AttributeError: 'str' object has no attribute '__name__'
Steps to Reproduce
- Copy paste the example provided
- Replace 'a', 'b' with module names or a path to a module.
- Execute.
Attempting to use pdoc.import_module(mod)
is not sufficient to make the example viable.
Additional info
- pdoc version: 0.6.3