Skip to content

Commit

Permalink
try dynamic TOC in Times Square
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Sep 27, 2024
1 parent 7c3844f commit bac947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/logging_and_reporting/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def adapter_overview(adapter, status, limit):
error = status["error"]
more = '(There may be more.)' if count >= limit else ''
result = error if error else f'Got {count} records. '
mdlist([f'<a id="overview{adapter.service}"></a>## Overview for Service: `{adapter.service}` [{count}]',
mdlist([f'## Overview for Service: `{adapter.service}` [{count}]<a id="overview{adapter.service}"></a>',
f'- Endpoint: {status["endpoint_url"]}',
])
print(f'- {result} {more}')
Expand Down

0 comments on commit bac947c

Please sign in to comment.