Skip to content

Commit e3e0160

Browse files
committed
fix release notes
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 76670d0 commit e3e0160

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/src/templates/release_notes_index.template.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Release notes for AWS Deep Learning Containers with {{ framework_name }}.
44

55
## Supported Releases
66

7-
| Version | Job Type | Accelerator | Platform | Release Notes |
8-
| ------------------------- | ---------------- | ---------------------------------------------------------------- | ---------------- | -------------------------- |
9-
| {% for r in supported -%} | | | | |
10-
| {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | \[View\]({{ r.filename }}) |
11-
| {% endfor %} | | | | |
12-
| {% if deprecated %} | | | | |
7+
| Version | Job Type | Accelerator | Platform | Release Notes |
8+
| ------- | -------- | ----------- | -------- | ------------- |
9+
{% for r in supported -%}
10+
| {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | [View]({{ r.filename }}) |
11+
{% endfor %}
12+
{% if deprecated %}
1313

1414
## Deprecated Releases
1515

16-
| Version | Job Type | Accelerator | Platform | Release Notes |
17-
| -------------------------- | ---------------- | ---------------------------------------------------------------- | ---------------- | -------------------------- |
18-
| {% for r in deprecated -%} | | | | |
19-
| {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | \[View\]({{ r.filename }}) |
20-
| {% endfor %} | | | | |
21-
| {% endif %} | | | | |
16+
| Version | Job Type | Accelerator | Platform | Release Notes |
17+
| ------- | -------- | ----------- | -------- | ------------- |
18+
{% for r in deprecated -%}
19+
| {{ r.version }} | {{ r.job_type }} | {{ r.accelerator }}{% if r.arch == "arm64" %} (ARM64){% endif %} | {{ r.platform }} | [View]({{ r.filename }}) |
20+
{% endfor %}
21+
{% endif %}

0 commit comments

Comments
 (0)