Add section on downloading data

This commit is contained in:
Joe Cheng
2012-11-26 17:05:47 -08:00
parent b049c4cc3f
commit 5a1b041e7e
3 changed files with 66 additions and 0 deletions

View File

@@ -164,9 +164,13 @@ hljs.initHighlightingOnLoad();
</li>
<li>
<a target="_self" href="#tabsets">Tabsets</a>
</li>
<li>
<a target="_self" href="#more-widgets">More Widgets</a>
</li>
<li>
<a target="_self" href="#downloads">Downloading Data</a>
</li>
<li>
<a target="_self" href="#html-ui">HTML UI</a>
</li>
@@ -281,6 +285,14 @@ hljs.initHighlightingOnLoad();
</div>
<!-- Downloading Data -->
<div class="tab-pane" id="downloads">
{% capture downloads %}{% include tutorial/downloads.md %}{% endcapture %}
{{ downloads | markdownify }}
</div>
<!-- Dynamic UI -->
<div class="tab-pane" id="dynamic-ui">

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB