Skip to content

Commit

Permalink
Update description (legend) generate_index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anneku authored Dec 5, 2024
1 parent 373fecb commit e306200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def generate_index(dir_path):
index_content += f'<p><a href="../">.. (Parent Directory)</a></p>'

if dir_path != base_dir:
index_content += '<p>In the below maps, if an MGRA shape is in red, it is a destination; otherwise, it is the origin.</p>'
index_content += '<p>Destination MGRA in red; MGRA or TAZ w access in blue.</p>'
# Add the heading for the current directory
index_content += f'<h1>Index of {dir_name}</h1><ul>'

Expand Down

0 comments on commit e306200

Please sign in to comment.