Commit a1f2e47
committed
fix(networks): render LayerNormNd shape notation as literals
The channels-first and channels-last shapes in the class docstring were
written as bare tuples, so docutils read the leading asterisk of
`*spatial` as the start of inline emphasis and the docs build failed on
the resulting warning. Mark them up as inline literals instead.
Signed-off-by: VenkateswarluNagineni <venkates2002@tamu.edu>1 parent ee21839 commit a1f2e47
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments