Skip to content

Commit af844cb

Browse files
committed
Updated docs.
1 parent 39b7d68 commit af844cb

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed
7.74 KB
Loading

docs/source/_templates/donate.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{% if theme_gratipay_user or theme_gittip_user %}
2+
<h3>Donate</h3>
3+
<p>
4+
<b>Consider supporting the authors:</b>
5+
<script data-gratipay-username="{{ theme_gratipay_user or theme_gittip_user }}"
6+
data-gratipay-widget="button"
7+
src="//gttp.co/v1.js"></script>
8+
</p>
9+
<p>
10+
<script src="http://coinwidget.com/widget/coin.js"></script>
11+
<script>
12+
CoinWidgetCom.go({
13+
wallet_address : '13vS6cvzZXf1Yxrar2SYSPQrFLSEwLePV4',
14+
currency : 'bitcoin',
15+
counter : 'amount',
16+
lbl_button : 'Gratitudes',
17+
lbl_count : 'payments',
18+
lbl_amount : 'coins',
19+
lbl_address : 'Please send bitcoin to:',
20+
qrcode : true,
21+
decimals : 0,
22+
});
23+
</script>
24+
</p>
25+
<p>
26+
<script src="http://coinwidget.com/widget/coin.js"></script>
27+
<script>
28+
CoinWidgetCom.go({
29+
wallet_address : 'LT636SrauWAz9XDz2EKxAXQ5jKqehyhR69',
30+
currency : 'litecoin',
31+
counter : 'amount',
32+
lbl_button : 'Gratitudes',
33+
lbl_count : 'payments',
34+
lbl_amount : 'coins',
35+
lbl_address : 'Please send litecoin to:',
36+
qrcode : true,
37+
decimals : 0,
38+
});
39+
</script>
40+
</p>
41+
<br>
42+
{% endif %}

docs/source/conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'0.1'
62+
version = u'0.4.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.1'
64+
release = u'0.4.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -98,9 +98,12 @@
9898
'github_user': 'sys-git',
9999
'github_repo': 'hoft',
100100
'github_button': True,
101-
'github_banner': True,
101+
'github_banner': 'forkme_right_red_aa0000.png',
102102
'show_powered_by': False,
103103
'page_width': '1280px',
104+
'analytics_id': 'UA-57353891-3',
105+
'gratipay_user': 'algos and tools',
106+
'travis_button': True,
104107
}
105108

106109
html_show_sourcelink = True
@@ -120,6 +123,7 @@
120123
'**': [
121124
'sidebarintro.html',
122125
'sidebarlogo.html',
126+
'donate.html',
123127
'searchbox.html'
124128
],
125129
}

0 commit comments

Comments
 (0)