Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaYoshida committed May 31, 2024
1 parent 20ed25f commit 2867f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions _sources/notebooks/Python_chapter8_handling_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"source": [
"## 授業で使うファイルの準備\n",
"\n",
"予め以下のリンクをクリックして、ファイルをダウンロードし、 \n",
"ご自身のGoogle Driveにアップロードする。\n",
"予め以下のリンクを右クリックしファイルをダウンロードし、ご自身のGoogle Driveにアップロードする。\n",
"\n",
"本章では、ファイルの場所を指定する**パス**という概念がたびたび登場する。\n",
"以下のコードをそのまま使いたいという方は、マイドライブ直下に`AdDS`というフォルダを作り、さらにその中に```chapter8_data```というフォルダを作成し、ファイルをいれてください。\n",
Expand Down
3 changes: 1 addition & 2 deletions notebooks/Python_chapter8_handling_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,7 @@ <h1><span class="section-number">8. </span>ファイル・文字列操作<a clas
<p>これまでの章で学んだfor文や自作関数、if文などを駆使する格好の練習問題でもある。</p>
<div class="section" id="id2">
<h2><span class="section-number">8.1. </span>授業で使うファイルの準備<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>予め以下のリンクをクリックして、ファイルをダウンロードし、<br />
ご自身のGoogle Driveにアップロードする。</p>
<p>予め以下のリンクを右クリックしファイルをダウンロードし、ご自身のGoogle Driveにアップロードする。</p>
<p>本章では、ファイルの場所を指定する<strong>パス</strong>という概念がたびたび登場する。
以下のコードをそのまま使いたいという方は、マイドライブ直下に<code class="docutils literal notranslate"><span class="pre">AdDS</span></code>というフォルダを作り、さらにその中に<code class="docutils literal notranslate"><span class="pre">chapter8_data</span></code>というフォルダを作成し、ファイルをいれてください。</p>
<p>パスについては後の節で詳しく説明します(今気になる方は末尾をチェック)。</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2867f6b

Please sign in to comment.