Skip to content

Commit 06aa926

Browse files
committed
Tweak docs model summaries / pages names and layout
1 parent ac9a2c9 commit 06aa926

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Model Architectures
1+
# Model Summaries
22

33
The model architectures included come from a wide variety of sources. Sources, including papers, original impl ("reference code") that I rewrote / adapted, and PyTorch impl that I leveraged directly ("code") are listed below.
44

docs/models/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title: Model Pages

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repo_url: 'https://github.com/rwightman/pytorch-image-models'
55
nav:
66
- index.md
77
- models.md
8+
- ... | models/*.md
89
- results.md
910
- scripts.md
1011
- training_hparam_examples.md
1112
- feature_extraction.md
1213
- changes.md
1314
- archived_changes.md
14-
- ... | models/*.md
1515
theme:
1616
name: 'material'
1717
feature:

0 commit comments

Comments
 (0)