-
If your file is `testy_mctestyface.py`:
```python
def foo(bar: int) -> int:
"""Docstring goes here."""
return bar + 1
```
The following error is generated:
```
~/D/P/R/hypothesis-b…
-
-
Hi,
I just installed the @develop version (because main release does not work with my project)
When I try to do a `pydoc-markdown --modules debug --search-path src/ > docs.md` (debug is my modu…
-
# Context
```bash
cd docs
pydocmd build
```
> ModuleNotFoundError: No module named 'my-project'
This error may not be explicit enough. (Or I am not knowledgeable enough :wink: )
This erro…
-
**Is your feature request related to a problem? Please describe.**
when I read the API reference documentation in the `application.py` section, there seems to be a sentence that has not been linked t…
-
Comment is below - sorry - I hit enter too quickly.
-
# Context
Functions having a decorator are not documented.
# Code
```python
def my_decorator(function):
"""
:param function: function
:return: function(self: Component, **kwar…
-
https://github.com/Tagar/abalon
produced by `pydocmd`
shows order of function in output changed from original https://github.com/Tagar/abalon/blob/master/abalon/spark/sparkutils.py
Tagar updated
5 years ago
-
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. Ideally all public classes, functio…