annotate docs/theme/nature/layout.html @ 6026:dd676fdeda0f

setup: move test dependencies to dev_requirements.txt to make them optional Remove the need for having test tools on production systems. Installing test dependencies is made an extra explicit step. pip is the future, but doesn't have the same tests_require features as setuptools kind of has. I don't like this way of handling it without setup.py support and with explicit naming of the ugly dev_requirements.txt ... but that seems to be the way to do it.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Jul 2016 16:28:34 +0200
parents 60e04a21bf0f
children ec4e69a60aae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 {% extends "basic/layout.html" %}
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 {% block sidebarlogo %}
5419
a3f0f00ff965 docs: make logo bigger and drop white background
Mads Kiilerich <madski@unity3d.com>
parents: 4902
diff changeset
4 <div style="text-align:center;margin:30px 0;">
a3f0f00ff965 docs: make logo bigger and drop white background
Mads Kiilerich <madski@unity3d.com>
parents: 4902
diff changeset
5 <img src="{{pathto('_static/kallithea-logo.svg',1)}}" width="200px"/>
4902
03bbd33bc084 docs: rework stuff
Mads Kiilerich <madski@unity3d.com>
parents: 4191
diff changeset
6 </div>
4191
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
7 <h3>Support Kallithea development</h3>
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 <div style="text-align:center">
4191
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
9 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
10 <input type="hidden" name="cmd" value="_s-xclick">
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
11 <input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL">
5435
60e04a21bf0f docs: more consistent use of --
Mads Kiilerich <madski@unity3d.com>
parents: 5419
diff changeset
12 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal &ndash; The safer, easier way to pay online!">
4191
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
13 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
14 </form>
2032
950110f3f99f merged changes from stable into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 2011
diff changeset
15 <div style="padding:5px">
4191
9171248beae5 Change PayPal and Flattr links to versions for Software Freedom Conservancy.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3700
diff changeset
16 <a href="https://flattr.com/thing/922714/Donate-to-Software-Freedom-Conservancy" target="_blank">
2032
950110f3f99f merged changes from stable into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 2011
diff changeset
17 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
3198
c20adbaf16af html: random indentation fixes
Mads Kiilerich <madski@unity3d.com>
parents: 3197
diff changeset
18 </div>
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
19 </div>
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
20 {% endblock %}}