Skip to content

Commit

Permalink
make explanation about type class a heading
Browse files Browse the repository at this point in the history
  • Loading branch information
matanor authored and elronbandel committed Jan 16, 2024
1 parent 153aefc commit 61d82a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def make_content(artifact, label, all_labels):

if artifact_class.__doc__:
result += f"Explanation about `{type_class_name}`:\n\n"
result += "+++++++++++++++++++\n"
result += artifact_class.__doc__ + "\n"

references = []
Expand Down

0 comments on commit 61d82a1

Please sign in to comment.