We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca83511 commit 1c0cc42Copy full SHA for 1c0cc42
numpydoc/docscrape_sphinx.py
@@ -1,6 +1,6 @@
1
from __future__ import division, absolute_import, print_function
2
3
-import re, inspect, textwrap, pydoc, aya
+import re, inspect, textwrap, pydoc
4
import sphinx
5
import collections
6
from .docscrape import NumpyDocString, FunctionDoc, ClassDoc
0 commit comments