diff --git a/docs/_sources/habachen_module.rst.txt b/docs/_sources/habachen_module.rst.txt
index 8e4ca56..38358d0 100644
--- a/docs/_sources/habachen_module.rst.txt
+++ b/docs/_sources/habachen_module.rst.txt
@@ -1,5 +1,5 @@
-:mod:`habachen` --- 高速な全角・半角変換
-============================================
+:mod:`habachen` --- 高速な日本語文字種変換モジュール
+====================================================
.. module:: habachen
@@ -115,9 +115,9 @@
hira_to_kata(text: str, /, ignore: Iterable[str] = '', *, hankaku: bool = False) -> str
文字列を受け取り、それに含まれるひらがなを対応するカタカナ(既定では全角カタカナ)に変換した新しい文字列を返します。\
- オプション引数 *ignore* に含まれるひらがなは変換されません。\
+ オプション引数 *ignore* に含まれるひらがなは変換されません。
*ignore* 引数に渡すことができるのは、ひらがな文字列、あるいはひらがな文字列のイテラブルで、\
- ひらがな文字列はカタカナに変換可能でなくてはなりません。
+ カタカナに変換できない文字を含んでいてはなりません。
*hankaku* オプションを True に設定すると、ひらがなは全角カタカナではなく半角カタカナに変換されるようになります。
以下が使用例です:
@@ -158,7 +158,7 @@
文字列を受け取り、それに含まれる全角カタカナを対応するひらがなに変換した新しい文字列を返します。\
オプション引数 *ignore* に含まれるカタカナは変換されません。
*ignore* 引数に渡すことができるのは、カタカナ文字列、あるいはカタカナ文字列のイテラブルで、\
- カタカナ文字列はひらがなに変換可能でなくてはなりません。
+ ひらがなに変換できない文字を含んでいてはなりません。
.. note::
diff --git a/docs/_static/basic.css b/docs/_static/basic.css
index c2fffb0..ada2426 100644
--- a/docs/_static/basic.css
+++ b/docs/_static/basic.css
@@ -670,6 +670,16 @@ dd {
margin-left: 30px;
}
+.sig dd {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+.sig dl {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
@@ -738,6 +748,14 @@ abbr, acronym {
cursor: help;
}
+.translated {
+ background-color: rgba(207, 255, 207, 0.2)
+}
+
+.untranslated {
+ background-color: rgba(255, 207, 207, 0.2)
+}
+
/* -- code displays --------------------------------------------------------- */
pre {
diff --git a/docs/_static/translations.js b/docs/_static/translations.js
index 282c78a..817b128 100644
--- a/docs/_static/translations.js
+++ b/docs/_static/translations.js
@@ -2,8 +2,7 @@ Documentation.addTranslations({
"locale": "ja",
"messages": {
"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s",
- "© Copyright %(copyright)s.": "© Copyright %(copyright)s.",
- "© Copyright %(copyright)s.": "© Copyright %(copyright)s.",
+ "© %(copyright_prefix)s %(copyright)s.": "",
", in ": ", in ",
"About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066",
"Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09",
diff --git a/docs/genindex.html b/docs/genindex.html
index 62a776f..933987b 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -7,13 +7,13 @@
索引 — Habachen ドキュメント
-
-
+
+
-
-
-
-
+
+
+
+
@@ -47,9 +47,9 @@ 索引
H
@@ -59,7 +59,7 @@ H
habachen
han_to_zen() (habachen モジュール)
@@ -87,6 +87,19 @@ K
+M
+
+
T
-モ
-
-
@@ -164,8 +164,8 @@ ナビゲーション