-
- [ ] Add doc-blocks to functions
- [ ] Add doc-blocks to classes
- [x] Add doc-blocks to files (#47)
- [ ] Add tutorials
- [x] Getting Started (#47)
- [x] Making a fixture (#47)
- […
-
I disagree with "Indent each line of multi-line docstrings." This results in extra spaces inserted at arbitrary intervals in the resulting string, making docstring maintenance more of a pain - if I'd …
-
### Describe the bug
I'm using the `requests_oauthlib` package and I am annotating my code with type hints. So, I have a function that returns `OAuth1`, which is imported. `mypy` does not complain …
-
I use google style as docstring.
But it doesn't look good when generating doc by portray.
Do I need to follow the same way on portray's doc?
Or can I generate better doc with google docstring sty…
-
Is boltons a good home for a filter_chunked function?
```python
def filter_chunked(iterable: Iterable[T], chunk_size: int, func: Callable[[Iterable[T]], Iterable[bool]]) -> Iterator[T]:
for c…
-
I guess there's a bug in the algorithm somehow. These work:
```julia
In [178]: ratsimpmodprime(I*z, [Poly(z**2 - 1, z)]) …
-
Occasionally the PDF generator will throw a StackOverflow exception.
`Aug 08, 2022 11:17:32 AM tech.grasshopper.pdf.PDFCucumberReport collectReportConfiguration
INFO: PDF report configuration YAML…
-
Just a quick issue to document. Maybe I'm doing something wrong but I can't get the extension to remember my API key.
-
Numpy docstrings for classes have an Attributes section:
https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring
However, if I parse a docstring that adheres to it, the Attributes …
-
### Reproducing code example:
I was trying to calculate a mean from an array. Then I decided to do some filtering, which changes the input array/list to an iterator.
```
np.mean([0,1,2]) # OK
np…