Skip to content

Commit 7648c0f

Browse files
committed
Merge branch 'master' into stable
2 parents daa3d48 + 3854e86 commit 7648c0f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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/intro/installation/end_users/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ way. (Currently Windows only.)
2424
This installer will give you :mod:`garlicsim`, :mod:`garlicsim_lib` and
2525
:mod:`garlicsim_wx`.
2626

27-
A similiar end-user installer for Mac will become available in 2011.
27+
End-user installers for Mac and Linux will become available in the future.

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)