summaryrefslogtreecommitdiff
blob: 02fcee029e47bf1caac3283c2d3da7c52d68e38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- /dev/null
+++ doc/_templates/issues.html
@@ -0,0 +1,11 @@
+<h3>Issues, questions and feedback</h3>
+
+<p>
+Please join the mailing list at <a href="mailto:synaptiks@librelist.com">
+synaptiks@librelist.com</a> to ask questions or discuss
+about <strong>synaptiks</strong>.  To subscribe, just send a mail to this list.
+</p>
+
+<p>You can also open an issue at the <a class="reference external"
+href="https://github.com/lunaryorn/synaptiks/issues">tracker</a> to report
+bugs or make enhancement proposals.</p>

--- /dev/null
+++ doc/_templates/sidebartop.html
@@ -0,0 +1,30 @@
+{% macro link(title, link, internal=true) -%}
+<a class="reference {{ 'internal' if internal else 'external' }}"
+   href="{{ link }}">{{ title }}</a>
+{%- endmacro %}
+
+<p>Current version: <strong>{{release}}</strong></p>
+<ul>
+  <li>{{link('Install <strong>synaptiks</strong>', pathto('install'))}}</li>
+  <li>{{link('Downloads on PyPI', 'https://pypi.python.org/pypi/synaptiks',
+  internal=false)}}</li>
+  <li>{{link('GitHub project', 'https://github.com/lunaryorn/synaptiks',
+  internal=false)}}</li>
+  <li>{{link('KDE Apps',
+  'http://kde-apps.org/content/show.php/synaptiks?content=114270', internal=false)}}</li>
+</ul>
+
+<hr/>
+
+<ul>
+  <li>{{link('Installation instructions', pathto('install'))}}</li>
+  <li>{{link('Handbook', pathto('handbook/index'))}}
+    <ul>
+    <li>{{link('Usage', pathto('handbook/usage'))}}</li>
+    <li>{{link('Reference', pathto('handbook/reference'))}}</li>
+  </ul>
+  </li>
+  <li>{{link('Translation guide', pathto('translation_guide'))}}</li>
+  <li>{{link('API documentation', pathto('api/index'))}}</li>
+  <li>{{link('Changelog', pathto('changes'))}}</li>
+</ul>