-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
114 lines (89 loc) · 4.49 KB
/
contact.html
File metadata and controls
114 lines (89 loc) · 4.49 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact channels — flika 0.2.25 documentation</title>
<link rel="stylesheet" href="_static/flasky.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">flika 0.2.25 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="contact-channels">
<span id="contact"></span><h1>Contact channels<a class="headerlink" href="#contact-channels" title="Permalink to this headline">¶</a></h1>
<ul class="simple">
<li>Go to the <a class="reference external" href="https://github.com/flika-org/flika/issues">flika issue tracker</a> to report bugs or suggest features.</li>
<li>Search <a class="reference external" href="http://stackoverflow.com/search?q=flika">flika on stackoverflow.com</a>
to post questions with the tag <code class="docutils literal notranslate"><span class="pre">flika</span></code>. New questions will usually
be seen by flika users or developers and answered quickly.</li>
<li>Look at <a class="reference internal" href="contributing.html"><span class="doc">contribution guide</span></a> for help on submitting pull
requests to github.</li>
<li>Send a private mail to kyleellefsen at gmail com if you want to communicate sensitive issues</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/flika_logo.png" alt="Logo"/>
</a></p><h3>About flika</h3>
<p>
flika is an image processing program for biologists written in Python.
</p><h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contents.html">Contents</a></li>
<li><a href="getting-started.html">Install</a></li>
<li><a href="example/index.html">Examples</a></li>
<li><a href="plugins.html">Plugins</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="#">Contact</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="similar_projects.html">Similar Projects</a></li>
<li><a href="license.html">License</a></li>
<li><a href="api.html">API Reference</a></li>
</ul><h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/flika-org/flika">GitHub</a></li>
<li><a href="https://pypi.python.org/pypi/flika">PyPI</a></li>
<li><a href="https://github.com/flika-org/flika/issues">Issue Tracker</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Kyle Ellefsen.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.5.
</div>
<script type="text/javascript">
// Add google analytics here
</script>
</body>
</html>