fixed typo
This commit is contained in:
parent
feebaf1ea0
commit
02202d1672
build
doctrees
html
source/usermanual
Binary file not shown.
Binary file not shown.
|
@ -334,7 +334,7 @@ As an example the following Python code shows how to use the variables to reques
|
|||
# List VRE fodler content
|
||||
vrefolder = requests.get(workspace + "/vrefolder", headers={"Accept" : "application/json", "Authorization" : "Bearer " + tok}).json()
|
||||
|
||||
An similar example in bash could have the following form:
|
||||
A similar example in bash could have the following form:
|
||||
|
||||
.. code-block:: bash
|
||||
:caption: How to download a file from the D4Science workspace from a private URL passed as input parameter
|
||||
|
|
|
@ -398,7 +398,7 @@ The technology and the list of available Runtimes is strictly related to type of
|
|||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<p>An similar example in bash could have the following form:</p>
|
||||
<p>A similar example in bash could have the following form:</p>
|
||||
<div class="literal-block-wrapper docutils container" id="id4">
|
||||
<div class="code-block-caption"><span class="caption-text">How to download a file from the D4Science workspace from a private URL passed as input parameter</span><a class="headerlink" href="#id4" title="Permalink to this code"></a></div>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="nb">echo</span><span class="w"> </span><span class="s2">"Getting token"</span>
|
||||
|
|
|
@ -334,7 +334,7 @@ As an example the following Python code shows how to use the variables to reques
|
|||
# List VRE fodler content
|
||||
vrefolder = requests.get(workspace + "/vrefolder", headers={"Accept" : "application/json", "Authorization" : "Bearer " + tok}).json()
|
||||
|
||||
An similar example in bash could have the following form:
|
||||
A similar example in bash could have the following form:
|
||||
|
||||
.. code-block:: bash
|
||||
:caption: How to download a file from the D4Science workspace from a private URL passed as input parameter
|
||||
|
|
Loading…
Reference in New Issue