Skip to content

Commit 092a760

Browse files
committed
deploy: 69e7ada
1 parent e7ae3f9 commit 092a760

168 files changed

Lines changed: 13200 additions & 13677 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ece1c72073881f37f881b235daae2f02
3+
config: bd49e5a95790259eeaca6453255e5646
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
-8.35 KB
Loading

dev/_sources/user_guide/plugins/WmsTimeDimension.md.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Add a time dimension to a WMS tile layer.
44

55
### Exploring the WMS with OWSLib
66

7-
```{code-cell} ipython3
7+
```python
88
from owslib.wms import WebMapService
99

10-
1110
url = "https://pae-paha.pacioos.hawaii.edu/thredds/wms/dhw_5km?service=WMS"
1211

1312
web_map_services = WebMapService(url, timeout=100)
@@ -17,7 +16,7 @@ print("\n".join(web_map_services.contents.keys()))
1716

1817
### Layer metadata
1918

20-
```{code-cell} ipython3
19+
```python
2120
layer = "CRW_SST"
2221
wms = web_map_services.contents[layer]
2322

@@ -38,7 +37,7 @@ if style not in wms.styles:
3837

3938
### Map with WmsTileLayer and TimestampedWmsTileLayers
4039

41-
```{code-cell} ipython3
40+
```python
4241
import folium
4342
import folium.plugins
4443

dev/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.20.1.dev153+g564010798',
2+
VERSION: '0.20.1.dev154+g69e7adab0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

dev/advanced_guide.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>Advanced guide &#8212; Folium 0.20.1.dev153+g564010798 documentation</title>
11+
<title>Advanced guide &#8212; Folium 0.20.1.dev154+g69e7adab0 documentation</title>
1212

1313

1414

@@ -39,7 +39,7 @@
3939
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=90905a2f556bf617f1a9" />
4040
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=90905a2f556bf617f1a9" />
4141

42-
<script src="_static/documentation_options.js?v=aee5520f"></script>
42+
<script src="_static/documentation_options.js?v=38dd7192"></script>
4343
<script src="_static/doctools.js?v=fd6eb6e6"></script>
4444
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
4545
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -58,7 +58,7 @@
5858
<link rel="prev" title="TimestampedWmsTileLayers" href="user_guide/plugins/WmsTimeDimension.html" />
5959
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6060
<meta name="docsearch:language" content="en"/>
61-
<meta name="docsearch:version" content="0.20.1.dev153+g564010798" />
61+
<meta name="docsearch:version" content="0.20.1.dev154+g69e7adab0" />
6262

6363

6464
<script src="_static/searchtools.js"></script>
@@ -548,7 +548,7 @@ <h1>Advanced guide<a class="headerlink" href="#advanced-guide" title="Link to th
548548
<div class="footer-items__start">
549549

550550
<div class="footer-item"><!-- This will display the version of the docs -->
551-
Folium version 0.20.1.dev153+g564010798</div>
551+
Folium version 0.20.1.dev154+g69e7adab0</div>
552552

553553
<div class="footer-item">
554554

dev/advanced_guide/choropleth with Jenks natural breaks optimization.html

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

dev/advanced_guide/choropleth with Jenks natural breaks optimization.ipynb

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

dev/advanced_guide/colormaps.html

Lines changed: 70 additions & 70 deletions
Large diffs are not rendered by default.

dev/advanced_guide/colormaps.ipynb

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

dev/advanced_guide/custom_panes.html

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)