Skip to content

Commit

Permalink
redundant #
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 21, 2024
1 parent 8f99c58 commit baed659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/autoware-interfaces/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ def update_type_page(pages):
path.parent.mkdir(parents=True, exist_ok=True)
path.write_text(text)

## Generate api type page.
# Generate api type page.
text = "# Types of Autoware AD API\n\n"
for spec in sorted(specs):
text += f"- [{spec}](./{spec}.md)\n"
Path("docs/design/autoware-interfaces/ad-api/types/index.md").write_text(text)


def update_list_page(pages):
## Generate api list page.
# Generate api list page.
data = []
for page in sorted(pages, key=lambda page: page["title"]):
title = page["title"]
Expand Down

0 comments on commit baed659

Please sign in to comment.