[Python-modules-commits] [pywavelets] 04/07: Remove Google Analitics and Travis build badge.
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Mon Oct 12 02:27:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository pywavelets.
commit e6e88770db15ea4d97661875617f771dbe7f9155
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 | 8 --------
2 files changed, 21 deletions(-)
diff --git a/doc/source/_templates/page.html b/doc/source/_templates/page.html
index 8a049aa..37c5625 100644
--- 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 7decb45..0c0a638 100644
--- a/doc/source/dev/testing.rst
+++ b/doc/source/dev/testing.rst
@@ -9,14 +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