8000 fix(README.rst): fix syntax error and add warning · python/python-docs-zh-tw@38935fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 38935fe

Browse files
committed
fix(README.rst): fix syntax error and add warning
1 parent de6ea2e commit 38935fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ the PSF for inclusion in the documentation.
7373
翻譯流程
7474
------------
7575

76+
**請注意**: 以下 ``make`` 開發指令僅能運作於 Unix 系統上,Windows 或其他作業系統的使用者可考慮於 `GitHub Codespace <https://github.com/features/codespaces>`_ 上開發
77+
7678
事先需要有
7779
~~~~~~~~~~
7880

@@ -125,14 +127,14 @@ the PSF for inclusion in the documentation.
125127
git fetch upstream
126128
git checkout -b glossary upstream/3.11
127129

128-
2. 接著就可以開始翻譯(翻譯時可參考`翻譯守則`_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
130+
2. 接著就可以開始翻譯(翻譯時可參考 `翻譯守則`_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
129131
打開,翻譯不同檔案時將 glossary 換成別的檔名) ::
130132

131133
poedit glossary.po
132134

133135
3. 存檔以後,執行以下列指令編譯輸出文件,以確保你的修改沒有 rST 的語法錯誤或警告 ::
134136

135-
make all
137+
VERSION=3.11 make all
136138

137139
如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\
138140
並且會使用 Sphinx 幫你檢查 rST 語法錯誤,我們盡量保持沒有 warning \

0 commit comments

Comments
 (0)
0