Browse code

small documentation improvements

Bas Nijholt authored on 18/10/2018 13:46:58
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 {% extends "!layout.html" %}
2 2
 {% block extrahead %}
3
-      {%- for scriptfile in holoviews_js_files %}
4
-        {{ js_tag(scriptfile) }}
5
-      {%- endfor %}
3
+  {%- for scriptfile in holoviews_js_files %}
4
+    {{ js_tag(scriptfile) }}
5
+  {%- endfor %}
6 6
 {% endblock %}
Browse code

simplify holoviews js and css

Bas Nijholt authored on 18/10/2018 00:48:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+{% extends "!layout.html" %}
2
+{% block extrahead %}
3
+      {%- for scriptfile in holoviews_js_files %}
4
+        {{ js_tag(scriptfile) }}
5
+      {%- endfor %}
6
+{% endblock %}