-
Moved here from the original (now private) issue tracker.
We have a lot of docstrings (though we should really add more), and I really like the formatting examples for https://pypi.python.org/pypi/sp…
-
When referring to other functions in the docstrings, use ([see here](https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#cross-referencing-python-objects))
```python
:py:func:`f…
-
Consult https://www.python.org/dev/peps/pep-0257/
-
As this code is likely to be audited by others more closely, I think it would be great to start building clear comments and docstrings. I really like the format here: https://github.com/ConsenSys/PLCR…
-
In GitLab by @git.ligo:daniel-williams on Oct 1, 2019, 10:08
At the moment examples in docstrings aren't included in the bilby testing process.
In order to improve the project's documentation automat…
-
Hello,
I've been working on creating my own evaluation loop based on your code, but I've encountered some difficulties. Could you please review my implementation and let me know if it is correct? I…
-
Just stumbled over this function looking for something else.
No idea if it is ever used or if it is important, that's also not the point of this issue.
https://github.com/cta-observatory/ctapipe/…
-
As pointed by pylint
-
Hi,
Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world.
For now they don't work with Dash as there are no type annotations included with the librar…
-
add
:params:
:returns:
to stats function docstrings in f40af22