diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-22 15:49:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 15:49:52 -0700 |
| commit | 7983aaee6747e7b7840593c2fc25ee56d9699edc (patch) | |
| tree | cf563f230e0ac1079256ddc7201ce3e8f1a5f459 /docs/_includes | |
| parent | e4f23ffde2272f152d00d82eac6f27d2997baf99 (diff) | |
Fix errors in matrix-layout documentation (#1809)
* Fix errors in matrix-layout documentation
* Fixup
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/user-guide-toc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/_includes/user-guide-toc.html b/docs/_includes/user-guide-toc.html index a761fe3fd..b3c1ed39f 100644 --- a/docs/_includes/user-guide-toc.html +++ b/docs/_includes/user-guide-toc.html @@ -1,5 +1,6 @@ + <a href="/slang/user-guide/">Slang User's Guide</a> -<ol style="list-style-type:decimal"> +<ol> <li><a href="/slang/user-guide/00-introduction.html">Introduction</a></li> <li><a href="/slang/user-guide/01-get-started.html">Getting Started</a></li> <li><a href="/slang/user-guide/02-conventional-features.html">Conventional Language Features</a></li> @@ -8,7 +9,7 @@ <li><a href="/slang/user-guide/05-compiling.html">Compiling Code with Slang</a></li> <li><a href="/slang/user-guide/06-targets.html">Supported Compilation Targets</a></li> <li><a href="/slang/user-guide/a1-special-topics.html">Special Topics</a></li> - <ol style="list-style-type:circle"> + <ol> <li><a href="/slang/user-guide/a1-01-matrix-layout.html">Matrix Layout</a></li> </ol> |
