[Python-modules-commits] [pywavelets] 05/07: Remove Google Analitics and Travis build badge.

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue Dec 13 00:21:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository pywavelets.

commit f974a871fd17bc8c14e664d2c7eefaa8843378a7
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Mon Oct 12 02:20:58 2015 +0200

    Remove Google Analitics and Travis build badge.
    
    Forwarded: not-needed
    Last-Update: 2015-09-30
    
    Patch-Name: 02-remove_privacy_offenders.patch
---
 doc/source/_templates/page.html | 13 -------------
 doc/source/dev/testing.rst      |  7 -------
 2 files changed, 20 deletions(-)

diff --git a/doc/source/_templates/page.html b/doc/source/_templates/page.html
index 8a049aa..37c5625 100755
--- a/doc/source/_templates/page.html
+++ b/doc/source/_templates/page.html
@@ -21,19 +21,6 @@
         });
     })(jQuery);
 </script>
-<script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-3396395-3']);
-    _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 %}
 
 {# Remove version number from the top and bottom path bars #}
diff --git a/doc/source/dev/testing.rst b/doc/source/dev/testing.rst
index 0ac2d9c..23a9981 100755
--- a/doc/source/dev/testing.rst
+++ b/doc/source/dev/testing.rst
@@ -9,13 +9,6 @@ Continous integration with Travis-CI
 The project is using `Travis-CI <https://travis-ci.org/PyWavelets/pywt>`_ service
 for continous integration and testing.
 
-Current build status is:
-
-.. image::
-    https://secure.travis-ci.org/PyWavelets/pywt.png?branch=master
-    :alt: Build Status
-    :target: https://secure.travis-ci.org/PyWavelets/pywt
-
 If you are submitting a patch or pull request please make sure it
 does not break the build.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pywavelets.git



More information about the Python-modules-commits mailing list