forked from sympy/sympy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
146 lines (127 loc) · 4.77 KB
/
development.html
File metadata and controls
146 lines (127 loc) · 4.77 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
<!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>Development</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=" first"><a href="support.html">Support</a></li>
<li class=" first"><a href="screenshots.html">Screenshots</a></li>
<li class="active 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">Development</h2>
<div class="inner">
<p class="first">
We are interested in any contribution. There are many ways how you can
contribute:
<ul>
<li>
If you wrote anything interesting using SymPy, please send us a patch with the
code (see below for more information).
</li>
<li>
If you found a bug (or just want to let us know what you think), tell us on the
<a href="http://groups.google.com/group/sympy">mailinglist</a>. You can also
add a bug report (or a comment) into the <a href="http://code.google.com/p/sympy/issues/list">issues</a>.
</li>
<li>You can blog about how you use SymPy.</li>
<li>You can help us write documentation (just send us a patch).</li>
<li>You can help people on our <a href="http://groups.google.com/group/sympy">mailinglist</a>.</li>
<li>You can help with reviewing patches.</li>
<li>You can send us patches with bug fixes or new features.</li>
</ul>
</p>
<p>
The best way to contribute code or documentation is to send us a patch.
</p>
</div>
<h2 class="title">How to Send a Patch</h2>
<div class="inner">
<p class="first">
The best way is to send a github pull request
against the <a href="http://github.com/sympy/sympy">sympy/sympy</a> repository.
We'll review it and push it in.
</p>
<p>
If you need help with git, github, pull requests, patches, coding, SymPy or
anything related, just send us an email to the mailinglist
or ask on IRC (our channel is <a href="irc://irc.freenode.net/sympy">#sympy at freenode</a>), we'll help.
Also, you can read our instructions
<a href="https://github.com/sympy/sympy/wiki/Development-workflow">
how to prepare patches</a> using git and github.
</p>
<p>
The github pull request is a preferred method, as that makes it easy for us to
review and push the code in. That said,
you can also clone the latest git repository (see the link on the right), prepare a branch with
your code, upload it somewhere (for example <a
href="http://github.com/">github</a>) and send us a link to the <a
href="http://groups.google.com/group/sympy-patches">sympy-patches</a>
mailinglist, or you can even send us raw patches --- but it will be more work
for us to integrate it.
</p>
<p>
SymPy has a broad development team:
<a href="
http://docs.sympy.org/0.7.1/aboutus.html#sympy-development-team
">
http://docs.sympy.org/0.7.1/aboutus.html#sympy-development-team
</a>, send us a patch and your name will appear there too.
</p>
</div>
<h2 class="title">Sources of the Webpages</h2>
<div class="inner">
<p class="first">
Sources of these webpages are at:
<a href="http://github.com/sympy/sympy.github.com">http://github.com/sympy/sympy.github.com</a>
</p>
Feel free to send us patches with improvements.
</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 class="block">
<h3>Git Repository</h3>
<div class="content">
<p>
Main git repository:<br/>
<code>git clone git://github.com/sympy/sympy.git</code>
</p>
<p>
Online access: <a href="http://github.com/sympy/sympy">github.com/sympy/sympy</a>
</p>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>