summaryrefslogtreecommitdiff
blob: 45bcb8b38d1827f5f9aca660c7b022c9b0a86385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: Fix privacy breaches.
Author: Johan Van de Wauw <johan@vandewauw.be>

--- a/docs/en/index.rst
+++ b/docs/en/index.rst
@@ -5,11 +5,7 @@ OWSLib |release| documentation
 .. toctree::
    :maxdepth: 2
 
-.. image:: https://www.openhub.net/p/owslib/widgets/project_partner_badge.gif
-   :width: 193px
-   :height: 33px
-   :alt: OWSLib
-   :target: https://www.openhub.net/p/owslib?ref=WidgetProjectPartnerBadge
+`OpenHUB <https://www.openhub.net/p/owslib?ref=WidgetProjectPartnerBadge>`_
 
 :Author: Tom Kralidis
 :Contact: tomkralidis at gmail.com
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -3,20 +3,6 @@
 {%- block extrahead %}
 {{ super() }}
 
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-32866201-1']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script>
-
 {% endblock %}
 
 {% block relbar1 %}