Skip to content

Commit 8152bf1

Browse files
authored
Update Ecosystem menu with PyTorch Conf 2024 (#1602)
Signed-off-by: Chris Abraham <[email protected]>
1 parent be938c2 commit 8152bf1

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

_includes/main_menu.html

+4-12
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,14 @@
1010
Ecosystem
1111
</a>
1212
<div class="resources-dropdown-menu">
13+
<a class="nav-dropdown-item" href="https://events.linuxfoundation.org/pytorch-conference/">
14+
<span class="dropdown-title">PyTorch Conference - 2024</span>
15+
<p>September 18-19 in San Francisco</p>
16+
</a>
1317
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem">
1418
<span class="dropdown-title">Tools</span>
1519
<p>Learn about the tools and frameworks in the PyTorch Ecosystem</p>
1620
</a>
17-
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/ptc/2022">
18-
<span class="dropdown-title">PyTorch Conference - 2022</span>
19-
<p>See the posters presented at PyTorch Conference - 2022</p>
20-
</a>
21-
<a class="nav-dropdown-item" href="https://events.linuxfoundation.org/pytorch-conference/">
22-
<span class="dropdown-title">PyTorch Conference - 2023</span>
23-
<p>October 16-17 in San Francisco</p>
24-
</a>
25-
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">
26-
<span class="dropdown-title">Contributor Awards - 2023</span>
27-
<p>Award winners announced at this year's PyTorch Conference</p>
28-
</a>
2921
</div>
3022
</div>
3123
</li>

_includes/mobile_menu.html

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,10 @@
3232
</li>
3333
<ul class="resources-mobile-menu-items">
3434
<li>
35-
<a href="{{ site.baseurl }}/ecosystem">Tools</a>
36-
</li>
37-
<li>
38-
<a href="{{ site.baseurl}}/ecosystem/ptc/2022">PyTorch Conference - 2022</a>
35+
<a href="https://events.linuxfoundation.org/pytorch-conference/">PyTorch Conference - 2024</a>
3936
</li>
4037
<li>
41-
<a href="https://events.linuxfoundation.org/pytorch-conference/">PyTorch Conference - 2023</a>
42-
</li>
43-
<li>
44-
<a href="{{ site.baseurl }}/ecosystem/contributor-awards-2023">Contributor Awards - 2023</a>
38+
<a href="{{ site.baseurl }}/ecosystem">Tools</a>
4539
</li>
4640
</ul>
4741

0 commit comments

Comments
 (0)