-
rust-bindgen [understands][U] doxygen style (?) docstring. If we change the type docstring style from `/* .. */` to `/** .. */`, we could get better output in various bindings.
I can make a PR if y…
-
**What kind of feature is this?**
* New feature in MISS_HIT
**MISS_HIT component affected**
Choose one or more of the below:
* Style checker
**Describe the solution you'd like**
[Mathworks](…
-
The directory structure we have in mind is
helio-ai
---data/
------generate_Y_segmented_maps.py
------generate_Y_annotations.py
------data_utils/
---------download_sharp_data.py
---------visual…
-
When using this kind of types in models:
```
MyType = Annotated[str, Field(min_length=3, max_length=256, pattern=r"^[a-z0-9_]+$")]
```
It looks like the generator does not properly escape the re…
-
#### Problem Description
[PEP 727](https://peps.python.org/pep-0727/) proposes a standard syntax for applying documentation strings to function parameters, return values, class variables, etc. usin…
-
This issue tracks the implementation of [pydoclint](https://jsh9.github.io/pydoclint/violation_codes.html). Following discussion in #11471 it was decided to prefer `pydoclint` over `darglint` for impl…
-
Currently I find the following docstring for `gen` in [the Oscar dev documentation of the abelian closure of the rationals](https://oscar-system.github.io/Oscar.jl/dev/NumberTheory/abelian_closure/).
…
-
Hi, Thanks for sharing such a great work.
I would like to ask that do use remove the 'docsring' from the code of the codesearchnet dataseet when you pretrain the CodeBert? In detail, whether you …
-
**Describe the bug**
Arbitrary argument lists (`*args`) are not included in the list of arguments generated by autoDocstring.
**Versions (please complete the following information):**
- autoDocst…
-
### Is your change request related to a problem? Please describe.
When using `show_source` the code snippet has a `span` and `codelineno` ID per line, e.g. ``.
If referencing the same line in …