You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line tool doc/summarize.py does not currently work:
Traceback (most recent call last):
File "doc/summarize.py", line 16, in <module>
from sphinxext.phantom_import import import_phantom_module
ModuleNotFoundError: No module named 'sphinxext.phantom_import'
the tool depends on sphinxext.phantom_import which was part of numpy/doc/sphinxext/ back in numpy 1.7.x, but has since moved on. Either this tool should be revised to work again, or considered to be removed.
The text was updated successfully, but these errors were encountered:
rossbar
added
triage review
Issue/PR to be discussed at the next triage meeting
triaged
Issue/PR that was discussed in a triage meeting
and removed
triage review
Issue/PR to be discussed at the next triage meeting
labels
Mar 7, 2020
The consensus seems to be that this script is very rarely used and not worth the effort to update.
Others have since gone through and identified missing/undocumented functions/attributes in, for example, #12385 and #10106 . In these cases, doc/summarize.py was not used. #10106 contains a short script that has been used instead of doc/summarize.py to generate the list of undocumented functions.
The command-line tool
doc/summarize.py
does not currently work:the tool depends on
sphinxext.phantom_import
which was part ofnumpy/doc/sphinxext/
back in numpy 1.7.x, but has since moved on. Either this tool should be revised to work again, or considered to be removed.The text was updated successfully, but these errors were encountered: