We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4744466 commit dac7bbdCopy full SHA for dac7bbd
doc/_static/switcher.json
@@ -12,6 +12,6 @@
12
{
13
"name": "torch-book 旧版",
14
"version": "old",
15
- "url": "https://torch-book.readthedocs.io/zh-cn/old"
+ "url": "https://torch-book.readthedocs.io/zh-cn/old/"
16
}
17
]
doc/blog/index.md
@@ -0,0 +1,13 @@
1
+# 博客
2
+
3
+```{button-link} ./archive.html
4
+:color: primary
5
+阅读博文
6
+```
7
8
+```{postlist}
9
+:list-style: circle
10
+:date: "%Y-%m-%d"
11
+:format: "{title} - {date}"
+:excerpts:
doc/index.md
@@ -2,6 +2,7 @@
```{toctree}
readme
+blog/index
旧版 Torch 手册 <https://torch-book.readthedocs.io/zh-cn/old/index.html>
```
0 commit comments