mirror of https://github.com/zulip/zulip.git
Switch default tab to Python
(imported from commit 43fe8126f7eae218338c31ba96f6531d59232053)
This commit is contained in:
parent
546a376d1c
commit
3703d33219
|
@ -33,14 +33,14 @@
|
|||
|
||||
<h3>Usage examples</h3>
|
||||
<ul class="nav nav-tabs" id="api-example-tabs">
|
||||
<li class="active"><a href="#curl" data-toggle="tab">curl</a></li>
|
||||
<li><a href="#python" data-toggle="tab">Python</a></li>
|
||||
<li class="active"><a href="#python" data-toggle="tab">Python</a></li>
|
||||
<li><a href="#curl" data-toggle="tab">curl</a></li>
|
||||
<li><a href="#commandline" data-toggle="tab">humbug-send</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
|
||||
<div class="tab-pane active" id="curl">
|
||||
<div class="tab-pane" id="curl">
|
||||
<p>No download required!</p>
|
||||
|
||||
{% comment %}
|
||||
|
@ -68,7 +68,7 @@ to pull out the resulting HTML :)
|
|||
|
||||
</div>
|
||||
|
||||
<div class="tab-pane" id="python">
|
||||
<div class="tab-pane active" id="python">
|
||||
<div class="codehilite"><pre><span class="c">#!/usr/bin/env python</span>
|
||||
|
||||
<span class="kn">import</span> <span class="nn">humbug</span>
|
||||
|
|
Loading…
Reference in New Issue