Skip to content

Commit

Permalink
fix maps docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 25, 2019
1 parent 77a28cd commit ba0a9a6
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/modules/maps.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/pygbif/maps/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h1>Source code for pygbif.maps.map</h1><div class="highlight"><pre>
<span class="sd"> :param srs: [str] Spatial reference system. One of:</span>

<span class="sd"> - ``EPSG:3857`` (Web Mercator)</span>
<span class="sd"> - ``EPSG:4326`` (WGS84 plate careé)</span>
<span class="sd"> - ``EPSG:4326`` (WGS84 plate caree)</span>
<span class="sd"> - ``EPSG:3575`` (Arctic LAEA)</span>
<span class="sd"> - ``EPSG:3031`` (Antarctic stereographic)</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/modules/maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<li><strong>srs</strong><p>[str] Spatial reference system. One of:</p>
<ul>
<li><code class="docutils literal notranslate"><span class="pre">EPSG:3857</span></code> (Web Mercator)</li>
<li><code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code> (WGS84 plate careé)</li>
<li><code class="docutils literal notranslate"><span class="pre">EPSG:4326</span></code> (WGS84 plate caree)</li>
<li><code class="docutils literal notranslate"><span class="pre">EPSG:3575</span></code> (Arctic LAEA)</li>
<li><code class="docutils literal notranslate"><span class="pre">EPSG:3031</span></code> (Antarctic stereographic)</li>
</ul>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1>Python Module Index</h1>
<tr>
<td></td>
<td>
<a href="modules/utils.html#module-pygbif"><code class="xref">pygbif</code></a></td><td>
<a href="modules/maps.html#module-pygbif"><code class="xref">pygbif</code></a></td><td>
<em></em></td></tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pygbif/maps/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def map(source = 'density', z = 0, x = 0, y = 0, format = '@1x.png',
:param srs: [str] Spatial reference system. One of:
- ``EPSG:3857`` (Web Mercator)
- ``EPSG:4326`` (WGS84 plate careé)
- ``EPSG:4326`` (WGS84 plate caree)
- ``EPSG:3575`` (Arctic LAEA)
- ``EPSG:3031`` (Antarctic stereographic)
Expand Down

0 comments on commit ba0a9a6

Please sign in to comment.