From 5d0e3e932a03f2b491e7592a17affc6b973a6a64 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 21:35:45 -0800 Subject: Fix doc build. (#6493) --- docs/_layouts/deprecated.html | 226 +++++++++++++++++++++++++++++++++++++++ docs/deprecated/a1-02-slangpy.md | 3 +- 2 files changed, 227 insertions(+), 2 deletions(-) create mode 100644 docs/_layouts/deprecated.html (limited to 'docs') diff --git a/docs/_layouts/deprecated.html b/docs/_layouts/deprecated.html new file mode 100644 index 000000000..41bcaf87f --- /dev/null +++ b/docs/_layouts/deprecated.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + {% seo %} + + + +
+ +
+
+ {% include anchor_headings.html html=content anchorBody="" %} +
+ +
+ {% if site.github.is_project_page %} + {{ site.title | default: site.github.repository_name }} is maintained by {{ site.github.owner_name }}
+ {% endif %} + This page was generated by GitHub Pages. +
+
+
+ + + + + \ No newline at end of file diff --git a/docs/deprecated/a1-02-slangpy.md b/docs/deprecated/a1-02-slangpy.md index f3dd24a92..1862f4674 100644 --- a/docs/deprecated/a1-02-slangpy.md +++ b/docs/deprecated/a1-02-slangpy.md @@ -1,7 +1,6 @@ --- layout: user-guide -permalink: "docs/user-guide -/a1-02-slangpy" +permalink: "docs/user-guide/a1-02-slangpy" --- Using Slang to Write PyTorch Kernels -- cgit v1.2.3