Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in docs.
[simgrid.git] / docs / source / _templates / breadcrumbs.html
index 631fd76..0ce11e7 100644 (file)
@@ -5,11 +5,11 @@
 {% block breadcrumbs_aside %}
   <li class="wy-breadcrumbs-aside">
     {% if hasdoc(pagename) and pagename != "search" and pagename != "genindex" %}
-    {# TODO: How to rule out all java pages? 
+    {# TODO: How to rule out all java pages?
      #    (not re.match(pagename, "java/org/simgrid"))
      # fails because re is not imported #}
-     
+
       <a href="{{ meta['framagit_url'] }}" class="fa fa-bitbucket"> {{ _('Edit on FramaGit') }}</a>
     {% endif %}
-  </li>                  
+  </li>
 {% endblock %}