-
The code is slowly starting to get properly documented with docstrings (see here the relevant [PEP 257](https://www.python.org/dev/peps/pep-0257/)).
Whenever new unit tests are written (see issue #2…
-
**Is your feature request related to a problem? Please describe.**
At the moment, `ocamlformat` tends to mangle comments like the following:
```ocaml
(* We need
- [E.builtin_dot] for ja…
-
Here is a checklist of things to complete before submitting a formal review. An abridged version from info on this site:
https://mne.tools/stable/install/contributing.html#mne-python-coding-convent…
-
Make sure we provide useful docstring.
-
I find the labeling of performance metrics in the output of `evaluate_model` (see docstring below) inconsistent.
Columns `pg_gap`, `va_gap` and `pf_gap` report the MAE of the prediction w.r.t ground …
-
Eventually, we are going to need to update the docs. This issue discusses some problems that I think eventually should be addressed. Feel leave any comments you have about anything.
### What docs g…
-
This is the test that I run
``` python
self.root= {}
self.head= {'foo': 'baz1'}
self.update= {'foo': 'baz2'}
non_list_merger = Merger(self.root, self.head, self.update, {})
try:
non_list_…
-
* The parameter type following the `:` is put in brackets `[...]` with the description and are hard to make out.
* There are unresolved references such as \`(b-a)\` that are not references.
* Int…
-
Document the `get_userinfo_by_id` method in the ModuleApi.
The function was added in #9581, but there are no user-facing docs describing it.
-
# Feature or enhancement
### Proposal:
Before argument clinic, creating method aliases in C extension classes was very easy: simply add another MethodDef for the same function:
```c
{"repl…