forked from sympy/sympy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
85 lines (73 loc) · 2.64 KB
/
support.html
File metadata and controls
85 lines (73 loc) · 2.64 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Support</title>
<link rel="stylesheet" href="media/base.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="media/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="index.html"> <img src="media/logo.png" style="vertical-align:middle"/> SymPy</a></h1>
<div id="main-navigation">
<ul>
<li class=" first"><a href="index.html">Main Page</a></li>
<li class=" first"><a href="download.html">Download</a></li>
<li class=" first"><a href="docs.html">Documentation</a></li>
<li class="active first"><a href="support.html">Support</a></li>
<li class=" first"><a href="screenshots.html">Screenshots</a></li>
<li class=" first"><a href="development.html">Development</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div id="wrapper">
<div id="main">
<div class="block" id="block-text">
<div class="content">
<h2 class="title">General</h2>
<div class="inner">
<p class="first">
Below you can find several ways to get help:
</p>
<p>
<ul>
<li> SymPy <a href="http://docs.sympy.org">Documentation</a></li>
<li> Main <a href="http://groups.google.com/group/sympy">mailinglist</a> </li>
<li><a href="http://code.google.com/p/sympy/issues/list">Issues tracker</a>.
</li>
<li>IRC channel: <a href="irc://irc.freenode.net/sympy">#sympy at freenode</a></li>
</ul>
</p>
</div>
<h2 class="title">More Specific</h2>
<div class="inner">
<p class="first">
<ul>
<li> SymPy <a href="http://docs.sympy.org/0.7.1/tutorial.html">tutorial</a></li>
<li> Main <a href="https://github.com/sympy/sympy/wiki/Faq">FAQ</a> </li>
<li><a href="http://docs.sympy.org/0.7.1/gotchas.html">Gotchas and Pitfalls</a>
</li>
</ul>
</p>
</div>
</div>
</div>
<div id="footer">
<div class="block">
<p>Copyright © 2011 SymPy Development Team.
This page is open source. Fork <a href="https://github.com/sympy/sympy.github.com">the project on GitHub</a> to edit it.</p>
</div>
</div>
</div>
<div id="sidebar">
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>