Skip to content

Commit f1090fc

Browse files
committed
Merge branch 'stable' into development
2 parents b014eea + 7648c0f commit f1090fc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

garlicsim/docs/intro/installation/developers/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Installing GarlicSim
1111
====================
1212

13-
Do you prefer Python 2.x or Python 3.x? If you're not sure, choose 2.x.
13+
Do you prefer Python **2.x** or Python **3.x**? Choose below. If you're not sure, choose **2.x**.
1414

1515
.. toctree::
1616
:maxdepth: 1

garlicsim/docs/theme/layout.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ <h3>{{ _('Quick search') }}</h3>
197197
{%- endif %}
198198
</div>
199199
{%- endblock %}
200-
<script type="text/javascript">
200+
<!-- Begin Google Analytics -->
201+
<script type="text/javascript">
201202
var _gaq = _gaq || [];
202203
_gaq.push(['_setAccount', 'UA-1136525-7']);
203204
_gaq.push(['_trackPageview']);
@@ -211,5 +212,9 @@ <h3>{{ _('Quick search') }}</h3>
211212
s.parentNode.insertBefore(ga, s);
212213
})();
213214
</script>
215+
<!-- End Google Analytics -->
216+
<!-- Chatty Loader Code -->
217+
<script id="chatty_loader_script" type="text/javascript" language="javascript" src="http://app.chattybar.com/chatty-loader.js?room_id=106&site_id=106"></script>
218+
<!-- End Chatty Loader Code -->
214219
</body>
215220
</html>

0 commit comments

Comments
 (0)