Skip to content
#

docstrings

Here are 47 public repositories matching this topic...

jvfe
jvfe commented Jan 19, 2021

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

Improve this page

Add a description, image, and links to the docstrings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docstrings topic, visit your repo's landing page and select "manage topics."

Learn more