Skip to content

Commit

Permalink
DOCS: more explicit title in list of products
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jun 25, 2024
1 parent 4935303 commit c2e3f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/parse_pyrad_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def parameters_to_dict(params):

def dict_to_restructured_text(yaml_data):
rst_output = []
rst_output.append('List of pyrad products')
rst_output.append('==============================\n')
rst_output.append('List of pyrad products separated by dataset type')
rst_output.append('=================================================\n')

for datasettype, value in yaml_data.items():
rst_output.append(f"{datasettype}")
Expand Down

0 comments on commit c2e3f1a

Please sign in to comment.