From db296489568259a38bc614a1fcc4b504a2ffc983 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 21 Jun 2017 14:03:16 +0200 Subject: Re-organize the documentation (#223) * Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211 --- docs/_themes/pelican/layout.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/_themes/pelican/layout.html (limited to 'docs/_themes/pelican/layout.html') diff --git a/docs/_themes/pelican/layout.html b/docs/_themes/pelican/layout.html deleted file mode 100644 index aa1716a..0000000 --- a/docs/_themes/pelican/layout.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "basic/layout.html" %} -{% block header %} - {{ super() }} - {% if pagename == 'index' %} -
- {% endif %} -{% endblock %} -{% block footer %} - {% if pagename == 'index' %} -
- {% endif %} -{% endblock %} -{# do not display relbars #} -{% block relbar1 %}{% endblock %} -{% block relbar2 %} - {% if theme_github_fork %} - Fork me on GitHub - {% endif %} -{% endblock %} -{% block sidebar1 %}{% endblock %} -{% block sidebar2 %}{% endblock %} -- cgit v1.1