Abstract: Large Language Models (LLMs) have demonstrated impressive capabilities in generating high-quality code. Furthermore, instruct-finetuned versions of LLMs have shown remarkable proficiency in ...
We use doctest to make sure the examples in function docstrings are executable. Instead of doctest, .. jupyter-execute:: code blocks can run the examples and print the solution. The goal of this issue ...
I think it's pretty important to ship docstrings with source code, so that people can inspect docstrings while they're coding. But do we also need the docstring examples? I think they're kind of hard ...