forked from sympy/sympy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
66 lines (54 loc) · 2.13 KB
/
docs.html
File metadata and controls
66 lines (54 loc) · 2.13 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
<!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>Documentation</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="active first"><a href="docs.html">Documentation</a></li>
<li class=" 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">Documentation</h2>
<div class="inner">
<p class="first">
The documentation is maintained using the <a href="http://sphinx.pocoo.org/">Sphinx</a> Python documentation generator.
You can find it at: <a href="http://docs.sympy.org/">docs.sympy.org</a>
</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>