Skip to content

Commit 94f4121

Browse files
committed
NOTE TO SELF: get_doc_object in docscrape_sphinx
1 parent b99e782 commit 94f4121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpydoc/docscrape_sphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def __init__(self, obj, doc=None, config={}):
409409
ObjDoc.__init__(self, obj, doc=doc, config=config)
410410

411411

412+
# TODO: refactor to use docscrape.get_doc_object
412413
def get_doc_object(obj, what=None, doc=None, config={}, builder=None):
413414
if what is None:
414415
if inspect.isclass(obj):

0 commit comments

Comments
 (0)