Skip to content

Commit e866a68

Browse files
committed
change domain pkg names to camelcase
1 parent aec6ed8 commit e866a68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_includes/main_menu.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
<p></p>
5050
</a>
5151
<a class="nav-dropdown-item" href="{{ site.baseurl }}/audio">
52-
<span class="dropdown-title docs-title">torchaudio</span>
52+
<span class="dropdown-title docs-title">TorchAudio</span>
5353
<p></p>
5454
</a>
5555
<a class="nav-dropdown-item" href="{{ site.baseurl }}/text">
56-
<span class="dropdown-title docs-title">torchtext</span>
56+
<span class="dropdown-title docs-title">TorchText</span>
5757
<p></p>
5858
</a>
5959
<a class="nav-dropdown-item" href="{{ site.baseurl }}/vision">
60-
<span class="dropdown-title docs-title">torchvision</span>
60+
<span class="dropdown-title docs-title">TorchVision</span>
6161
<p></p>
6262
</a>
6363
<a class="nav-dropdown-item" href="{{ site.baseurl }}/torcharrow">
64-
<span class="dropdown-title docs-title">torcharrow</span>
64+
<span class="dropdown-title docs-title">TorchArrow</span>
6565
<p></p>
6666
</a>
6767
<a class="nav-dropdown-item" href="{{ site.baseurl }}/data">

_includes/mobile_menu.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@
6464
</li>
6565

6666
<li class="{% if current[1] == 'audio' %}active{% endif %}">
67-
<a href="{{ site.baseurl }}/audio">torchaudio</a>
67+
<a href="{{ site.baseurl }}/audio">TorchAudio</a>
6868
</li>
6969

7070
<li class="{% if current[1] == 'torchtext' %}active{% endif %}">
71-
<a href="{{ site.baseurl }}/text">torchtext</a>
71+
<a href="{{ site.baseurl }}/text">TorchText</a>
7272
</li>
7373

7474
<li class="{% if current[1] == 'torchvision' %}active{% endif %}">
75-
<a href="{{ site.baseurl }}/vision">torchvision</a>
75+
<a href="{{ site.baseurl }}/vision">TorchVision</a>
7676
</li>
7777

7878
<li class="{% if current[1] == 'torcharrow' %}active{% endif %}">
79-
<a href="{{ site.baseurl }}/torcharrow">torcharrow</a>
79+
<a href="{{ site.baseurl }}/torcharrow">TorchArrow</a>
8080
</li>
8181

8282
<li class="{% if current[1] == 'data' %}active{% endif %}">

0 commit comments

Comments
 (0)