forked from astropy/astropy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
executable file
·103 lines (75 loc) · 4.84 KB
/
help.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.sidr.light.css" />
<title>Astropy | Get Help</title>
</head>
<body>
<div id="wrapper">
<nav>
<div id="mobile-header">
<!-- Menu Icon -->
<a id="responsive-menu-button" href="#sidr-main"><div><svg senable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g><g><path d="M23.244,17.009H0.75c-0.413,0-0.75,0.36-0.75,0.801v3.421C0,21.654,0.337,22,0.75,22h22.494c0.414,0,0.75-0.346,0.75-0.77 V17.81C23.994,17.369,23.658,17.009,23.244,17.009z M23.244,9.009H0.75C0.337,9.009,0,9.369,0,9.81v3.421 c0,0.424,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.345,0.75-0.769V9.81C23.994,9.369,23.658,9.009,23.244,9.009z M23.244,1.009H0.75C0.337,1.009,0,1.369,0,1.81V5.23c0,0.423,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.346,0.75-0.769V1.81 C23.994,1.369,23.658,1.009,23.244,1.009z"/></g></g></svg></div></a>
<!-- -->
</div>
<a href="index.html"><img src="images/astropy_word_32.png"/></a>
<div id="navigation">
<ul>
<li><a href="about.html">About</a></li>
<li><a class="active" href="help.html">Get Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
<!-- <li><a href="http://docs.astropy.org" target="_blank">Documentation</a></li> -->
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
</ul>
</div>
<div class="search pull-right">
<form action="http://docs.astropy.org/en/stable/search.html" method="get">
<input type="text" name="q" placeholder="Search Documentation" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</nav>
<section>
<h1>Getting Help with Astropy</h1>
<p>We make every effort to keep the <a href="http://docs.astropy.org">documentation</a> readable and up-to-date, so it is often the first place to go for help. But we also provide other resources if you are having trouble using Astropy.</p>
</section>
<section id="lists">
<h2>Astropy's mailing lists and chat</h2>
<p>The best way to get help is usually by asking questions of the Astropy user and development community. </p>
<ul>
<li>The <a href="http://mail.scipy.org/mailman/listinfo/astropy">astropy users mailing list</a> is the first place to go for questions. </li>
<li>If you think your question may involve changing Astropy's behavior or adding new features, <a href="http://groups.google.com/group/astropy-dev">the developer list</a> is the place to go. </li>
<li> If you are in a hurry, you may also have luck on the #astropy IRC channel on <a href="http://freenode.net/">freenode</a>. You can access this directly in your browser via <a href="http://webchat.freenode.net?channels=astropy" target="_blank">Freenode's #astropy webchat</a>. </li>
</ul>
</section>
<section id="issues">
<h2>Report Issues</h2>
<p>If you encounter something you beleive to be a mistake, error, or bug, the best way to get it addressed is to report it on the <a href="http://github.com/astropy/astropy/issues">github issue tracker</a>. If you aren't sure if something is a bug or not, feel free to ask on the mailing lists. If you believe you know how to fix the problem, you can also use github to issue pull requests to correct them (see the <a href="contribute.html#code">section on contributing code</a> for more information). </p>
<a href="http://github.com/astropy/astropy/issues" target="_blank" class="button">Report an Issue</a>
</section>
<footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.sidr.min.js"></script>
<script src="js/functions.js"></script>
</footer>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30968842-1']);
_gaq.push(['_setDomainName', 'astropy.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>