Skip to content

Commit e68622d

Browse files
committed
feat: remove comments
1 parent e62b09c commit e68622d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

autoapi/mappers/base.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,6 @@ def output_child_rst(self, obj, obj_parent, detail_dir, source_suffix):
350350
if not obj_child_rst:
351351
return
352352

353-
# Create the proper path according to the type of object and the desired
354-
# page level. If page level stops at exception, class, or function, then
355-
# the following path must be created:
356-
# created:
357-
# detail_dir / obj_name.rst (example/Foo.rst)
358-
#If own pages stops at others below this category, then the following
359-
# should be created for a class and its children:
360-
# detail_dir / obj_parent_name / index.rst (example/Foo/index.rst)
361-
# detail_dir / obj_parent_name / obj_name.rst (example/Foo/foo.rst)
362353
function_page_level = _OWN_PAGE_LEVELS.index("function")
363354
is_level_beyond_function = function_page_level < desired_page_level
364355
if obj.type in ["exception", "class"]:

0 commit comments

Comments
 (0)