Skip to content

Commit

Permalink
patch markdown linting of special header
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 6, 2024
1 parent 66a9051 commit e8f785b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ The fields in the table below can be used in these parts of STAC documents:
| mlm:output <sup>[\[1\]][1]</sup> | \[[Model Output Object](#model-output-object)] | **REQUIRED** Describes each model output and how to interpret it. |
| mlm:hyperparameters <sup>[\[1\]][1]</sup> | [Model Hyperparameters Object](#model-hyperparameters-object) | Additional hyperparameters relevant for the model. |

<!-- different headings and intends are done on purpose to correctly render and redirect on GitHub -->
<!-- lint disable missing-heading -->
<!-- lint disable heading-increment -->

[1]: #1-allowed-only-in-item-properties

##### <sup>[1]</sup> Allowed Only in Item `properties`
Expand All @@ -152,6 +156,9 @@ The fields in the table below can be used in these parts of STAC documents:
> did not override it for their respective reference. For some of the fields, further details are provided in following
> sections to provide more precisions regarding some potentially ambiguous use cases.
<!-- lint enable missing-heading -->
<!-- lint enable no-undefined-references -->

In addition, fields from the multiple relevant extensions should be defined as applicable. See
[Best Practices - Recommended Extensions to Compose with the ML Model Extension](best-practices.md#recommended-extensions-to-compose-with-the-ml-model-extension)
for more details.
Expand Down

0 comments on commit e8f785b

Please sign in to comment.