Christian Buhtz

Results 328 issues of Christian Buhtz

This piece of code is from a real project. The last line has overlength which is correct mentioned by pycodestyle but ignored and not corrected by autopep8. ## Python Code...

There is example code in README.md. https://github.com/Feneric/doxypypy#example I would like to know how this code looks like *after* it was processed by doxypypy. Where is the difference. It would help...

Only `setup.py` has version information. There should be a `__version__` variable in `__init__.py`. #81

Hello, referencing your example code in the README.md I ask myself if there is a way to specify the type of an argument. E.g. something like this ``` def myfunction(arg1,...

I was migrating my Doxygen 1.8 to Doxygen 1.9.1 (Debian stable). Upstream is at 1.9.4 by the way. I found that there is a "new" option in the generated Doxyfile....

def foobar(a, b, c): """ Description Args: a: b: c: Description """ In that case only `c` is shown as a parameter (under sub-headline ''Parameters''). One "usecase" of API documentation...

Sorry for asking via GitHub Issues what is IMO only a tracker for bugs and feature requests. I could not find any contact to ask questions about doxypypy. I know...

What are the exact problems to bring Sunflower into the Debian repositories?

I will try this myself but I wonder that there is not wiki or documentation about how to install elpy on Windows. This means elpy including all the underlying tools...

I tried Emacs 27 on Windows 10. Python 3.9.10 is installed. Python3 is invoked via `py -3` and pip via `py -3 -m pip`. But `python` and `pip` themselfs work...