-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
449 lines (333 loc) · 24.6 KB
/
index.html
File metadata and controls
449 lines (333 loc) · 24.6 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Keypirinha — Keypirinha</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="shortcut icon" href="_static/favicon.ico"/>
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="1. Download" href="download.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home" alt="Documentation Home"> Keypirinha
<img src="_static/app-128.png" class="logo" alt="Logo"/>
</a>
<div class="version">
2.26
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="download.html">1. Download</a></li>
<li class="toctree-l1"><a class="reference internal" href="install.html">2. Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="update.html">3. Update Procedure</a></li>
<li class="toctree-l1"><a class="reference internal" href="first.html">4. First steps</a></li>
<li class="toctree-l1"><a class="reference internal" href="shipped-packages.html">5. Shipped Packages</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributions.html">6. Third-Party Packages</a></li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">7. Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="theming.html">8. Theming</a></li>
<li class="toctree-l1"><a class="reference internal" href="keyboard.html">9. Keyboard Shortcuts</a></li>
<li class="toctree-l1"><a class="reference internal" href="custom-catalog.html">10. Customize your Catalog</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">11. Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages.html">12. Packages Structure</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">13. Extending Keypirinha (API)</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribute.html">14. Contribute</a></li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">15. Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">16. Frequently Asked Questions (FAQ)</a></li>
<li class="toctree-l1"><a class="reference internal" href="credits.html">17. Credits</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change Log</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">Keypirinha</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> »</li>
<li>Keypirinha</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="project">
<h1>Keypirinha<a class="headerlink" href="#project" title="Permalink to this headline">¶</a></h1>
<img alt="_images/wndrun-jumbo.png" class="align-center" src="_images/wndrun-jumbo.png" />
<p>A fast launcher for keyboard ninjas on Windows</p>
<ul class="simple">
<li><p><a class="reference internal" href="download.html"><span class="doc">Download</span></a> <strong>v2.26</strong> <br /></p></li>
<li><p>Read the <a class="reference internal" href="first.html"><span class="doc">First steps</span></a> chapter</p></li>
<li><p>Check out the <a class="reference internal" href="changelog.html"><span class="doc">Change Log</span></a> to know what’s new</p></li>
</ul>
<dl class="simple">
<dt>Need Help?</dt><dd><ul class="simple">
<li><p>Join the <a class="reference external" href="https://gitter.im/Keypirinha/Keypirinha">Support Chat Room</a></p></li>
<li><p><a class="reference internal" href="contribute.html#contribute-issue"><span class="std std-ref">How to Report an Issue</span></a></p></li>
</ul>
</dd>
<dt>You like Keypirinha?</dt><dd><p><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JGPZDFLSBKKKY">
<input type="image" src="_static/donate_usd.png" border="0" name="submit" alt="Donate" style="margin-top:3px;">
<img alt="" border="0" src="_static/pixel.gif" width="1" height="1">
</form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B29LGL72YFWFW">
<input type="image" src="_static/donate_eur.png" border="0" name="submit" alt="Donate" style="margin-top:3px;">
<img alt="" border="0" src="_static/pixel.gif" width="1" height="1">
</form> <br />
<iframe src="https://ghbtns.com/github-btn.html?user=keypirinha&repo=keypirinha&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px" style="margin-top:5px;"></iframe><br />
<a href="https://twitter.com/keylauncher" class="twitter-follow-button" data-dnt="true" data-show-count="false">Follow @keylauncher</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><br />
<a href="https://twitter.com/intent/tweet?button_hashtag=keypirinha" class="twitter-hashtag-button" data-text="A fast keystroke launcher on windows http://keypirinha.com via @keylauncher" data-show-count="false">Tweet #keypirinha</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br />
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fkeypirinha&width=118&layout=button_count&action=like&size=small&show_faces=false&share=true&height=20&appId" width="118" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<span id="a2itemwidget"></span><script src="https://api.alternativeto.net/software/keypirinha/widgetjs/blue" type="text/javascript"></script> <br />
Or see <a class="reference internal" href="faq.html#faq-support"><span class="std std-ref">How to support the project?</span></a></p>
</dd>
</dl>
<div class="section" id="what-is-project">
<h2>What is Keypirinha<a class="headerlink" href="#what-is-project" title="Permalink to this headline">¶</a></h2>
<p>Keypirinha is a fast launcher for keyboard ninjas on Windows.</p>
<p><strong>Features:</strong></p>
<ul class="simple">
<li><p>Quickly find and launch plethora of items like applications, files,
bookmarks, URLs, sessions (PuTTY, WinSCP, FileZilla), registry keys, …</p></li>
<li><p>Launch a search on any configured website or online dictionary</p></li>
<li><p>Language translations on-the-fly</p></li>
<li><p>Evaluate mathematical expressions</p></li>
<li><p>Base conversion of numbers</p></li>
<li><p>Search your environment variables</p></li>
<li><p>Launch a copied URL directly (<code class="docutils literal notranslate"><span class="pre">http</span></code>, <code class="docutils literal notranslate"><span class="pre">mailto</span></code>, <code class="docutils literal notranslate"><span class="pre">skype</span></code>, …)</p></li>
<li><p>Split a URL and convert its arguments to JSON</p></li>
<li><p>Switch to a running application by name</p></li>
<li><p>Hash a string (CRC32, MD5, SHA, …)</p></li>
<li><p>Generate random UUIDs, passwords, bytes sequences</p></li>
<li><p>Naturally associate a keyword to a specific item</p></li>
<li><p>Machine-specific and/or user-specific configuration in separate config files</p></li>
<li><p>… and more, see <a class="reference internal" href="shipped-packages.html"><span class="doc">Shipped Packages</span></a> and <a class="reference internal" href="contributions.html"><span class="doc">Third-Party Packages</span></a></p></li>
</ul>
<p><strong>Properties:</strong></p>
<ul class="simple">
<li><p>Plugin-oriented architecture (C++ at its core, <a class="reference external" href="https://python.org">Python3</a> for its <a class="reference internal" href="glossary.html#term-Plugins"><span class="xref std std-term">plugins</span></a>)</p></li>
<li><p>File-driven configuration</p></li>
<li><p>Lightning fast</p></li>
<li><p>Fairly small memory footprint</p></li>
<li><p>Battery friendly</p></li>
<li><p>Customizable GUI (colors, fonts, toggling and positioning of elements)</p></li>
<li><p>Steep but rewarding learning curve</p></li>
<li><p>Freeware, no nag screen, no time limit, no ads</p></li>
</ul>
<p>You can think of Keypirinha as an alternative to <em>Launchy</em> and a cousin of
<em>Alfred</em>.</p>
<p>See the <a class="reference internal" href="first.html"><span class="doc">First steps</span></a> chapter for more information.</p>
</div>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="download.html">1. Download</a></li>
<li class="toctree-l1"><a class="reference internal" href="install.html">2. Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="install.html#requirements">2.1. Requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#id1">2.2. Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="install.html#installed-vs-portable-mode">2.3. Installed vs. Portable mode</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="update.html">3. Update Procedure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="update.html#update-in-installed-mode">3.1. Update in Installed Mode</a></li>
<li class="toctree-l2"><a class="reference internal" href="update.html#update-in-portable-mode">3.2. Update in Portable Mode</a></li>
<li class="toctree-l2"><a class="reference internal" href="update.html#overridden-shipped-packages">3.3. Overridden Shipped Packages</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="first.html">4. First steps</a><ul>
<li class="toctree-l2"><a class="reference internal" href="first.html#start-project">4.1. Start Keypirinha</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#open-the-launchbox">4.2. Open the LaunchBox</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#first-search">4.3. First Search</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#second-search">4.4. Second Search</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#associate-a-keyword-to-an-item">4.5. Associate a Keyword to an Item</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#specify-arguments">4.6. Specify arguments</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#actions">4.7. Actions</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#maximize-the-launchbox">4.8. Maximize the LaunchBox</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#leave-a-search">4.9. Leave a Search</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#drag-and-drop">4.10. Drag and Drop</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#clear-the-history">4.11. Clear the history</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#configuration">4.12. Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#gui-theming">4.13. GUI Theming</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#plugins">4.14. Plugins</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#customize-your-catalog">4.15. Customize your Catalog</a></li>
<li class="toctree-l2"><a class="reference internal" href="first.html#extending-project">4.16. Extending Keypirinha</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="shipped-packages.html">5. Shipped Packages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="packages/internal.html">5.1. Internal Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/apps.html">5.2. Apps Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/bookmarks.html">5.3. Bookmarks Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/calc.html">5.4. Calc Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/controlpanel.html">5.5. ControlPanel Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/env.html">5.6. Env Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/everything.html">5.7. Everything Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/filebrowser.html">5.8. FileBrowser Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/filescatalog.html">5.9. FilesCatalog Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/filezilla.html">5.10. FileZilla Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/googletranslate.html">5.11. GoogleTranslate Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/putty.html">5.12. PuTTY Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/regbrowser.html">5.13. RegBrowser Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/string.html">5.14. String Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/taskswitcher.html">5.15. TaskSwitcher Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/url.html">5.16. URL Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/websearch.html">5.17. WebSearch Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/websuggest.html">5.18. WebSuggest Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/winamp.html">5.19. Winamp Package</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/winscp.html">5.20. WinSCP Package</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contributions.html">6. Third-Party Packages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contributions.html#packages">6.1. Packages</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributions.html#how-to-install">6.2. How to Install</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">7. Configuration</a><ul>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#introduction">7.1. Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#first-modification">7.2. First Modification</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#modification-at-runtime">7.3. Modification at Runtime</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#the-ini-format">7.4. The INI Format</a></li>
<li class="toctree-l2"><a class="reference internal" href="configuration.html#machine-and-user-specific-settings">7.5. Machine and User Specific Settings</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="theming.html">8. Theming</a><ul>
<li class="toctree-l2"><a class="reference internal" href="theming.html#theme-builder">8.1. Theme Builder</a></li>
<li class="toctree-l2"><a class="reference internal" href="theming.html#predefined-official-themes">8.2. Predefined Official Themes</a></li>
<li class="toctree-l2"><a class="reference internal" href="theming.html#third-party-themes">8.3. Third-Party Themes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="keyboard.html">9. Keyboard Shortcuts</a><ul>
<li class="toctree-l2"><a class="reference internal" href="keyboard.html#launchbox">9.1. LaunchBox</a></li>
<li class="toctree-l2"><a class="reference internal" href="keyboard.html#console">9.2. Console</a></li>
<li class="toctree-l2"><a class="reference internal" href="keyboard.html#diagnostic-windows">9.3. Diagnostic Windows</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="custom-catalog.html">10. Customize your Catalog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="custom-catalog.html#introduction">10.1. Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="custom-catalog.html#shrinking-your-catalog">10.2. Shrinking your Catalog</a></li>
<li class="toctree-l2"><a class="reference internal" href="custom-catalog.html#expanding-your-catalog">10.3. Expanding your Catalog</a></li>
<li class="toctree-l2"><a class="reference internal" href="custom-catalog.html#tracking-down-unwanted-features">10.4. Tracking down unwanted features</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">11. Architecture</a><ul>
<li class="toctree-l2"><a class="reference internal" href="architecture.html#overview">11.1. Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="architecture.html#packages-and-plugins">11.2. Packages and Plugins</a></li>
<li class="toctree-l2"><a class="reference internal" href="architecture.html#configuration">11.3. Configuration</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="packages.html">12. Packages Structure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="packages.html#packages-repositories">12.1. Packages Repositories</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages.html#package-naming">12.2. Package Naming</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api.html">13. Extending Keypirinha (API)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api/overview.html">13.1. Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="api/reference.html">13.2. API Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="api/python.html">13.3. Embedded Python Interpreter</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contribute.html">14. Contribute</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contribute.html#how-to-report-an-issue">14.1. How to Report an Issue</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribute.html#get-involved-in-the-development-of-the-packages-and-or-the-api">14.2. Get involved in the development of the Packages and/or the API</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribute.html#get-involved-in-the-development-of-the-platform">14.3. Get involved in the development of the Platform</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribute.html#help-with-the-documentation">14.4. Help with the Documentation</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">15. Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">16. Frequently Asked Questions (FAQ)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-is-project">16.1. What is Keypirinha</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#why-a-new-launcher">16.2. Why a new Launcher?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#so-a-replacement-to-the-start-menu">16.3. So… A replacement to the Start Menu?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#is-it-open-source">16.4. Is it open source?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#is-it-beta-software">16.5. Is it Beta software?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#how-to-support-the-project">16.6. How to support the project?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#where-does-this-weird-name-come-from">16.7. Where does this weird name come from?!</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#any-translation">16.8. Any translation?</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="credits.html">17. Credits</a><ul>
<li class="toctree-l2"><a class="reference internal" href="credits.html#about-this-documentation">17.1. About this Documentation</a></li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
</div>
</div>
<div class="section" id="indices-and-tables">
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a> (API)</p></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="download.html" class="btn btn-neutral float-right" title="1. Download" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2013-2018, Jean-Charles Lefebvre
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74522446-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>