投稿

4月, 2021の投稿を表示しています

Python3(7)

%370: Python3(7) %371: 「Sphinx」のインストール `▼ -------------------------------------------------------------------------------- (0)「tinypy.zip」を使うのを断念して「Sphinx」に切り替えます. /* 【 [%691] 】 */ (1)参考資料  ①「Sphinx.org」@   「 https://sphinx-users.jp/gettingstarted/index.html 」  ②「tohoho」@   「 http://www.tohoho-web.com/python/sphinx.html 」  ③「qiita」@   「 https://qiita.com/futakuchi0117/items/4d3997c1ca1323259844 」 (2)補足  ①「(1)③」の説明が懇切丁寧で分かり易いが 「IDLE」が既存だから    「Sphinx」の実装だけでよい  ②「(1)③」の   ----------------------------------------------   ・仮想環境に入ります   %USERPROFILE%\mysphinx\Scripts\activate   ・pip コマンドでインストールします。   pip install sphinx Pillow   ・# 正常にインストールが完了した場合の表示例   sphinx-quickstart 3.0.4    インストール作業は以上です。次はプロジェクトを作るに進んでください。     install sphinx Pillow    Successfully installed Jinja2-2.11.2 MarkupSafe-1.1.1 Pillow -7.1.2   ----------------------------------------------   も分かり易いが,このブログでは「(1)②」を教科書替わりにしているので   下記の「 ③ 」とこれに後続する「 ④ 」を流用する.   ③ 「(1)②」の「 Sphinxをインストールする 」の紹介:   -------------------------------