Skip to content

Commit a4c0a04

Browse files
committed
Update documentation
1 parent 3aef8e8 commit a4c0a04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_sources/lectures/19_scalable_vector_analysis.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
},
8383
{
8484
"cell_type": "code",
85-
"execution_count": 1,
85+
"execution_count": null,
8686
"id": "fa416a40-1579-4401-9574-bf78a9853b3d",
8787
"metadata": {
8888
"tags": []
8989
},
9090
"outputs": [],
9191
"source": [
92-
"AWS_ACCESS_KEY_ID = \"SCDQA6KAMBGFNG98KK5J1AYN\"\n",
93-
"AWS_SECRET_ACCESS_KEY = \"lmqqCa2vtk4Ac3SzgyruPBKjSs0IGZGNZzqDbaLsbMheET7LMP6kN5fWNwsAeQ6X\""
92+
"AWS_ACCESS_KEY_ID = \"<YOUR_AWS_ACCESS_KEY_ID>\"\n",
93+
"AWS_SECRET_ACCESS_KEY = \"<YOUR_AWS_SECRET_ACCESS_KEY>\""
9494
]
9595
},
9696
{

lectures/19_scalable_vector_analysis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ <h3><span class="section-number">19.1.1. </span>AWS Set up<a class="headerlink"
435435
<p>All data on Source Cooperative, are hosted on AWS S3 bucket. In order to access them, you need credentials that you can generate on Source Cooperative website. Atfer logging in, click on your name at the top right corner, and then click on your username. Then navigate to “Manage” page on the left side. At the bottom of this page you will find a section called “API Keys”. If no key has been generated before, generate a new one and then copy the values for each of the following keys, and paste them in the following cell:</p>
436436
<div class="cell docutils container">
437437
<div class="cell_input docutils container">
438-
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">AWS_ACCESS_KEY_ID</span> <span class="o">=</span> <span class="s2">&quot;SCDQA6KAMBGFNG98KK5J1AYN&quot;</span>
439-
<span class="n">AWS_SECRET_ACCESS_KEY</span> <span class="o">=</span> <span class="s2">&quot;lmqqCa2vtk4Ac3SzgyruPBKjSs0IGZGNZzqDbaLsbMheET7LMP6kN5fWNwsAeQ6X&quot;</span>
438+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">AWS_ACCESS_KEY_ID</span> <span class="o">=</span> <span class="s2">&quot;&lt;YOUR_AWS_ACCESS_KEY_ID&gt;&quot;</span>
439+
<span class="n">AWS_SECRET_ACCESS_KEY</span> <span class="o">=</span> <span class="s2">&quot;&lt;YOUR_AWS_SECRET_ACCESS_KEY&gt;&quot;</span>
440440
</pre></div>
441441
</div>
442442
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)