Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Write-only repository that hosts the documentation for "Open-Source Python package for Single- and Multi-Players multi-armed Bandits algorithms" (SMPyBandits).
Command-line utility for quickly loading manual pages for all Python Standard Library functions. Similar to how `man printf` works for C/C++ functions.
I was using mkdocstrings, but I think this issue is specifically related to pytkdocs.
Is your feature request related to a problem? Please describe.
Yes. I had a docstring of a generator that I was using mkdocstrings (v0.14.0) to compile the documentation for, something like:
""" Get the next number in the sequence Args: n (int): The upper limit of the r