-
*#### Problem description
*Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you expect to happen?**
I us…
-
# Context
Functions having a decorator are not documented.
# Code
```python
def my_decorator(function):
"""
:param function: function
:return: function(self: Component, **kwar…
-
**Is your feature request related to a problem? Please describe.**
Pydoc-Markdown has been added to the repo, we can now start writing API reference documentation. Ideally all public classes, functio…
-
currently, displaying parent parser's help message
-
Inside the `dir_object` function there is an if statement that is checking if the prefix of the module that I'm trying to generate docs for matches the `__module__` value from the actual class that it…
-
**Is your feature request related to a problem? Please describe.**
Pydoc-Markdown has been added to the repo, we can now start writing API reference documentation, so let's start with the `API` class…
-
pydoc-markdown should also be compatible with Python 2.6 and 2.7.
-
Hi! Thanks a lot for making pydoc, after many hours struggling with other tools this one fits pretty well my workflow in a very simply manner. However, I found pretty strange that some html headers `H…
-
```
> pydocmd --help …
-
```
File "./pydoc_markdown/__init__.py", line 135, in write_class_member
prefix = type_.__name__
NameError: name 'type_' is not defined
```
I believe this is supposed to be tpe instead of t…