Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf5c63c

Browse files
committed
Deploying to gh-pages from @7a66339 🚀
1 parent6d2c666 commitaf5c63c

File tree

6 files changed

+145
-316
lines changed

6 files changed

+145
-316
lines changed

‎bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
231231
</section>
232232
<sectionid="getting-started-contributing-to-python-yourself">
233233
<spanid="contributing-to-python"></span><h2>開始讓自己貢獻 Python<aclass="headerlink"href="#getting-started-contributing-to-python-yourself"title="連結到這個標頭"></a></h2>
234-
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在<aclass="reference external"href="https://devguide.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<aclass="reference external"href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
234+
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在<aclass="reference external"href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<aclass="reference external"href="https://devguide.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
235235
</section>
236236
</section>
237237

‎contents.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,15 +3951,15 @@ <h1>Python 說明文件內容<a class="headerlink" href="#python-documentation-c
39513951
<li class="toctree-l2"><a class="reference internal" href="library/binary.html">二進位資料服務</a><ul>
39523952
<li class="toctree-l3"><a class="reference internal" href="library/struct.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">struct</span></code> --- 將位元組直譯為打包起來的二進位資料</a><ul>
39533953
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#functions-and-exceptions">函式與例外</a></li>
3954-
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#format-strings">Format Strings</a><ul>
3955-
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#byte-order-size-and-alignment">Byte Order, Size, and Alignment</a></li>
3956-
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#format-characters">Format Characters</a></li>
3954+
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#format-strings">格式字串</a><ul>
3955+
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#byte-order-size-and-alignment">位元組順序、大小和對齊</a></li>
3956+
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#format-characters">格式字元</a></li>
39573957
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#examples">範例</a></li>
39583958
</ul>
39593959
</li>
3960-
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#applications">Applications</a><ul>
3961-
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#native-formats">Native Formats</a></li>
3962-
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#standard-formats">Standard Formats</a></li>
3960+
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#applications">應用</a><ul>
3961+
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#native-formats">原生格式</a></li>
3962+
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#standard-formats">標準格式</a></li>
39633963
</ul>
39643964
</li>
39653965
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#classes">類別</a></li>

‎library/binary.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ <h3>瀏覽</h3>
181181
<ul>
182182
<liclass="toctree-l1"><aclass="reference internal"href="struct.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">struct</span></code> --- 將位元組直譯為打包起來的二進位資料</a><ul>
183183
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#functions-and-exceptions">函式與例外</a></li>
184-
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#format-strings">Format Strings</a><ul>
185-
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#byte-order-size-and-alignment">Byte Order, Size, and Alignment</a></li>
186-
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#format-characters">Format Characters</a></li>
184+
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#format-strings">格式字串</a><ul>
185+
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#byte-order-size-and-alignment">位元組順序、大小和對齊</a></li>
186+
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#format-characters">格式字元</a></li>
187187
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#examples">範例</a></li>
188188
</ul>
189189
</li>
190-
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#applications">Applications</a><ul>
191-
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#native-formats">Native Formats</a></li>
192-
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#standard-formats">Standard Formats</a></li>
190+
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#applications">應用</a><ul>
191+
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#native-formats">原生格式</a></li>
192+
<liclass="toctree-l3"><aclass="reference internal"href="struct.html#standard-formats">標準格式</a></li>
193193
</ul>
194194
</li>
195195
<liclass="toctree-l2"><aclass="reference internal"href="struct.html#classes">類別</a></li>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp