-
Updated
Feb 25, 2021 - Python
docstrings
Here are 47 public repositories matching this topic...
-
Updated
Feb 25, 2021 - Python
-
Updated
Feb 28, 2021 - Python
-
Updated
Nov 21, 2020 - Jupyter Notebook
-
Updated
Jul 13, 2020 - Python
A common-ish mistake for docstring author is to use the label of a parameter as opposed to the actual name. The error message in this scenario could be improved. Right now the parameter docstring is reported as missing. It could be something like "Parameter label (X) is used instead of name (Y)".
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 9, 2021 - Python
-
Updated
Jun 3, 2017
-
Updated
Jan 3, 2021 - Python
-
Updated
Apr 9, 2018 - Python
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-
Updated
Jun 15, 2018
-
Updated
Jul 14, 2016 - Python
-
Updated
Feb 22, 2021 - Emacs Lisp
-
Updated
Jan 13, 2021 - Python
-
Updated
Feb 17, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Feb 28, 2021 - Emacs Lisp
-
Updated
Oct 10, 2019 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Dec 7, 2017 - TypeScript
-
Updated
Jan 25, 2021 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Mar 22, 2020 - Python
Improve this page
Add a description, image, and links to the docstrings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docstrings topic, visit your repo's landing page and select "manage topics."
With Python 3.5.x having reached its end of life/support, we can begin to use "advanced" features from Python 3.6: