mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Closes: https://bugs.gentoo.org/727602 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
42 lines
1.2 KiB
Diff
42 lines
1.2 KiB
Diff
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 %}
|