Skip to content

Commit

Permalink
updated req file to include sphinx_markdown_tables
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Jul 6, 2020
1 parent 57fd478 commit 0e60617
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Expand Up @@ -29,7 +29,7 @@ Clone or download the repository. The source code is in the src directory.
The CMAP.m file abstracts the Simons CMAP API and provides the user with several
methods to query the database and extract subsets of data.
In order to make API requests, you need to get an API key from `Simons CMAP website`_.
Once you got your API key run the following command (in the MATLAB Command Window)
Once you got your API key, run the following command (in the MATLAB Command Window)
to store the API key on your local machine:

.. code-block:: MATLAB
Expand Down
Expand Up @@ -232,7 +232,7 @@ <h2>Usage</h2><p>Clone or download the repository. The source code is in the src
The CMAP.m file abstracts the Simons CMAP API and provides the user with several
methods to query the database and extract subsets of data.
In order to make API requests, you need to get an API key from <a class="reference external" href="https://simonscmap.com/register">Simons CMAP website</a>.
Once you got your API key run the following command (in the MATLAB Command Window)
Once you got your API key, run the following command (in the MATLAB Command Window)
to store the API key on your local machine:</p>
<div class="highlight-MATLAB notranslate"><div class="highlight"><pre><span></span><span class="n">CMAP</span><span class="p">.</span><span class="n">set_api_key</span><span class="p">(</span><span class="s">&#39;your api key&#39;</span><span class="p">);</span>
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
m2r
sphinx_markdown_tables
nbsphinx

0 comments on commit 0e60617

Please sign in to comment.