0

In the documentation for Elpy 1.35, near the part about elpy-doc, there is a statment to the effect of

If the autodoc module is enabled (not by default) ...

What is the autodoc module, and how does one enable it? I cannot find more information about it in the Elpy documentation, and even grep'ing through the Elpy codebase in the GitHub repository finds almost nothing about "autodoc".

mhucka
  • 163
  • 7

1 Answers1

0

The autotdoc module referenced in the Elpy docs is a specific Elpy module. You can enable it by configuring Elpy. You can find its definition in Elpy's main source file elpy.el

nega
  • 3,221
  • 15
  • 21