Skip to content

Commit f359560

Browse files
committed
Enhance article headers and add additional context for readers
1 parent 9bca036 commit f359560

6 files changed

+17
-5
lines changed

content/column/beautiful-python-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "ruff", "rust"]
1919
type: "post"
2020
---
2121

22-
<!-- ## ✨️ Python のコードを美しく保つには -->
22+
## ✨️ Python のコードを美しく保つには
23+
24+
詳細は以下をご覧ください。
2325

2426
{{< blogcard url="https://note.com/shunk031/n/n65c55ca011e3" >}}

content/column/extending-diffusers-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "diffusers"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🧨 `diffusers` のコードを拡張する -->
22+
## 🧨 `diffusers` のコードを拡張する
23+
24+
詳細は以下をご覧ください。
2325

2426
{{< blogcard url="https://note.com/shunk031/n/nb558ff80165f" >}}

content/column/mastering-huggingface-ecosystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ type: "post"
2121

2222
## 🤗 Hugging Face のエコシステムを使い倒す
2323

24+
詳細は以下をご覧ください。
25+
2426
{{< blogcard url="https://note.com/shunk031/n/na43041c88ad7" >}}

content/column/python-dataclass.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "Type Hint", "dataclass"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🔎 `dataclass` で万物に型をつけよう -->
22+
## 🔎 `dataclass` で万物に型をつけよう
23+
24+
詳細は以下をご覧ください。
2325

2426
{{< blogcard url="https://note.com/shunk031/n/nc1106f2ef926" >}}

content/column/reproducible-experiments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "uv", "docker", "rust"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🧪 深層学習を用いた実験における再現可能な環境構築 -->
22+
## 🧪 深層学習を用いた実験における再現可能な環境構築
23+
24+
詳細は以下をご覧ください。
2325

2426
{{< blogcard url="https://note.com/shunk031/n/n0f0e9e42b5aa" >}}

content/column/typehint-in-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "Type Hint"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 💡すべてを救う Python の型ヒントについて -->
22+
## 💡すべてを救う Python の型ヒントについて
23+
24+
詳細は以下をご覧ください。
2325

2426
{{< blogcard url="https://note.com/shunk031/n/n02edafb543a6" >}}

0 commit comments

Comments
 (0)