Skip to content

Commit

Permalink
path chane test for RTD html rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Jan 31, 2020
1 parent 2469032 commit 70c47fc
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 19 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/user_guide/API_ref/cmap4r_api/cmap4r_api.doctree
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@


.. _github: https://github.com/simonscmap/cmap4r
.. _`here`: https://simonscmap.github.io/cmap4r/index.html

.. _github: https://github.com/simonscmap/cmap4r

cmap4r API
==========

cmap4r is a R programming language package currently in development. More details on the project can be found on the cmap4r github_ page.
The online documentation for the cmap4r package can be found here_

The package source can be found on github_
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ by: ``pycmap.API(vizEngine='bokeh')``
.. raw:: html

<iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe>
<iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe>



.. raw:: html

<iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe>
<iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe>



Expand Down
2 changes: 1 addition & 1 deletion _build/html/catalog/datasets/NOAA_NSIDC_CDR_Sea_Ice.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h1>Version History<a class="headerlink" href="#version-history" title="Permalin
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h2 id="T">T</h2>
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _build/html/user_guide/API_ref/api_ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1>Software Packages<a class="headerlink" href="#software-packages" title="Perm
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
5 changes: 3 additions & 2 deletions _build/html/user_guide/API_ref/cmap4r_api/cmap4r_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
</style>
<div class="section" id="cmap4r-api">
<h1>cmap4r API<a class="headerlink" href="#cmap4r-api" title="Permalink to this headline"></a></h1>
<p>cmap4r is a R programming language package currently in development. More details on the project can be found on the cmap4r <a class="reference external" href="https://github.com/simonscmap/cmap4r">github</a> page.</p>
<p>The online documentation for the cmap4r package can be found <a class="reference external" href="https://simonscmap.github.io/cmap4r/index.html">here</a></p>
<p>The package source can be found on <a class="reference external" href="https://github.com/simonscmap/cmap4r">github</a></p>
</div>


Expand All @@ -208,7 +209,7 @@ <h1>cmap4r API<a class="headerlink" href="#cmap4r-api" title="Permalink to this
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h2>Example 1: Gridded Maps<a class="headerlink" href="#example-1-gridded-maps"
<span class="p">)</span>
</pre></div>
</div>
<iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe><iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe><div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># here is how to modify a graph:</span>
<iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe><iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe><div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># here is how to modify a graph:</span>

<span class="n">go</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">cmap</span> <span class="o">=</span> <span class="s1">&#39;PRGn&#39;</span>
<span class="n">go</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">vmin</span> <span class="o">=</span> <span class="mi">0</span>
Expand Down Expand Up @@ -448,7 +448,7 @@ <h2>Example 4: 3D Surface<a class="headerlink" href="#example-4-3d-surface" titl
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2>Data Visualization Methods<a class="headerlink" href="#data-visualization-me
<p>
&copy; Copyright 2019, Mohammad Dehghani Ashkezari &amp; Norland Raphael Hagen
<span class="lastupdated">
Last updated on Jan 28, 2020.
Last updated on Jan 31, 2020.
</span>

</p>
Expand Down
7 changes: 5 additions & 2 deletions user_guide/API_ref/cmap4r_api/cmap4r_api.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@


.. _github: https://github.com/simonscmap/cmap4r
.. _`here`: https://simonscmap.github.io/cmap4r/index.html

.. _github: https://github.com/simonscmap/cmap4r

cmap4r API
==========

cmap4r is a R programming language package currently in development. More details on the project can be found on the cmap4r github_ page.
The online documentation for the cmap4r package can be found here_

The package source can be found on github_
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ by: ``pycmap.API(vizEngine='bokeh')``
.. raw:: html

<iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe>
<iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_phosphate_WOA_clim.html" frameborder = 0 height="550px" width="100%">></iframe>



.. raw:: html

<iframe src="../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe>
<iframe src="../../../../_static/pycmap_tutorial_viz/html/gridded_map_Fe.html" frameborder = 0 height="550px" width="100%">></iframe>



Expand Down

0 comments on commit 70c47fc

Please sign in to comment.