File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed
doc/source/themes/scikit-image Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 101
101
{% block body %}{% endblock %}
102
102
</ div >
103
103
</ div >
104
+ < div class ="forum link " role ="contentinfo ">
105
+ {% if "plot" in pagename %}
106
+ We hope that this example was useful. If you have questions
107
+ unanswered by our documentation, you can ask them on the
108
+ < a href ="https://forum.image.sc/tag/scikit-image "> Image.sc
109
+ forum</ a > ,
110
+ where scikit-image developers and users are present.</ br >
111
+ {%- endif %}
112
+ </ div >
104
113
< div class ="well footer " role ="contentinfo ">
105
114
< small >
106
115
© Copyright the scikit-image development team.
110
119
</ body >
111
120
</ html >
112
121
113
- <!-- Matomo -->
114
- < script type ="text/javascript ">
115
- var _paq = window . _paq = window . _paq || [ ] ;
116
- /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
117
- _paq . push ( [ 'trackPageView' ] ) ;
118
- _paq . push ( [ 'enableLinkTracking' ] ) ;
119
- ( function ( ) {
120
- var u = "https://scikitimage.matomo.cloud/" ;
121
- _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] ) ;
122
- _paq . push ( [ 'setSiteId' , '1' ] ) ;
123
- var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
124
- g . type = 'text/javascript' ; g . async = true ; g . src = '//cdn.matomo.cloud/scikitimage.matomo.cloud/matomo.js' ; s . parentNode . insertBefore ( g , s ) ;
125
- } ) ( ) ;
126
- </ script >
127
- <!-- End Matomo Code -->
Original file line number Diff line number Diff line change @@ -98,6 +98,14 @@ h6:hover .headerlink {
98
98
text-decoration : none;
99
99
}
100
100
101
+ .forum {
102
+ margin-top : 30px ;
103
+ padding : 5px 10px ;
104
+ color : # 3a87ad ;
105
+ background-color : # d9edf7 ;
106
+ border : 1px solid # bce8f1 ;
107
+ font-weight : bold;
108
+ }
101
109
.footer {
102
110
margin-top : 30px ;
103
111
padding : 5px 10px ;
You can’t perform that action at this time.
0 commit comments