Skip to content

Commit

Permalink
Added the Iteration API by Section in toctree
Browse files Browse the repository at this point in the history
Created a section_api.rst file for documenting Iteration API by Section
Added a link for Iteration API by Section documentation
Added comments for iter_record_objects_by_section() function
  • Loading branch information
mugdhadhole1 committed Aug 7, 2024
1 parent e077e21 commit e73c3cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions trlc/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -3088,13 +3088,10 @@ def iter_record_objects_by_section(self):
"""API for users
Retriving information about the section hierarchy for record objects
<<<<<<< HEAD
=======
Inputs: folder with trlc files where trlc files have sections,
sub sections and record objects
Output: Information about sections and level of sections,
record objects and levels of record object
>>>>>>> ce6c48c (Added the Iteration API by Section in toctree)
"""
for record_object in self.iter_record_objects():
location = record_object.location.file_name
Expand Down

0 comments on commit e73c3cb

Please sign in to comment.